Searched refs:MathLog (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/v8/src/ |
D | math.js | 81 function MathLog(x) { class 206 if (x > 0) return MathLog(x + MathSqrt(x * x + 1)); 208 return -MathLog(-x + MathSqrt(x * x + 1)); 217 return MathLog(x + MathSqrt(x + 1) * MathSqrt(x - 1)); 227 return 0.5 * MathLog((1 + x) / (1 - x)); 232 return MathLog(x) * 0.434294481903251828; // log10(x) = log(x)/log(10). 238 return MathLog(x) * 1.442695040888963407; // log2(x) = log(x)/log(2). 352 "log", MathLog,
|
D | counters.h | 514 SC(math_log, V8.MathLog) \
|
D | objects.h | 6553 V(Math, log, MathLog) \
|
/external/chromium_org/v8/src/arm/ |
D | lithium-arm.h | 115 V(MathLog) \ 937 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-mips64.h | 115 V(MathLog) \ 915 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.h | 115 V(MathLog) \ 923 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.h | 119 V(MathLog) \ 925 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
|
/external/chromium_org/v8/src/x87/ |
D | lithium-x87.h | 120 V(MathLog) \ 941 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.h | 115 V(MathLog) \ 916 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.h | 122 V(MathLog) \ 2051 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
|