/libcore/ojluni/src/test/java/lang/StrictMath/ |
D | HypotTests.java | 115 {0x1.0p0, 0x1.0fffffffffff4p4, 0x1.10785dd689a1cp4}, in testHypot() 117 {0x1.0p0, 0x1.1ffffffffff92p4, 0x1.2071b0abcd7cap4}, in testHypot() 118 {0x1.0p0, 0x1.1ffffffffff99p4, 0x1.2071b0abcd7d1p4}, in testHypot() 120 {0x1.0p0, 0x1.2ffffffffffffp4, 0x1.306bb705ae7c3p4}, in testHypot() 121 {0x1.0p0, 0x1.3fffffffffffdp4, 0x1.4066560954a8bp4}, in testHypot() 123 {0x1.0p0, 0x1.5p4, 0x1.506177f5491bbp4}, in testHypot() 124 {0x1.0p0, 0x1.5fffffffffffdp4, 0x1.605d0af9d3a42p4}, in testHypot() 126 {0x1.0p0, 0x1.6fffffffffff8p4, 0x1.7059005e2c015p4}, in testHypot() 127 {0x1.0p0, 0x1.6ffffffffffffp4, 0x1.7059005e2c01dp4}, in testHypot() 128 {0x1.0p0, 0x1.7fffffffffffdp4, 0x1.80554bdc2dc4dp4}, in testHypot() [all …]
|
D | CubeRootTests.java | 377 {0x1.331p12, 0x1.1p4}, in testCubeRoot() 378 {0x1.6c8p12, 0x1.2p4}, in testCubeRoot() 379 {0x1.acafffffffffap12, 0x1.2ffffffffffffp4}, in testCubeRoot() 380 {0x1.acafffffffffep12, 0x1.2ffffffffffffp4}, in testCubeRoot()
|
D | HyperbolicTests.java | 143 {0x1.0p4, 0x1.0f2ebd0a7ffe4p22}, in testSinh() 184 {0x1.0p4, 0x1.0f2ebd0a8005cp22}, in testCosh()
|
D | Log10Tests.java | 510 {0x1.3fffffffffe95p-81, -0x1.8495959d15026p4}, in testLog10() 514 {0x1.3fffffffffe3bp-78, -0x1.762287209d67p4}, in testLog10() 529 {0x1.3ffffffffffb4p-67, -0x1.41275202e6d7p4}, in testLog10() 645 {0x1.3fffffffffff1p4, 0x1.4d104d427de7ap0}, in testLog10() 646 {0x1.4p4, 0x1.4d104d427de8p0}, in testLog10()
|
/libcore/support/src/test/java/tests/support/ |
D | Support_TimeZone.java | 74 public int getOffset(int p1, int p2, int p3, int p4, int p5, int p6) { in getOffset() argument
|
/libcore/ojluni/src/test/java/util/Scanner/ |
D | ScanTest.java | 1414 Pattern p4 = Pattern.compile("alongblatherindeed"); in nextPatternTest() local 1435 result = (String)s.next(p4); in nextPatternTest() 1449 result = (String)s.next(p4); in nextPatternTest()
|
/libcore/ojluni/src/test/java/lang/Math/ |
D | SinCosCornerCasesTests.java | 87 {-0x1.73d8d173f90dp4, 0x1.e5c3c08a258a8p-1, 0x1.e5c3c08a258a7p-1}, in testCornerCasesSin() 88 {0x1.73d8d173f90dp4, -0x1.e5c3c08a258a8p-1, -0x1.e5c3c08a258a7p-1}, in testCornerCasesSin() 335 {0x1.6d88083749412p4, -0x1.82317836a97c8p-1, -0x1.82317836a97c9p-1}, in testCornerCasesSin() 336 {-0x1.6d88083749412p4, 0x1.82317836a97c8p-1, 0x1.82317836a97c9p-1}, in testCornerCasesSin() 1629 {0x1.090d18372f2d5p4, -0x1.4eed2f3fc76a8p-1, -0x1.4eed2f3fc76a7p-1}, in testCornerCasesCos() 1630 {-0x1.090d18372f2d5p4, -0x1.4eed2f3fc76a8p-1, -0x1.4eed2f3fc76a7p-1}, in testCornerCasesCos() 1669 {0x1.31260e1485014p4, 0x1.f36895fe177f8p-1, 0x1.f36895fe177f7p-1}, in testCornerCasesCos() 1670 {-0x1.31260e1485014p4, 0x1.f36895fe177f8p-1, 0x1.f36895fe177f7p-1}, in testCornerCasesCos()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | MathTest.java | 1130 double p4 = 4.0; in test_powDD() local 1143 double[] values = { p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, in test_powDD()
|
/libcore/luni/src/test/resources/ |
D | math_java_only.csv | 432 expm1,-0x1.ffffffffec6fdp-1,-0x1.9720442923732p4 1813 ceil,0x1.3p4,0x1.204422a4f53fep4 1955 floor,0x1.0p4,0x1.0a823844e502cp4 1981 floor,0x1.3p4,0x1.32c7c23003bp4 1991 floor,0x1.5p4,0x1.52b25de23940ep4 2026 floor,0x1.2p4,0x1.2f54d9becdb9ap4 2038 floor,0x1.0p4,0x1.0ba4c7ed4ce2ep4 2122 floor,0x1.2p4,0x1.2d57e9335a4a4p4 3237 rint,-0x1.0p4,-0x1.045edd6c4c77cp4 3312 rint,-0x1.1p4,-0x1.17d28e9b110d3p4 [all …]
|
D | math_tests.csv | 4587 exp,0x1.aa6ffb0ba51ap-24,-0x1.0201p4 4664 exp,0x1.0f2ebd2c65d9ap23,0x1.00000002p4 4665 exp,0x1.0f2ec1473afeap23,0x1.0000004p4 4837 exp,0x1.0000000000002p4,0x1.62e42fefa39fp1 4927 exp,0x1.e355bbaee85adp-24,-0x1.0000000000001p4 4928 exp,0x1.e355bbaee85cbp-24,-0x1.0p4 4958 exp,0x1.0f2ebd0a8002p23,0x1.0p4 4959 exp,0x1.0f2ebd0a80031p23,0x1.0000000000001p4
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | SerializationStressTest4.java | 768 public int getOffset(int p1, int p2, int p3, int p4, int p5, in test_writeObject_TimeZone()
|