Searched refs:M_PI_4 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/lib/msun/tests/ |
| HD | cexp_test.c | 161 testall(CMPLXL(-INFINITY, M_PI_4), CMPLXL(0.0, 0.0), in ATF_TC_BODY() 163 testall(CMPLXL(-INFINITY, 3 * M_PI_4), CMPLXL(-0.0, 0.0), in ATF_TC_BODY() 165 testall(CMPLXL(-INFINITY, 5 * M_PI_4), CMPLXL(-0.0, -0.0), in ATF_TC_BODY() 167 testall(CMPLXL(-INFINITY, 7 * M_PI_4), CMPLXL(0.0, -0.0), in ATF_TC_BODY() 175 testall(CMPLXL(INFINITY, M_PI_4), CMPLXL(INFINITY, INFINITY), in ATF_TC_BODY() 177 testall(CMPLXL(INFINITY, 3 * M_PI_4), CMPLXL(-INFINITY, INFINITY), in ATF_TC_BODY() 179 testall(CMPLXL(INFINITY, 5 * M_PI_4), CMPLXL(-INFINITY, -INFINITY), in ATF_TC_BODY() 181 testall(CMPLXL(INFINITY, 7 * M_PI_4), CMPLXL(INFINITY, -INFINITY), in ATF_TC_BODY() 239 1.0, M_PI_4, M_SQRT2 * 0.5 * M_E, M_SQRT2 * 0.5 * M_E, in ATF_TC_BODY() 240 -1.0, M_PI_4, M_SQRT2 * 0.5 / M_E, M_SQRT2 * 0.5 / M_E, in ATF_TC_BODY()
|
| /freebsd-14-stable/lib/msun/src/ |
| HD | s_tanl.c | 73 if (z.e < M_PI_4) { in tanl()
|
| HD | s_sinl.c | 67 if (z.e < M_PI_4) { in sinl()
|
| HD | s_sincosl.c | 59 if (z.e < M_PI_4) { in sincosl()
|
| HD | math.h | 139 #define M_PI_4 0.78539816339744830962 /* pi/4 */ macro
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | opencl-c-base.h | 317 #define M_PI_4 0x1.921fb54442d18p-1 macro
|