Home
last modified time | relevance | path

Searched refs:MathAbs (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/third_party/fdlibm/
Dfdlibm.js33 var MathAbs;
39 MathAbs = from.MathAbs;
100 var t = MathAbs(X);
292 return 1 / MathAbs(x);
786 var ax = MathAbs(x);
837 var t = MathExpm1(MathAbs(x));
845 var t = MathExp(MathAbs(x));
849 if (ix < 0x40862e42) return 0.5 * MathExp(MathAbs(x));
851 if (MathAbs(x) <= KCOSH_OVERFLOW) {
852 var w = MathExp(0.5 * MathAbs(x));
[all …]
/external/v8/src/js/
Dmath.js29 function MathAbs(x) { class
228 n = MathAbs(n);
305 "abs", MathAbs,
331 %SetForceInlineFlag(MathAbs);
348 to.MathAbs = MathAbs;
Dv8natives.js21 var MathAbs;
34 MathAbs = from.MathAbs;
1096 return MathAbs(integral) <= kMaxSafeInteger;
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h109 V(MathAbs) \
877 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
/external/v8/src/crankshaft/x87/
Dlithium-x87.h110 V(MathAbs) \
891 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
/external/v8/src/crankshaft/mips/
Dlithium-mips.h105 V(MathAbs) \
868 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
/external/v8/src/crankshaft/x64/
Dlithium-x64.h105 V(MathAbs) \
874 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
/external/v8/src/crankshaft/arm/
Dlithium-arm.h105 V(MathAbs) \
892 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h107 V(MathAbs) \
886 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h105 V(MathAbs) \
866 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h110 V(MathAbs) \
1826 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
/external/v8/src/
Dobjects.h6432 V(Math, abs, MathAbs) \