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

  /external/v8/src/third_party/fdlibm/
fdlibm.js 34 var MathExp;
40 MathExp = from.MathExp;
795 if (ax < LOG_MAXD) return h * MathExp(ax);
799 var w = MathExp(0.5 * ax);
845 var t = MathExp(MathAbs(x));
849 if (ix < 0x40862e42) return 0.5 * MathExp(MathAbs(x));
852 var w = MathExp(0.5 * MathAbs(x));
    [all...]
  /external/v8/src/js/
math.js 64 function MathExp(x) {
310 "exp", MathExp,
349 to.MathExp = MathExp;

Completed in 96 milliseconds