Searched refs:MathAbs (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/third_party/fdlibm/ |
D | fdlibm.js | 33 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/ |
D | math.js | 29 function MathAbs(x) { class 228 n = MathAbs(n); 305 "abs", MathAbs, 331 %SetForceInlineFlag(MathAbs); 348 to.MathAbs = MathAbs;
|
D | v8natives.js | 21 var MathAbs; 34 MathAbs = from.MathAbs; 1096 return MathAbs(integral) <= kMaxSafeInteger;
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 109 V(MathAbs) \ 877 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 110 V(MathAbs) \ 891 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 105 V(MathAbs) \ 868 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 105 V(MathAbs) \ 874 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 105 V(MathAbs) \ 892 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 107 V(MathAbs) \ 886 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 105 V(MathAbs) \ 866 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 110 V(MathAbs) \ 1826 DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
|
/external/v8/src/ |
D | objects.h | 6432 V(Math, abs, MathAbs) \
|