Searched refs:toRadians (Results 1 - 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DStrictMath.java164 public static strictfp double toRadians(double angdeg) { method in class:StrictMath
172 * <i>not</i> expect {@code cos(toRadians(90.0))} to exactly
H A DMath.java207 public static double toRadians(double angdeg) { method in class:Math
215 * <i>not</i> expect {@code cos(toRadians(90.0))} to exactly
/libcore/benchmarks/src/benchmarks/regression/
H A DStrictMathBenchmark.java371 StrictMath.toRadians(d);
H A DMathBenchmark.java461 result = Math.toRadians(d);
/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.java1461 * java.lang.StrictMath#toRadians(double)
1465 double converted = StrictMath.toDegrees(StrictMath.toRadians(d));
1476 double converted = StrictMath.toRadians(StrictMath.toDegrees(d));
H A DMathTest.java1867 * java.lang.Math#toRadians(double)
1871 double converted = Math.toDegrees(Math.toRadians(d));
1882 double converted = Math.toRadians(Math.toDegrees(d));

Completed in 256 milliseconds