Searched refs:M_SQRT2 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/tests/lib/lua/libm/
H A Dlualibm.lua27 test("M_SQRT2", lm.M_SQRT2)
38 test("tan(M_SQRT2)", lm.tan(lm.M_SQRT2))
39 test("atan(tan(M_SQRT2))", lm.atan(lm.tan(lm.M_SQRT2)))
40 test("tanh(M_SQRT2)", lm.tanh(lm.M_SQRT2))
41 test("atanh(tanh(M_SQRT2))", lm.atanh(lm.tanh(lm.M_SQRT2)))
[all...]
H A Dh_lualibm.c21 TEST(M_SQRT2);
32 TEST(tan(M_SQRT2));
33 TEST(atan(tan(M_SQRT2)));
34 TEST(tanh(M_SQRT2));
35 TEST(atanh(tanh(M_SQRT2)));
36 TEST(atan2(M_SQRT2, M_SQRT2));
47 TEST(fabs(-M_SQRT2));
48 TEST(fabs(M_SQRT2));
54 TEST(fma(M_PI, M_E, M_SQRT2));
[all...]
/netbsd-current/external/gpl2/groff/dist/src/preproc/pic/
H A Dpic.h63 #ifndef M_SQRT2
64 #define M_SQRT2 1.41421356237309504880 macro
H A Dobject.cpp745 const double CHOP_FACTOR = 1.0 - 1.0/M_SQRT2;
1007 position north_east() { return position(cent.x + dim.x/(M_SQRT2*2.0),
1008 cent.y + dim.y/(M_SQRT2*2.0)); }
1009 position north_west() { return position(cent.x - dim.x/(M_SQRT2*2.0),
1010 cent.y + dim.y/(M_SQRT2*2.0)); }
1011 position south_east() { return position(cent.x + dim.x/(M_SQRT2*2.0),
1012 cent.y - dim.y/(M_SQRT2*2.0)); }
1013 position south_west() { return position(cent.x - dim.x/(M_SQRT2*2.0),
1014 cent.y - dim.y/(M_SQRT2*2.0)); }
1583 result.x += rad/M_SQRT2;
[all...]
/netbsd-current/lib/lua/libm/
H A Dlibm.c236 LIBM_CONST(M_SQRT2),
/netbsd-current/include/
H A Dmath.h166 #define M_SQRT2 1.41421356237309504880 /* sqrt(2) */ macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dopencl-c-base.h244 #define M_SQRT2 0x1.6a09e667f3bcdp+0 macro

Completed in 154 milliseconds