Searched refs:M_PI_4 (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/tests/lib/lua/libm/
H A Dlualibm.lua23 test("M_PI_4", lm.M_PI_4)
50 test("exp(M_PI_4)", lm.exp(lm.M_PI_4))
52 test("expm1(M_PI_4)", lm.expm1(lm.M_PI_4))
83 test("sin(M_PI_4)", lm.sin(lm.M_PI_4))
84 test("sinh(M_PI_4)", lm.sinh(lm.M_PI_4))
[all...]
H A Dh_lualibm.c17 TEST(M_PI_4);
44 TEST(exp(M_PI_4));
46 TEST(expm1(M_PI_4));
80 TEST(sin(M_PI_4));
81 TEST(sinh(M_PI_4));
83 TEST(tan(M_PI_4));
84 TEST(tanh(M_PI_4));
/netbsd-current/lib/libm/src/
H A Ds_tanl.c84 if (z.extu_ld < M_PI_4) {
H A Ds_sincosl.c72 if (z.extu_ld < M_PI_4) {
H A Ds_sinl.c79 if (z.extu_ld < M_PI_4) {
/netbsd-current/usr.sbin/bta2dpd/cosdata-gen/
H A Dcosdata.c99 double mp = M_PI_4 / lim;
/netbsd-current/lib/lua/libm/
H A Dlibm.c232 LIBM_CONST(M_PI_4),
/netbsd-current/include/
H A Dmath.h162 #define M_PI_4 0.78539816339744830962 /* pi/4 */ macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dopencl-c-base.h240 #define M_PI_4 0x1.921fb54442d18p-1 macro

Completed in 108 milliseconds