Home
last modified time | relevance | path

Searched refs:hypot4 (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/kawa/kawa-3.1.1/gnu/math/
H A DDQuaternion.java156 public static double hypot4(double w, double x, double y, double z) { in hypot4() method in DQuaternion
179 double qmag = hypot4(x_re, x_im, x_jm, x_km); in power()
228 double qmag = hypot4(x_re,x_im,x_jm,x_km); in log()
264 double qmag = hypot4(x_re,x_im,x_jm,x_km); in sqrt()
H A DQuaternion.java182 double mag = DQuaternion.hypot4(re,im,jm,km); in unitQuaternion()
246 return new DFloNum(DQuaternion.hypot4(doubleRealValue(), in abs()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DABIFunctionList-inl.h98 _(js::hypot4) \
H A DCacheIRCompiler.cpp4629 masm.callWithABI<Fn, hypot4>(MoveOp::DOUBLE); in emitMathHypot4NumberResult()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DABIFunctionList-inl.h99 _(js::hypot4) \
H A DCacheIRCompiler.cpp4763 masm.callWithABI<Fn, hypot4>(MoveOp::DOUBLE); in emitMathHypot4NumberResult()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DABIFunctionList-inl.h98 _(js::hypot4) \
H A DCacheIRCompiler.cpp4629 masm.callWithABI<Fn, hypot4>(MoveOp::DOUBLE); in emitMathHypot4NumberResult()
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsmath.h160 extern double hypot4(double x, double y, double z, double w);
H A Djsmath.cpp768 double js::hypot4(double x, double y, double z, double w) { in hypot4() function in js
795 return hypot4(x, y, z, 0.0); in hypot3()
/dports/www/firefox/firefox-99.0/js/src/
H A Djsmath.h160 extern double hypot4(double x, double y, double z, double w);
H A Djsmath.cpp768 double js::hypot4(double x, double y, double z, double w) { in hypot4() function in js
795 return hypot4(x, y, z, 0.0); in hypot3()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsmath.h160 extern double hypot4(double x, double y, double z, double w);
H A Djsmath.cpp768 double js::hypot4(double x, double y, double z, double w) { in hypot4() function in js
795 return hypot4(x, y, z, 0.0); in hypot3()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsmath.h155 extern double hypot4(double x, double y, double z, double w);
H A Djsmath.cpp727 double js::hypot4(double x, double y, double z, double w) { in hypot4() function in js
754 return hypot4(x, y, z, 0.0); in hypot3()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsmath.h250 hypot4(double x, double y, double z, double w);
H A Djsmath.cpp1223 js::hypot4(double x, double y, double z, double w) in hypot4() function in js
1250 return hypot4(x, y, z, 0.0); in hypot3()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsmath.h229 extern double hypot4(double x, double y, double z, double w);
H A Djsmath.cpp1051 double js::hypot4(double x, double y, double z, double w) { in hypot4() function in js
1078 return hypot4(x, y, z, 0.0); in hypot3()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsmath.h247 hypot4(double x, double y, double z, double w);
H A Djsmath.cpp1424 js::hypot4(double x, double y, double z, double w) in hypot4() function in js
1451 return hypot4(x, y, z, 0.0); in hypot3()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DCodeGenerator.cpp4404 masm.callWithABI(JS_FUNC_TO_DATA_PTR(void*, hypot4), MoveOp::DOUBLE); in visitHypot()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DCodeGenerator.cpp5298 masm.callWithABI(JS_FUNC_TO_DATA_PTR(void*, hypot4), MoveOp::DOUBLE); in visitHypot()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DCodeGenerator.cpp5734 masm.callWithABI(JS_FUNC_TO_DATA_PTR(void*, hypot4), MoveOp::DOUBLE); in visitHypot()

12