Home
last modified time | relevance | path

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

/external/v8/src/
Dmath.js140 function MathPow(x, y) { class
358 "pow", MathPow,
Ddate.js687 return n < MathPow(10, digits - 1) ? '0' + PadInt(n, digits - 1) : n;
Druntime.h673 F(MathPow, 2, 1) \
Dcounters.h515 SC(math_pow, V8.MathPow) \
Dcode-stubs.h42 V(MathPow) \
784 DEFINE_PLATFORM_CODE_STUB(MathPow, PlatformCodeStub);
Dobjects.h6556 V(Math, pow, MathPow) \