Searched refs:M_1_PI (Results 1 - 8 of 8) sorted by path

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dopencl-c-base.h241 #define M_1_PI 0x1.45f306dc9c883p-2 macro
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d14 $(MYREF E) $(MYREF PI) $(MYREF PI_2) $(MYREF PI_4) $(MYREF M_1_PI)
582 enum real M_1_PI = 0x1.45f306dc9c882a53f84eafa3ea69cp-2L; /** 1 / $(PI) = 0.318309... */
583 enum real M_2_PI = 2*M_1_PI; /** 2 / $(PI) = 0.636619... */
/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,
253 assert(printFloat(cast(float) M_1_PI, f) == "0x1.45f306p-2");
269 assert(printFloat(cast(double) M_1_PI, f) == "0x1.45f306dc9c883p-2");
287 assert(printFloat(M_1_PI, f) == "0x1.45f306dc9c882a54p-2");
1369 import std.math.constants : E, PI, PI_2, PI_4, M_1_PI, M_2_PI, M_2_SQRTPI,
1376 assert(printFloat(cast(double) M_1_PI, f) == "3.183098861837907e-01");
2228 import std.math.constants : E, PI, PI_2, PI_4, M_1_PI, M_2_PI, M_2_SQRTPI,
2235 assert(printFloat(cast(double) M_1_PI, f) == "0.318309886183791");
2746 import std.math.constants : E, PI, PI_2, PI_4, M_1_PI, M_2_PI, M_2_SQRTPI,
2753 assert(printFloat(cast(double) M_1_PI,
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dconstants.d33 enum real M_1_PI = 0x1.45f306dc9c882a53f84eafa3ea69cp-2L; /** 1 / $(PI) = 0.318309... */
34 enum real M_2_PI = 2*M_1_PI; /** 2 / $(PI) = 0.636619... */
/netbsd-current/include/
H A Dmath.h163 #define M_1_PI 0.31830988618379067154 /* 1/pi */ macro
/netbsd-current/lib/lua/libm/
H A Dlibm.c233 LIBM_CONST(M_1_PI),
/netbsd-current/tests/lib/lua/libm/
H A Dh_lualibm.c18 TEST(M_1_PI);
H A Dlualibm.lua24 test("M_1_PI", lm.M_1_PI)

Completed in 385 milliseconds