Searched refs:M_2_SQRTPI (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dconstants.d35 enum real M_2_SQRTPI = 0x1.20dd750429b6d11ae3a914fed7fd8p+0L; /** 2 / $(SQRT)$(PI) = 1.128379... */
/netbsd-current/tests/lib/lua/libm/
H A Dlualibm.lua26 test("M_2_SQRTPI", lm.M_2_SQRTPI)
H A Dh_lualibm.c20 TEST(M_2_SQRTPI);
/netbsd-current/lib/lua/libm/
H A Dlibm.c235 LIBM_CONST(M_2_SQRTPI),
/netbsd-current/include/
H A Dmath.h165 #define M_2_SQRTPI 1.12837916709551257390 /* 2/sqrt(pi) */ macro
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/format/internal/
H A Dfloats.d246 import std.math.constants : E, PI, PI_2, PI_4, M_1_PI, M_2_PI, M_2_SQRTPI,
255 assert(printFloat(cast(float) M_2_SQRTPI, f) == "0x1.20dd76p+0");
271 assert(printFloat(cast(double) M_2_SQRTPI, f) == "0x1.20dd750429b6dp+0");
289 assert(printFloat(M_2_SQRTPI, f) == "0x1.20dd750429b6d11ap+0");
1369 import std.math.constants : E, PI, PI_2, PI_4, M_1_PI, M_2_PI, M_2_SQRTPI,
1378 assert(printFloat(cast(double) M_2_SQRTPI, f) == "1.128379167095513e+00");
2228 import std.math.constants : E, PI, PI_2, PI_4, M_1_PI, M_2_PI, M_2_SQRTPI,
2237 assert(printFloat(cast(double) M_2_SQRTPI, f) == "1.128379167095513");
2746 import std.math.constants : E, PI, PI_2, PI_4, M_1_PI, M_2_PI, M_2_SQRTPI,
2755 assert(printFloat(cast(double) M_2_SQRTPI,
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dopencl-c-base.h243 #define M_2_SQRTPI 0x1.20dd750429b6dp+0 macro
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d15 $(MYREF M_2_PI) $(MYREF M_2_SQRTPI) $(MYREF LN10) $(MYREF LN2)
584 enum real M_2_SQRTPI = 0x1.20dd750429b6d11ae3a914fed7fd8p+0L; /** 2 / $(SQRT)$(PI) = 1.128379... */

Completed in 142 milliseconds