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 29 var MathAbs;
33 MathAbs = from.MathAbs;
63 var ax = MathAbs(x);
114 var t = MathExpm1(MathAbs(x));
122 var t = %math_exp(MathAbs(x));
126 if (ix < 0x40862e42) return 0.5 * %math_exp(MathAbs(x));
128 if (MathAbs(x) <= KCOSH_OVERFLOW) {
129 var w = %math_exp(0.5 * MathAbs(x));
172 var ax = MathAbs(x)
    [all...]
  /external/v8/src/js/
math.js 27 function MathAbs(x) {
99 var n = MathAbs(arguments[i]);
139 "abs", MathAbs,
154 to.MathAbs = MathAbs;
v8natives.js 19 var MathAbs;
28 MathAbs = from.MathAbs;
370 return MathAbs(integral) <= kMaxSafeInteger;

Completed in 53 milliseconds