Searched refs:MathPow (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | math.js | 186 function MathPow(x, y) { class 284 "pow", MathPow,
|
D | code-stubs.h | 49 V(MathPow) \ 477 virtual CodeStub::Major MajorKey() { return MathPow; } in MajorKey()
|
D | v8-counters.h | 234 SC(math_pow, V8.MathPow) \
|
D | runtime.h | 505 F(MathPow, 2, 1) \
|
D | date.js | 754 return n < MathPow(10, digits - 1) ? '0' + PadInt(n, digits - 1) : n;
|
D | objects.h | 5118 V(Math, pow, MathPow) \
|