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

  /libcore/luni/src/main/native/
java_lang_Math.cpp 74 static jdouble Math_atan2(JNIEnv*, jclass, jdouble a, jdouble b) {
  /external/chromium_org/v8/src/
math.js 77 return %Math_atan2(y, x);
v8-counters.h 226 SC(math_atan2, V8.MathAtan2) \
runtime.h 180 F(Math_atan2, 2, 1) \
runtime.cc     [all...]
  /external/v8/src/
math.js 76 return %Math_atan2(y, x);
v8-counters.h 228 SC(math_atan2, V8.MathAtan2) \
runtime.h 169 F(Math_atan2, 2, 1) \
runtime.cc     [all...]

Completed in 210 milliseconds