Searched refs:MathPow (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | math.js | 140 function MathPow(x, y) { class 358 "pow", MathPow,
|
D | date.js | 687 return n < MathPow(10, digits - 1) ? '0' + PadInt(n, digits - 1) : n;
|
D | runtime.h | 673 F(MathPow, 2, 1) \
|
D | counters.h | 515 SC(math_pow, V8.MathPow) \
|
D | code-stubs.h | 42 V(MathPow) \ 784 DEFINE_PLATFORM_CODE_STUB(MathPow, PlatformCodeStub);
|
D | objects.h | 6556 V(Math, pow, MathPow) \
|