Home
last modified time | relevance | path

Searched refs:math_sign_impl (Results 1 – 21 of 21) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsmath.h257 extern double math_sign_impl(double x);
H A Djsmath.cpp879 double js::math_sign_impl(double x) { in math_sign_impl() function in js
895 r.setNumber(math_sign_impl(x)); in math_sign_handle()
/dports/www/firefox/firefox-99.0/js/src/
H A Djsmath.h257 extern double math_sign_impl(double x);
H A Djsmath.cpp879 double js::math_sign_impl(double x) { in math_sign_impl() function in js
895 r.setNumber(math_sign_impl(x)); in math_sign_handle()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsmath.h257 extern double math_sign_impl(double x);
H A Djsmath.cpp879 double js::math_sign_impl(double x) { in math_sign_impl() function in js
895 r.setNumber(math_sign_impl(x)); in math_sign_handle()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsmath.h252 extern double math_sign_impl(double x);
H A Djsmath.cpp837 double js::math_sign_impl(double x) { in math_sign_impl() function in js
853 r.setNumber(math_sign_impl(x)); in math_sign_handle()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsmath.h424 math_sign_impl(MathCache* cache, double x);
H A Djsmath.cpp1330 js::math_sign_impl(MathCache* cache, double x) in math_sign_impl() function in js
1344 return math_function<math_sign_impl>(cx, argc, vp); in math_sign()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsmath.h351 extern double math_sign_impl(MathCache* cache, double x);
H A Djsmath.cpp1143 double js::math_sign_impl(MathCache* cache, double x) { in math_sign_impl() function in js
1154 return math_function<math_sign_impl>(cx, argc, vp); in math_sign()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsmath.h421 math_sign_impl(MathCache* cache, double x);
H A Djsmath.cpp1531 js::math_sign_impl(MathCache* cache, double x) in math_sign_impl() function in js
1545 return math_function<math_sign_impl>(cx, argc, vp); in math_sign()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DMIR.cpp1340 double out = js::math_sign_impl(in); in foldsTo()
H A DCacheIR.cpp6436 double d = math_sign_impl(args_[0].toDouble()); in tryAttachMathSign()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DMIR.cpp1340 double out = js::math_sign_impl(in); in foldsTo()
H A DCacheIR.cpp6436 double d = math_sign_impl(args_[0].toDouble()); in tryAttachMathSign()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DMIR.cpp1390 double out = js::math_sign_impl(in); in foldsTo()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DMIR.cpp1402 double out = js::math_sign_impl(in); in foldsTo()
H A DCacheIR.cpp6643 double d = math_sign_impl(args_[0].toDouble()); in tryAttachMathSign()