Home
last modified time | relevance | path

Searched refs:math_expm1_impl (Results 1 – 14 of 14) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsmath.cpp649 double js::math_expm1_impl(double x) { in math_expm1_impl() function in js
655 return math_function<math_expm1_impl>(cx, argc, vp); in math_expm1()
907 return math_expm1_impl; in GetUnaryMathFunctionPtr()
H A Djsmath.h231 extern double math_expm1_impl(double x);
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsmath.cpp690 double js::math_expm1_impl(double x) { in math_expm1_impl() function in js
696 return math_function<math_expm1_impl>(cx, argc, vp); in math_expm1()
958 return math_expm1_impl; in GetUnaryMathFunctionPtr()
H A Djsmath.h236 extern double math_expm1_impl(double x);
/dports/www/firefox/firefox-99.0/js/src/
H A Djsmath.cpp690 double js::math_expm1_impl(double x) { in math_expm1_impl() function in js
696 return math_function<math_expm1_impl>(cx, argc, vp); in math_expm1()
958 return math_expm1_impl; in GetUnaryMathFunctionPtr()
H A Djsmath.h236 extern double math_expm1_impl(double x);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsmath.cpp690 double js::math_expm1_impl(double x) { in math_expm1_impl() function in js
696 return math_function<math_expm1_impl>(cx, argc, vp); in math_expm1()
958 return math_expm1_impl; in GetUnaryMathFunctionPtr()
H A Djsmath.h236 extern double math_expm1_impl(double x);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsmath.h376 math_expm1_impl(MathCache* cache, double x);
H A Djsmath.cpp1077 js::math_expm1_impl(MathCache* cache, double x) in math_expm1_impl() function in js
1091 return math_function<math_expm1_impl>(cx, argc, vp); in math_expm1()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsmath.h319 extern double math_expm1_impl(MathCache* cache, double x);
H A Djsmath.cpp937 double js::math_expm1_impl(MathCache* cache, double x) { in math_expm1_impl() function in js
948 return math_function<math_expm1_impl>(cx, argc, vp); in math_expm1()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsmath.h373 math_expm1_impl(MathCache* cache, double x);
H A Djsmath.cpp1156 js::math_expm1_impl(MathCache* cache, double x) in math_expm1_impl() function in js
1170 return math_function<math_expm1_impl>(cx, argc, vp); in math_expm1()