Searched refs:MathExp (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/third_party/fdlibm/ |
D | 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));
|
/external/v8/src/js/ |
D | math.js | 64 function MathExp(x) { class 310 "exp", MathExp, 349 to.MathExp = MathExp;
|
/external/v8/src/ |
D | counters.h | 687 SC(math_exp, V8.MathExp) \
|
D | objects.h | 6434 V(Math, exp, MathExp) \
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 111 V(MathExp) \ 921 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 112 V(MathExp) \ 935 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 106 V(MathExp) \ 915 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 107 V(MathExp) \ 916 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 107 V(MathExp) \ 939 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 108 V(MathExp) \ 933 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 107 V(MathExp) \ 907 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 113 V(MathExp) \ 1872 DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
|
/external/v8/test/mjsunit/ |
D | mjsunit.status | 695 'lithium/MathExp': [PASS, FAIL],
|