Home
last modified time | relevance | path

Searched refs:MathSqrt (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Dmath.js162 function MathSqrt(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));
270 return MathSqrt(sum) * max;
355 "sqrt", MathSqrt,
Dcounters.h517 SC(math_sqrt, V8.MathSqrt) \
Dobjects.h6555 V(Math, sqrt, MathSqrt) \
/external/v8/src/compiler/
Djs-builtin-reducer-unittest.cc66 TEST_F(JSBuiltinReducerTest, MathSqrt) { in TEST_F() argument
/external/v8/src/mips64/
Dlithium-mips64.h119 V(MathSqrt) \
961 DECLARE_CONCRETE_INSTRUCTION(MathSqrt, "math-sqrt")
/external/v8/src/ia32/
Dlithium-ia32.h123 V(MathSqrt) \
968 DECLARE_CONCRETE_INSTRUCTION(MathSqrt, "math-sqrt")
/external/v8/src/mips/
Dlithium-mips.h119 V(MathSqrt) \
962 DECLARE_CONCRETE_INSTRUCTION(MathSqrt, "math-sqrt")
/external/v8/src/x64/
Dlithium-x64.h119 V(MathSqrt) \
964 DECLARE_CONCRETE_INSTRUCTION(MathSqrt, "math-sqrt")
/external/v8/src/arm/
Dlithium-arm.h119 V(MathSqrt) \
983 DECLARE_CONCRETE_INSTRUCTION(MathSqrt, "math-sqrt")
/external/v8/src/x87/
Dlithium-x87.h124 V(MathSqrt) \
990 DECLARE_CONCRETE_INSTRUCTION(MathSqrt, "math-sqrt")
/external/v8/src/arm64/
Dlithium-arm64.h127 V(MathSqrt) \
2120 DECLARE_CONCRETE_INSTRUCTION(MathSqrt, "math-sqrt")