Searched refs:M_2_PI (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
| H A D | constants.d | 34 enum real M_2_PI = 2*M_1_PI; /** 2 / $(PI) = 0.636619... */ variable
|
| /netbsd-src/tests/lib/lua/libm/ |
| H A D | h_lualibm.c | 19 TEST(M_2_PI); in main()
|
| H A D | lualibm.lua | 25 test("M_2_PI", lm.M_2_PI)
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/internal/ |
| H A D | floats.d | 246 import std.math.constants : E, PI, PI_2, PI_4, M_1_PI, M_2_PI, M_2_SQRTPI, 254 assert(printFloat(cast(float) M_2_PI, f) == "0x1.45f306p-1"); 270 assert(printFloat(cast(double) M_2_PI, f) == "0x1.45f306dc9c883p-1"); 288 assert(printFloat(M_2_PI, f) == "0x1.45f306dc9c882a54p-1"); 1369 import std.math.constants : E, PI, PI_2, PI_4, M_1_PI, M_2_PI, M_2_SQRTPI, 1377 assert(printFloat(cast(double) M_2_PI, f) == "6.366197723675814e-01"); 2228 import std.math.constants : E, PI, PI_2, PI_4, M_1_PI, M_2_PI, M_2_SQRTPI, 2236 assert(printFloat(cast(double) M_2_PI, f) == "0.636619772367581"); 2746 import std.math.constants : E, PI, PI_2, PI_4, M_1_PI, M_2_PI, M_2_SQRTPI, 2754 assert(printFloat(cast(double) M_2_PI, f) == "0.636619772367581");
|
| /netbsd-src/lib/lua/libm/ |
| H A D | libm.c | 234 LIBM_CONST(M_2_PI),
|
| /netbsd-src/include/ |
| H A D | math.h | 177 #define M_2_PI 0.63661977236758134308 /* 2/pi */ 164 #define M_2_PI global() macro
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
| H A D | opencl-c-base.h | 242 #define M_2_PI 0x1.45f306dc9c883p-1 macro
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | math.d | 583 enum real M_2_PI = 2*M_1_PI; /** 2 / $(PI) = 0.636619... */ variable
|