Searched refs:toDegrees (Results 1 - 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DStrictMath.java179 public static strictfp double toDegrees(double angrad) { method in class:StrictMath
H A DMath.java223 public static double toDegrees(double angrad) { method in class:Math
/libcore/benchmarks/src/benchmarks/regression/
H A DStrictMathBenchmark.java365 StrictMath.toDegrees(d);
H A DMathBenchmark.java453 result = Math.toDegrees(d);
H A DR.java2400 public static final int toDegrees = 0; field in class:R
/libcore/luni/src/test/java/libcore/java/lang/
H A DOldAndroidMathTest.java574 double converted = Math.toDegrees(Math.toRadians(d));
582 double converted = Math.toRadians(Math.toDegrees(d));
H A DOldAndroidStrictMathTest.java597 double converted = StrictMath.toDegrees(StrictMath.toRadians(d));
605 double converted = StrictMath.toRadians(StrictMath.toDegrees(d));
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DStrictMathTest.java1465 double converted = StrictMath.toDegrees(StrictMath.toRadians(d));
1472 * java.lang.StrictMath#toDegrees(double)
1476 double converted = StrictMath.toRadians(StrictMath.toDegrees(d));
H A DMathTest.java1871 double converted = Math.toDegrees(Math.toRadians(d));
1878 * java.lang.Math#toDegrees(double)
1882 double converted = Math.toRadians(Math.toDegrees(d));

Completed in 150 milliseconds