Home
last modified time | relevance | path

Searched refs:M_2_PI (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/dports/games/pink-pony/pink-pony-1.4.1/resources/GLSL/
H A Dwater.frag18 #define M_2_PI 6.28318530718
19 #define M_PI (M_2_PI * 0.5)
20 #define M_PI_2 (M_2_PI * 0.25)
53 vec3 s = texture2D(sky, vec2(phi / M_2_PI + 0.25, eta / M_PI + 0.5)).xyz;
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/math/
H A Dconstants_basic.phpt25 echo "M_2_PI= ";
26 var_dump(M_2_PI);
56 M_2_PI= float(0.6366197723675814)
H A Dconstants.phpt17 "M_2_PI",
40 M_2_PI : 0.636619[0-9]*
/dports/lang/php73/php-7.3.33/ext/standard/tests/math/
H A Dconstants_basic.phpt25 echo "M_2_PI= ";
26 var_dump(M_2_PI);
56 M_2_PI= float(0.63661977236758)
H A Dconstants.phpt17 "M_2_PI",
40 M_2_PI : 0.636619[0-9]*
/dports/lang/php80/php-8.0.15/ext/standard/tests/math/
H A Dconstants_basic.phpt25 echo "M_2_PI= ";
26 var_dump(M_2_PI);
56 M_2_PI= float(0.6366197723675814)
H A Dconstants.phpt17 "M_2_PI",
40 M_2_PI : 0.636619[0-9]*
/dports/lang/php74/php-7.4.27/ext/standard/tests/math/
H A Dconstants_basic.phpt25 echo "M_2_PI= ";
26 var_dump(M_2_PI);
56 M_2_PI= float(0.63661977236758)
H A Dconstants.phpt17 "M_2_PI",
40 M_2_PI : 0.636619[0-9]*
/dports/lang/php81/php-8.1.1/ext/standard/tests/math/
H A Dconstants_basic.phpt25 echo "M_2_PI= ";
26 var_dump(M_2_PI);
56 M_2_PI= float(0.6366197723675814)
H A Dconstants.phpt17 "M_2_PI",
40 M_2_PI : 0.636619[0-9]*
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/math/
H A Dconstants_basic.phpt25 echo "M_2_PI= ";
26 var_dump(M_2_PI);
56 M_2_PI= float(0.63661977236758)
H A Dconstants.phpt17 "M_2_PI",
40 M_2_PI : 0.636619[0-9]*
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/math/
H A Dconstants_basic.phpt25 echo "M_2_PI= ";
26 var_dump(M_2_PI);
56 M_2_PI= float(0.6366197723675814)
H A Dconstants.phpt17 "M_2_PI",
40 M_2_PI : 0.636619[0-9]*
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/math/
H A Dconstants_basic.phpt25 echo "M_2_PI= ";
26 var_dump(M_2_PI);
56 M_2_PI= float(0.63661977236758)
H A Dconstants.phpt17 "M_2_PI",
40 M_2_PI : 0.636619[0-9]*
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/stdlib/
H A Dmath.h67 #ifndef M_2_PI
68 #define M_2_PI 0.63661977236758134308 /* 2/pi */ macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_expr/
H A Dexprincl.h90 #ifndef M_2_PI
91 #define M_2_PI 0.63661977236758134308 macro
/dports/textproc/stardict3/stardict-3.0.6/dict/stardict-plugins/stardict-wordnet-plugin/
H A Dutils.h36 #ifndef M_2_PI
37 # define M_2_PI (2*M_PI) macro
/dports/math/spar/spar-0.5.10/lib/constant/
H A Dsl_constant.h34 #undef M_2_PI
48 #define M_2_PI 0.63661977236758134308 /* 2/pi */ macro
/dports/finance/quantlib/QuantLib-1.20/ql/
H A Dmathconstants.hpp81 #ifndef M_2_PI
82 #define M_2_PI 0.636619772367581343076 macro
/dports/science/tfel-edf/tfel-3.2.1/tests/Math/
H A DCubicRoots.cxx64 #ifndef M_2_PI
65 #define M_2_PI 0.63661977236758134308 /* 2/pi */ macro
137 generate_coef(a3,a2,a1,a0,M_2_PI,M_2_SQRTPI,-M_SQRT2); in main()
/dports/science/tfel/tfel-3.4.0/tests/Math/
H A DCubicRoots.cxx64 #ifndef M_2_PI
65 #define M_2_PI 0.63661977236758134308 /* 2/pi */ macro
137 generate_coef(a3,a2,a1,a0,M_2_PI,M_2_SQRTPI,-M_SQRT2); in main()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dphp_math.h67 #ifndef M_2_PI
68 #define M_2_PI 0.63661977236758134308 /* 2/pi */ macro

12345678910>>...19