Home
last modified time | relevance | path

Searched refs:M_SQRT2 (Results 1 – 9 of 9) sorted by relevance

/openbsd/regress/lib/libm/msun/
H A Dcexp_test.c250 1.0, M_PI_4, M_SQRT2 * 0.5 * M_E, M_SQRT2 * 0.5 * M_E, in ATF_TC_BODY()
251 -1.0, M_PI_4, M_SQRT2 * 0.5 / M_E, M_SQRT2 * 0.5 / M_E, in ATF_TC_BODY()
/openbsd/include/
H A Dmath.h141 #define M_SQRT2 ((double)1.41421356237309504880) /* sqrt(2) */ macro
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dmath.t87 near(M_SQRT2, 1.4142135623731, "M_SQRT2", 1e-9);
H A Dexport.t114 M_PI_2 M_PI_4 M_SQRT1_2 M_SQRT2 INFINITY NAN
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL132 M_LOG10E M_LOG2E M_PI M_PI_2 M_PI_4 M_SQRT1_2 M_SQRT2));
H A DPOSIX.xs79 # undef M_SQRT2
93 # define M_SQRT2 M_SQRT2q macro
110 # undef M_SQRT2
150 # ifndef M_SQRT2
151 # define M_SQRT2 FLOAT_C(1.41421356237309504880168872420969808) macro
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dopencl-c-base.h316 #define M_SQRT2 0x1.6a09e667f3bcdp+0 macro
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pod2778 C<M_PI_2> C<M_PI_4> C<M_SQRT1_2> C<M_SQRT2>
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5220delta.pod1080 C<trunc>; C<M_E>, C<M_SQRT2>, C<M_PI>) have been added.