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