Searched refs:MathExp (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/v8/src/
H A Dmath.js60 function MathExp(x) { function
196 var exp1 = MathExp(x);
197 var exp2 = MathExp(-x);
350 "exp", MathExp,
H A Dcounters.h512 SC(math_exp, V8.MathExp) \
H A Dobjects.h6554 V(Math, exp, MathExp) \
/external/chromium_org/v8/third_party/fdlibm/
H A Dfdlibm.js750 if (ax < LOG_MAXD) return h * MathExp(ax);
754 var w = MathExp(0.5 * ax);
800 var t = MathExp(MathAbs(x));
804 if (ix < 0x40862e42) return 0.5 * MathExp(MathAbs(x));
807 var w = MathExp(0.5 * MathAbs(x));
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h112 V(MathExp) \
971 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h116 V(MathExp) \
956 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h111 V(MathExp) \
950 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h111 V(MathExp) \
949 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h112 V(MathExp) \
952 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h117 V(MathExp) \
972 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h118 V(MathExp) \
1972 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")

Completed in 529 milliseconds