Searched refs:MathLog (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/src/
H A Dmath.js81 function MathLog(x) { function
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,
H A Dcounters.h514 SC(math_log, V8.MathLog) \
H A Dobjects.h6553 V(Math, log, MathLog) \
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h115 V(MathLog) \
937 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h119 V(MathLog) \
925 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h115 V(MathLog) \
916 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h115 V(MathLog) \
915 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h115 V(MathLog) \
923 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h120 V(MathLog) \
941 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h122 V(MathLog) \
2051 DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")

Completed in 185 milliseconds