Searched refs:MathExp (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | math.js | 60 function MathExp(x) { class 196 var exp1 = MathExp(x); 197 var exp2 = MathExp(-x); 350 "exp", MathExp,
|
D | counters.h | 512 SC(math_exp, V8.MathExp) \
|
D | objects.h | 6554 V(Math, exp, MathExp) \
|
/external/v8/third_party/fdlibm/ |
D | fdlibm.js | 750 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/ |
D | lithium-mips64.h | 111 V(MathExp) \ 949 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 116 V(MathExp) \ 956 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/v8/src/mips/ |
D | lithium-mips.h | 111 V(MathExp) \ 950 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/v8/src/x64/ |
D | lithium-x64.h | 112 V(MathExp) \ 952 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/v8/src/arm/ |
D | lithium-arm.h | 112 V(MathExp) \ 971 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/v8/src/x87/ |
D | lithium-x87.h | 117 V(MathExp) \ 972 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/v8/test/mjsunit/ |
D | mjsunit.status | 525 'lithium/MathExp': [PASS, FAIL],
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 118 V(MathExp) \ 1972 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|