HomeSort by relevance Sort by last modified time
    Searched defs:MathAbs (Results 1 - 3 of 3) sorted by null

  /external/v8/src/third_party/fdlibm/
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)
    [all...]
  /external/v8/src/js/
math.js 29 function MathAbs(x) {
228 n = MathAbs(n);
305 "abs", MathAbs,
331 %SetForceInlineFlag(MathAbs);
348 to.MathAbs = MathAbs;
v8natives.js 21 var MathAbs;
34 MathAbs = from.MathAbs;
1096 return MathAbs(integral) <= kMaxSafeInteger;
    [all...]

Completed in 115 milliseconds