Home
last modified time | relevance | path

Searched refs:M_LOG2E (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/spu/headers/
H A Dexpf.h38 #ifndef M_LOG2E
39 #define M_LOG2E 1.4426950408889634074 macro
53 return (_exp2f((float)(M_LOG2E) * x)); in _expf()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/machine/spu/headers/
H A Dexpf.h38 #ifndef M_LOG2E
39 #define M_LOG2E 1.4426950408889634074 macro
53 return (_exp2f((float)(M_LOG2E) * x)); in _expf()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/unit_test/
H A Drestart_test.cpp25 #ifndef M_LOG2E
26 #define M_LOG2E 1.4426950408889634074 macro
61 vars.continuous_variable(M_LOG2E + (Real) (eval_id-1), 0); in TEUCHOS_UNIT_TEST()
98 vars.all_continuous_variable(M_LOG2E + (Real) i, i); in TEUCHOS_UNIT_TEST()
154 vars.continuous_variable(M_LOG2E + (Real) (eval_id-1), 0); in TEUCHOS_UNIT_TEST()
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/math/
H A Dconstants_basic.phpt9 echo "M_LOG2E= ";
10 var_dump(M_LOG2E);
48 M_LOG2E= float(1.4426950408889634)
H A Dconstants.phpt9 "M_LOG2E",
32 M_LOG2E : 1.442695[0-9]*
/dports/lang/php73/php-7.3.33/ext/standard/tests/math/
H A Dconstants_basic.phpt9 echo "M_LOG2E= ";
10 var_dump(M_LOG2E);
48 M_LOG2E= float(1.442695040889)
H A Dconstants.phpt9 "M_LOG2E",
32 M_LOG2E : 1.442695[0-9]*
/dports/lang/php80/php-8.0.15/ext/standard/tests/math/
H A Dconstants_basic.phpt9 echo "M_LOG2E= ";
10 var_dump(M_LOG2E);
48 M_LOG2E= float(1.4426950408889634)
H A Dconstants.phpt9 "M_LOG2E",
32 M_LOG2E : 1.442695[0-9]*
/dports/lang/php74/php-7.4.27/ext/standard/tests/math/
H A Dconstants_basic.phpt9 echo "M_LOG2E= ";
10 var_dump(M_LOG2E);
48 M_LOG2E= float(1.442695040889)
H A Dconstants.phpt9 "M_LOG2E",
32 M_LOG2E : 1.442695[0-9]*
/dports/lang/php81/php-8.1.1/ext/standard/tests/math/
H A Dconstants_basic.phpt9 echo "M_LOG2E= ";
10 var_dump(M_LOG2E);
48 M_LOG2E= float(1.4426950408889634)
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/math/
H A Dconstants_basic.phpt9 echo "M_LOG2E= ";
10 var_dump(M_LOG2E);
48 M_LOG2E= float(1.442695040889)
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/math/
H A Dconstants_basic.phpt9 echo "M_LOG2E= ";
10 var_dump(M_LOG2E);
48 M_LOG2E= float(1.4426950408889634)
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/math/
H A Dconstants_basic.phpt9 echo "M_LOG2E= ";
10 var_dump(M_LOG2E);
48 M_LOG2E= float(1.442695040889)
/dports/graphics/yafaray/libYafaRay-3.5.1/include/utilities/
H A DmathOptimizations.h48 #ifndef M_LOG2E
49 # define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
51 #ifndef M_LOG2E
197 return fExp2((float)M_LOG2E * a); in fExp()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/core/math/
H A Dmath_utils.h34 #ifndef M_LOG2E
35 # define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dmath_defines.h33 #ifndef M_LOG2E
34 #define M_LOG2E 1.44269504088896340736 macro
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dmath_defines.h33 #ifndef M_LOG2E
34 #define M_LOG2E 1.44269504088896340736 macro
/dports/devel/xparam/xparam-1.22/doc/doc_examples/
H A Dreg_functions.cpp16 #ifndef M_LOG2E
19 # define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
73 PARAM_CONST(M_LOG2E);
/dports/devel/xparam/xparam-1.22/examples/calculator/src/
H A Dreg_functions.cpp47 #ifndef M_LOG2E
50 # define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
104 PARAM_CONST(M_LOG2E);
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/stdlib/
H A Dmath.h31 #ifndef M_LOG2E
32 #define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_expr/
H A Dexprincl.h58 #ifndef M_LOG2E
59 #define M_LOG2E 1.4426950408889634074 macro
/dports/math/spar/spar-0.5.10/lib/constant/
H A Dsl_constant.h26 #undef M_LOG2E
40 #define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
/dports/finance/quantlib/QuantLib-1.20/ql/
H A Dmathconstants.hpp29 #ifndef M_LOG2E
30 #define M_LOG2E 1.44269504088896340736 macro

12345678910>>...24