Searched refs:toDegrees (Results 1 – 9 of 9) sorted by relevance
/libcore/luni/src/test/resources/ |
D | math_java_only.csv | 213 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/ |
D | StrictMath.java | 210 public static strictfp double toDegrees(double angrad) { in toDegrees() method in StrictMath
|
D | Math.java | 267 public static double toDegrees(double angrad) { in toDegrees() method in Math
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | StrictMathBenchmark.java | 365 StrictMath.toDegrees(d); in timeToDegrees()
|
D | MathBenchmark.java | 453 result = Math.toDegrees(d); in timeToDegrees()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldAndroidStrictMathTest.java | 597 double converted = StrictMath.toDegrees(StrictMath.toRadians(d)); in testToRadiansD() 605 double converted = StrictMath.toRadians(StrictMath.toDegrees(d)); in testToDegreesD()
|
D | OldAndroidMathTest.java | 614 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/ |
D | StrictMathTest.java | 1465 double converted = StrictMath.toDegrees(StrictMath.toRadians(d)); in test_toRadiansD() 1476 double converted = StrictMath.toRadians(StrictMath.toDegrees(d)); in test_toDegreesD()
|
D | MathTest.java | 1877 double converted = Math.toDegrees(Math.toRadians(d)); in test_toRadiansD() 1888 double converted = Math.toRadians(Math.toDegrees(d)); in test_toDegreesD()
|