Home
last modified time | relevance | path

Searched refs:M_PI_4 (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/lib/msun/tests/
HDcexp_test.c166 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/
HDs_cosl.c72 if (z.e < M_PI_4) in cosl()
HDs_tanl.c74 if (z.e < M_PI_4) { in tanl()
HDs_sinl.c68 if (z.e < M_PI_4) { in sinl()
HDs_sincosl.c63 if (z.e < M_PI_4) { in sincosl()
HDmath.h150 #define M_PI_4 0.78539816339744830962 /* pi/4 */ macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
HDopencl-c-base.h210 #define M_PI_4 0x1.921fb54442d18p-1 macro