HomeSort by relevance Sort by last modified time
    Searched refs:Math_atan2 (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/native/
java_lang_Math.cpp 66 static jdouble Math_atan2(JNIEnv*, jclass, jdouble a, jdouble b) {
  /external/v8/src/
math.js 76 return %Math_atan2(y, x);
runtime.h 169 F(Math_atan2, 2, 1) \

Completed in 99 milliseconds