Home
last modified time | relevance | path

Searched defs:atan2 (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/native/
Djfdlibm.h41 #define atan2 jatan2 macro
/libcore/ojluni/annotations/flagged_api/java/lang/
DMath.annotated.java69 public static native double atan2(double y, double x); in atan2() method in Math
DStrictMath.annotated.java68 public static native double atan2(double y, double x); in atan2() method in StrictMath
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java646 public static native double atan2(double y, double x); in atan2() method in StrictMath
DMath.java721 public static native double atan2(double y, double x); in atan2() method in Math