| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | _doprnt.c | 208 #ifndef M_PI 209 #define M_PI (3.1415926535897932385) macro 261 RESULT(checkit ("<%4f><%.4f><%%><%4.4f>\n", M_PI, M_PI, M_PI)); in main() 262 RESULT(printf ("<%4f><%.4f><%%><%4.4f>\n", M_PI, M_PI, M_PI)); in main() 264 RESULT(checkit ("<%*f><%.*f><%%><%*.*f>\n", 3, M_PI, 3, M_PI, 3, 3, M_PI)); in main() 265 RESULT(printf ("<%*f><%.*f><%%><%*.*f>\n", 3, M_PI, 3, M_PI, 3, 3, M_PI)); in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| H A D | recursion.C | 3 const double M_PI=3.14159265358979323846; variable 8 const double x=I*2*M_PI/N; in SineSeries() 22 const double x=(I*2*M_PI/N); in Sine()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
| H A D | eb93.C | 3 const double M_PI=3.14159265358979323846; variable 8 const double x=I*2*M_PI/N; in SineSeries() 22 const double x=(I*2*M_PI/N); in Sine()
|
| /openbsd-src/regress/lib/libm/msun/ |
| H A D | ctrig_test.c | 240 0, M_PI / 4, 3 * M_PI / 4, 5 * M_PI / 4, in ATF_TC_BODY() 309 M_PI / 4, M_PI / 2, 3 * M_PI / 4, in ATF_TC_BODY() 310 5 * M_PI / 4, 3 * M_PI / 2, 7 * M_PI / 4, in ATF_TC_BODY()
|
| H A D | nearbyint_test.c | 64 { M_PI, { 3.0, 3.0, 4.0 }},
|
| H A D | fma_test.c | 170 testall(M_PI, M_PI, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
|
| H A D | cexp_test.c | 253 M_LN2, M_PI, -2.0, 0.0, in ATF_TC_BODY()
|
| /openbsd-src/lib/libm/src/ |
| H A D | b_tgamma.c | 311 z = sin(M_PI*z); in neg_gam() 313 z = cos(M_PI*(0.5-z)); in neg_gam() 320 lsine = __log__D(M_PI/z); /* = TRUNC(log(u)) + small */ in neg_gam() 335 return (M_PI / (y*z)); in neg_gam()
|
| H A D | s_catanf.c | 78 t = x/(float)M_PI; in _redupif()
|
| H A D | s_catan.c | 81 t = x/M_PI; in _redupi()
|
| H A D | s_ctanf.c | 73 t = x/(float)M_PI; in _redupif()
|
| H A D | s_ctan.c | 76 t = x/M_PI; in _redupi()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libmath/ |
| H A D | mathconf.h | 130 #ifndef M_PI 131 # define M_PI 3.14159265358979323846 macro
|
| /openbsd-src/gnu/gcc/libstdc++-v3/libmath/ |
| H A D | mathconf.h | 125 #ifndef M_PI 126 # define M_PI 3.14159265358979323846 macro
|
| /openbsd-src/games/pom/ |
| H A D | pom.c | 151 Ec = 360 / M_PI * ECCEN * sin(dtor(Msol)); /* sec 46 #5 */ in potm() 180 return(deg * M_PI / 180); in dtor()
|
| /openbsd-src/games/atc/ |
| H A D | def.h | 56 * MAXDIR / (2 * M_PI) + 2.5 + MAXDIR) % MAXDIR)
|
| /openbsd-src/regress/lib/libpthread/preemption_float/ |
| H A D | preemption_float.c | 81 d *= M_PI; in trig_loop()
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/ |
| H A D | math.t | 89 near(M_PI, 3.14159265358979, "M_PI", 1e-9);
|
| H A D | export.t | 113 M_1_PI M_2_PI M_2_SQRTPI M_E M_LN10 M_LN2 M_LOG10E M_LOG2E M_PI
|
| /openbsd-src/include/ |
| H A D | math.h | 135 #define M_PI ((double)3.14159265358979323846) /* pi */ macro
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/ |
| H A D | Makefile.PL | 132 M_LOG10E M_LOG2E M_PI M_PI_2 M_PI_4 M_SQRT1_2 M_SQRT2));
|
| H A D | POSIX.xs | 73 # undef M_PI 87 # define M_PI M_PIq macro 104 # undef M_PI 132 # ifndef M_PI 133 # define M_PI FLOAT_C(3.14159265358979323846264338327950288) macro
|
| /openbsd-src/gnu/llvm/clang/lib/Headers/ |
| H A D | opencl-c-base.h | 310 #define M_PI 0x1.921fb54442d18p+1 macro
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ObjectiveCLiterals.rst | 129 NSNumber *piOverTwo = @(M_PI / 2); // [NSNumber numberWithDouble:(M_PI / 2)]
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/lib/ |
| H A D | POSIX.pod | 2777 C<M_1_PI> C<M_2_PI> C<M_2_SQRTPI> C<M_E> C<M_LN10> C<M_LN2> C<M_LOG10E> C<M_LOG2E> C<M_PI>
|