Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/flagged_api/java/lang/
DMath.annotated.java49 public static double toDegrees(double angrad) { throw new RuntimeException("Stub!"); } in toDegrees() method in Math
DStrictMath.annotated.java48 public static double toDegrees(double angrad) { throw new RuntimeException("Stub!"); } in toDegrees() method in StrictMath
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java289 public static strictfp double toDegrees(double angrad) { in toDegrees() method in StrictMath
DMath.java355 public static double toDegrees(double angrad) { in toDegrees() method in Math
/libcore/benchmarks/src/benchmarks/regression/
DR.java2400 public static final int toDegrees = 0; field in R