Home
last modified time | relevance | path

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

/libcore/luni/src/test/resources/
Dmath_java_only.csv243 toRadians,-0x1.bd6ca335c8f8bp1017,-0x1.8ec3beb2d4185p1023
244 toRadians,-0x1.d5d636d37463cp1017,-0x1.a49ea827e7d05p1023
245 toRadians,-0x1.6e07b010242a3p1015,-0x1.47afe754a89fep1021
246 toRadians,-0x1.11c7c808a0662p1017,-0x1.ea33b08c7fbfbp1022
247 toRadians,0x1.6651facd75f48p1017,0x1.40c8f2c416881p1023
248 toRadians,-0x1.048574b80ff57p1017,-0x1.d2762c5e7c22bp1022
249 toRadians,0x1.2b69e24b71de8p1015,0x1.0c0c8b67b7daep1021
250 toRadians,-0x1.acfe9cbf85fcep1017,-0x1.800e50b80ea85p1023
251 toRadians,0x1.0173811fff46ap1015,0x1.ccf6eeb86909cp1020
252 toRadians,-0x1.982fa40f44f9ap1016,-0x1.6d6d5ccb7231fp1022
[all …]
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java179 public static strictfp double toRadians(double angdeg) { in toRadians() method in StrictMath
DMath.java231 public static double toRadians(double angdeg) { in toRadians() method in Math
/libcore/benchmarks/src/benchmarks/regression/
DStrictMathBenchmark.java371 StrictMath.toRadians(d); in timeToRadians()
DMathBenchmark.java461 result = Math.toRadians(d); in timeToRadians()
/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.java1871 double converted = Math.toDegrees(Math.toRadians(d)); in test_toRadiansD()
1882 double converted = Math.toRadians(Math.toDegrees(d)); in test_toDegreesD()