HomeSort by relevance Sort by last modified time
    Searched full:math_pow (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/native/
java_lang_Math.cpp 82 static jdouble Math_pow(JNIEnv*, jclass, jdouble a, jdouble b) {
  /external/v8/src/
math.js 162 return %Math_pow(x, y);
v8-counters.h 187 SC(math_pow, V8.MathPow) \
runtime.h 144 F(Math_pow, 2, 1) \
runtime.cc     [all...]

Completed in 2391 milliseconds