Home
last modified time | relevance | path

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

/external/v8/src/third_party/fdlibm/
Dfdlibm.js34 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));
/external/v8/src/js/
Dmath.js64 function MathExp(x) { class
310 "exp", MathExp,
349 to.MathExp = MathExp;
/external/v8/src/
Dcounters.h687 SC(math_exp, V8.MathExp) \
Dobjects.h6434 V(Math, exp, MathExp) \
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h111 V(MathExp) \
921 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/v8/src/crankshaft/x87/
Dlithium-x87.h112 V(MathExp) \
935 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/v8/src/crankshaft/mips/
Dlithium-mips.h106 V(MathExp) \
915 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/v8/src/crankshaft/x64/
Dlithium-x64.h107 V(MathExp) \
916 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/v8/src/crankshaft/arm/
Dlithium-arm.h107 V(MathExp) \
939 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h108 V(MathExp) \
933 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h107 V(MathExp) \
907 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h113 V(MathExp) \
1872 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
/external/v8/test/mjsunit/
Dmjsunit.status695 'lithium/MathExp': [PASS, FAIL],