Home
last modified time | relevance | path

Searched refs:MathPow (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dmath.js186 function MathPow(x, y) { class
284 "pow", MathPow,
Dcode-stubs.h49 V(MathPow) \
477 virtual CodeStub::Major MajorKey() { return MathPow; } in MajorKey()
Dv8-counters.h234 SC(math_pow, V8.MathPow) \
Druntime.h505 F(MathPow, 2, 1) \
Ddate.js754 return n < MathPow(10, digits - 1) ? '0' + PadInt(n, digits - 1) : n;
Dobjects.h5118 V(Math, pow, MathPow) \