Home
last modified time | relevance | path

Searched refs:M_1_PI (Results 1 – 25 of 598) sorted by relevance

12345678910>>...24

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_filter/geodesic_morph_rec/
H A Drho.h66 #define RHO_GRAD (M_1_PI*180.0) /* M_1_PI - Reziprokwert von pi */
67 #define RHO_ARCSEC (M_1_PI*648000.0) /* def. in /usr/include/math.h */
68 #define RHO_STUND (M_1_PI*12.0)
69 #define RHO_TSEC (M_1_PI*43200.0)
/dports/devel/rkcommon/rkcommon-1.8.0/rkcommon/math/
H A Dconstants.h275 return M_1_PI;
279 return M_1_PI;
299 return 0.5 * M_1_PI;
303 return 0.5 * M_1_PI;
323 return 0.25 * M_1_PI;
327 return 0.25 * M_1_PI;
/dports/graphics/embree/embree-3.13.2/common/math/
H A Dconstants.h135 __forceinline operator double( ) const { return double(M_1_PI); }
136 __forceinline operator float ( ) const { return float(M_1_PI); }
151 __forceinline operator double( ) const { return double(0.5*M_1_PI); }
152 __forceinline operator float ( ) const { return float(0.5*M_1_PI); }
167 __forceinline operator double( ) const { return double(0.25*M_1_PI); }
168 __forceinline operator float ( ) const { return float(0.25*M_1_PI); }
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/math/
H A Dconstants_basic.phpt23 echo "M_1_PI= ";
24 var_dump(M_1_PI);
55 M_1_PI= float(0.3183098861837907)
H A Dconstants.phpt16 "M_1_PI",
39 M_1_PI : 0.318309[0-9]*
/dports/lang/php73/php-7.3.33/ext/standard/tests/math/
H A Dconstants_basic.phpt23 echo "M_1_PI= ";
24 var_dump(M_1_PI);
55 M_1_PI= float(0.31830988618379)
H A Dconstants.phpt16 "M_1_PI",
39 M_1_PI : 0.318309[0-9]*
/dports/lang/php80/php-8.0.15/ext/standard/tests/math/
H A Dconstants_basic.phpt23 echo "M_1_PI= ";
24 var_dump(M_1_PI);
55 M_1_PI= float(0.3183098861837907)
H A Dconstants.phpt16 "M_1_PI",
39 M_1_PI : 0.318309[0-9]*
/dports/lang/php74/php-7.4.27/ext/standard/tests/math/
H A Dconstants_basic.phpt23 echo "M_1_PI= ";
24 var_dump(M_1_PI);
55 M_1_PI= float(0.31830988618379)
H A Dconstants.phpt16 "M_1_PI",
39 M_1_PI : 0.318309[0-9]*
/dports/lang/php81/php-8.1.1/ext/standard/tests/math/
H A Dconstants_basic.phpt23 echo "M_1_PI= ";
24 var_dump(M_1_PI);
55 M_1_PI= float(0.3183098861837907)
H A Dconstants.phpt16 "M_1_PI",
39 M_1_PI : 0.318309[0-9]*
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/math/
H A Dconstants_basic.phpt23 echo "M_1_PI= ";
24 var_dump(M_1_PI);
55 M_1_PI= float(0.31830988618379)
H A Dconstants.phpt16 "M_1_PI",
39 M_1_PI : 0.318309[0-9]*
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/math/
H A Dconstants_basic.phpt23 echo "M_1_PI= ";
24 var_dump(M_1_PI);
55 M_1_PI= float(0.3183098861837907)
H A Dconstants.phpt16 "M_1_PI",
39 M_1_PI : 0.318309[0-9]*
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/math/
H A Dconstants_basic.phpt23 echo "M_1_PI= ";
24 var_dump(M_1_PI);
55 M_1_PI= float(0.31830988618379)
H A Dconstants.phpt16 "M_1_PI",
39 M_1_PI : 0.318309[0-9]*
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/stdlib/
H A Dmath.h63 #ifndef M_1_PI
64 #define M_1_PI 0.31830988618379067154 /* 1/pi */ macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_expr/
H A Dexprincl.h86 #ifndef M_1_PI
87 #define M_1_PI 0.31830988618379067154 macro
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/math/
H A Dconstants.d33 enum real M_1_PI = 0x1.45f306dc9c882a53f84eafa3ea69cp-2L; /** 1 / $(PI) = 0.318309... */ variable
34 enum real M_2_PI = 2*M_1_PI; /** 2 / $(PI) = 0.636619... */
/dports/science/gromacs/gromacs-2021.4/src/gromacs/math/
H A Dutilities.h64 #ifndef M_1_PI
65 # define M_1_PI 0.31830988618379067154 macro
/dports/math/spar/spar-0.5.10/lib/constant/
H A Dsl_constant.h33 #undef M_1_PI
47 #define M_1_PI 0.31830988618379067154 /* 1/pi */ macro
/dports/finance/quantlib/QuantLib-1.20/ql/
H A Dmathconstants.hpp77 #ifndef M_1_PI
78 #define M_1_PI 0.318309886183790671538 macro

12345678910>>...24