Home
last modified time | relevance | path

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

/dflybsd-src/tools/regression/lib/libm/
H A Dtest-cexp.c236 testall(cpackl(-INFINITY, M_PI_4), cpackl(0.0, 0.0), in test_inf()
238 testall(cpackl(-INFINITY, 3 * M_PI_4), cpackl(-0.0, 0.0), in test_inf()
240 testall(cpackl(-INFINITY, 5 * M_PI_4), cpackl(-0.0, -0.0), in test_inf()
242 testall(cpackl(-INFINITY, 7 * M_PI_4), cpackl(0.0, -0.0), in test_inf()
250 testall(cpackl(INFINITY, M_PI_4), cpackl(INFINITY, INFINITY), in test_inf()
252 testall(cpackl(INFINITY, 3 * M_PI_4), cpackl(-INFINITY, INFINITY), in test_inf()
254 testall(cpackl(INFINITY, 5 * M_PI_4), cpackl(-INFINITY, -INFINITY), in test_inf()
256 testall(cpackl(INFINITY, 7 * M_PI_4), cpackl(INFINITY, -INFINITY), in test_inf()
314 1.0, M_PI_4, M_SQRT2 * 0.5 * M_E, M_SQRT2 * 0.5 * M_E, in test_small()
315 -1.0, M_PI_4, M_SQRT2 * 0.5 / M_E, M_SQRT2 * 0.5 / M_E, in test_small()
/dflybsd-src/contrib/openbsd_libm/src/
H A Ds_tanl.c78 if (z.e < M_PI_4) { in tanl()
H A Ds_cosl.c76 if (z.e < M_PI_4) in cosl()
H A Ds_sinl.c75 if (z.e < M_PI_4) { in sinl()
H A Ds_sincosl.c65 if (z.e < M_PI_4) { in sincosl()
/dflybsd-src/contrib/openbsd_libm/include/global/
H A Dmath.h137 #define M_PI_4 ((double)0.78539816339744830962) /* pi/4 */ macro