Home
last modified time | relevance | path

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

/external/v8/src/
Dmath.js160 function MathPow(x, y) { class
257 "pow", MathPow,
Dcode-stubs.h47 V(MathPow) \
445 virtual CodeStub::Major MajorKey() { return MathPow; } in MajorKey()
Dv8-counters.h232 SC(math_pow, V8.MathPow) \
Druntime.h453 F(MathPow, 2, 1) \
Ddate.js977 return n < MathPow(10, digits - 1) ? '0' + PadInt(n, digits - 1) : n;
Dobjects.h4052 V(Math, pow, MathPow)