Home
last modified time | relevance | path

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

/libcore/luni/src/test/resources/
Dmath_java_only.csv213 toDegrees,-Infinity,-0x1.8ec3beb2d4185p1023
214 toDegrees,-Infinity,-0x1.a49ea827e7d05p1023
215 toDegrees,-Infinity,-0x1.47afe754a89fep1021
216 toDegrees,-Infinity,-0x1.ea33b08c7fbfbp1022
217 toDegrees,Infinity,0x1.40c8f2c416881p1023
218 toDegrees,-Infinity,-0x1.d2762c5e7c22bp1022
219 toDegrees,Infinity,0x1.0c0c8b67b7daep1021
220 toDegrees,-Infinity,-0x1.800e50b80ea85p1023
221 toDegrees,Infinity,0x1.ccf6eeb86909cp1020
222 toDegrees,-Infinity,-0x1.6d6d5ccb7231fp1022
[all …]
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java210 public static strictfp double toDegrees(double angrad) { in toDegrees() method in StrictMath
DMath.java267 public static double toDegrees(double angrad) { in toDegrees() method in Math
/libcore/benchmarks/src/benchmarks/regression/
DStrictMathBenchmark.java365 StrictMath.toDegrees(d); in timeToDegrees()
DMathBenchmark.java453 result = Math.toDegrees(d); in timeToDegrees()
/libcore/luni/src/test/java/libcore/java/lang/
DOldAndroidStrictMathTest.java597 double converted = StrictMath.toDegrees(StrictMath.toRadians(d)); in testToRadiansD()
605 double converted = StrictMath.toRadians(StrictMath.toDegrees(d)); in testToDegreesD()
DOldAndroidMathTest.java614 double converted = Math.toDegrees(Math.toRadians(d)); in testToRadiansD()
622 double converted = Math.toRadians(Math.toDegrees(d)); in testToDegreesD()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DStrictMathTest.java1465 double converted = StrictMath.toDegrees(StrictMath.toRadians(d)); in test_toRadiansD()
1476 double converted = StrictMath.toRadians(StrictMath.toDegrees(d)); in test_toDegreesD()
DMathTest.java1877 double converted = Math.toDegrees(Math.toRadians(d)); in test_toRadiansD()
1888 double converted = Math.toRadians(Math.toDegrees(d)); in test_toDegreesD()