Searched refs:M_PI_4 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/lib/msun/tests/ |
| HD | cexp_test.c | 166 testall(CMPLXL(-INFINITY, M_PI_4), CMPLXL(0.0, 0.0), in test_inf() 168 testall(CMPLXL(-INFINITY, 3 * M_PI_4), CMPLXL(-0.0, 0.0), in test_inf() 170 testall(CMPLXL(-INFINITY, 5 * M_PI_4), CMPLXL(-0.0, -0.0), in test_inf() 172 testall(CMPLXL(-INFINITY, 7 * M_PI_4), CMPLXL(0.0, -0.0), in test_inf() 180 testall(CMPLXL(INFINITY, M_PI_4), CMPLXL(INFINITY, INFINITY), in test_inf() 182 testall(CMPLXL(INFINITY, 3 * M_PI_4), CMPLXL(-INFINITY, INFINITY), in test_inf() 184 testall(CMPLXL(INFINITY, 5 * M_PI_4), CMPLXL(-INFINITY, -INFINITY), in test_inf() 186 testall(CMPLXL(INFINITY, 7 * M_PI_4), CMPLXL(INFINITY, -INFINITY), in test_inf() 246 1.0, M_PI_4, M_SQRT2 * 0.5 * M_E, M_SQRT2 * 0.5 * M_E, in test_small() 247 -1.0, M_PI_4, M_SQRT2 * 0.5 / M_E, M_SQRT2 * 0.5 / M_E, in test_small()
|
| /freebsd-11-stable/lib/msun/src/ |
| HD | s_cosl.c | 72 if (z.e < M_PI_4) in cosl()
|
| HD | s_tanl.c | 74 if (z.e < M_PI_4) { in tanl()
|
| HD | s_sinl.c | 68 if (z.e < M_PI_4) { in sinl()
|
| HD | s_sincosl.c | 63 if (z.e < M_PI_4) { in sincosl()
|
| HD | math.h | 150 #define M_PI_4 0.78539816339744830962 /* pi/4 */ macro
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | opencl-c-base.h | 210 #define M_PI_4 0x1.921fb54442d18p-1 macro
|