Home
last modified time | relevance | path

Searched refs:MathExp (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Dmath.js60 function MathExp(x) { class
196 var exp1 = MathExp(x);
197 var exp2 = MathExp(-x);
350 "exp", MathExp,
Dcounters.h512 SC(math_exp, V8.MathExp) \
Dobjects.h6554 V(Math, exp, MathExp) \
/external/v8/third_party/fdlibm/
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/v8/src/mips64/
Dlithium-mips64.h111 V(MathExp) \
949 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/v8/src/ia32/
Dlithium-ia32.h116 V(MathExp) \
956 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/v8/src/mips/
Dlithium-mips.h111 V(MathExp) \
950 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/v8/src/x64/
Dlithium-x64.h112 V(MathExp) \
952 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/v8/src/arm/
Dlithium-arm.h112 V(MathExp) \
971 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/v8/src/x87/
Dlithium-x87.h117 V(MathExp) \
972 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/v8/test/mjsunit/
Dmjsunit.status525 'lithium/MathExp': [PASS, FAIL],
/external/v8/src/arm64/
Dlithium-arm64.h118 V(MathExp) \
1972 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")