Home
last modified time | relevance | path

Searched refs:p3 (Results 1 – 16 of 16) sorted by relevance

/libcore/luni/src/test/java17language/java/libcore/libcore/internal/
DJava17LanguageFeaturesTest.java55 Java17LanguageFeatures.Point p3 = Java17LanguageFeatures.buildPoint(1, 3); in testRecord() local
61 assertEquals(1, p3.x()); in testRecord()
62 assertEquals(3, p3.y()); in testRecord()
66 assertEquals("Point[x=1, y=3]", p3.toString()); in testRecord()
71 assertFalse(p1.equals(p3)); in testRecord()
72 assertNotEquals(p1.hashCode(), p3.hashCode()); in testRecord()
74 assertFalse(p2.equals(p3)); in testRecord()
75 assertNotEquals(p2.hashCode(), p3.hashCode()); in testRecord()
/libcore/ojluni/src/test/java/lang/StrictMath/
DHypotTests.java103 {0x1.0p0, 0x1.5ffffffffff8dp3, 0x1.617398f2aa9d5p3}, in testHypot()
105 {0x1.0p0, 0x1.8p3, 0x1.8154be2773526p3}, in testHypot()
106 {0x1.0p0, 0x1.9fffffffffff4p3, 0x1.a13a9cb996644p3}, in testHypot()
107 {0x1.0p0, 0x1.9ffffffffffffp3, 0x1.a13a9cb99664fp3}, in testHypot()
286 {0x1.0p1, 0x1.1fffffffffff2p3, 0x1.2706821902e8cp3}, in testHypot()
287 {0x1.0p1, 0x1.2p3, 0x1.2706821902e9ap3}, in testHypot()
288 {0x1.0p1, 0x1.3fffffffffffdp3, 0x1.465655f122ff3p3}, in testHypot()
289 {0x1.0p1, 0x1.4p3, 0x1.465655f122ff6p3}, in testHypot()
290 {0x1.0p1, 0x1.5ffffffffffd6p3, 0x1.65c55827df1a8p3}, in testHypot()
291 {0x1.0p1, 0x1.7ffffffffffffp3, 0x1.854bfb363dc38p3}, in testHypot()
[all …]
DCubeRootTests.java365 {0x1.6c8p9, 0x1.2p3}, in testCubeRoot()
367 {0x1.f3ffffffffffcp9, 0x1.3ffffffffffffp3}, in testCubeRoot()
369 {0x1.4cbfffffffffep10, 0x1.5ffffffffffffp3}, in testCubeRoot()
370 {0x1.bp10, 0x1.8p3}, in testCubeRoot()
371 {0x1.129ffffffffa4p11, 0x1.9ffffffffffd1p3}, in testCubeRoot()
372 {0x1.129fffffffffep11, 0x1.9ffffffffffffp3}, in testCubeRoot()
DHyperbolicTests.java141 {0x1.0p3, 0x1.749ea514eca66p10}, in testSinh()
182 {0x1.0p3, 0x1.749eaa93f4e76p10}, in testCosh()
DLog10Tests.java570 {0x1.3fffffffffe36p-39, -0x1.7495959d15032p3}, in testLog10()
580 {0x1.3ffffffffffdap-32, -0x1.31275202e6d7p3}, in testLog10()
/libcore/support/src/test/java/tests/support/
DSupport_TimeZone.java74 public int getOffset(int p1, int p2, int p3, int p4, int p5, int p6) { in getOffset() argument
/libcore/ojluni/src/test/java/math/BigInteger/
DBigIntegerTest.java880 BigInteger p1, p2, p3; in nextProbablePrime() local
881 p1 = p2 = p3 = ZERO; in nextProbablePrime()
902 p3 = p1.nextProbablePrime(); in nextProbablePrime()
903 while(p2.compareTo(p3) < 0) { in nextProbablePrime()
905 … "nextProbablePrime failed along range "+p1.toString(16)+" to "+p3.toString(16)); in nextProbablePrime()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest4.java218 java.text.FieldPosition p3) { in test_writeObject_Format()
580 java.text.FieldPosition p3) { in test_writeObject_DateFormat()
713 java.text.FieldPosition p3) { in test_writeObject_NumberFormat()
718 java.text.FieldPosition p3) { in test_writeObject_NumberFormat()
768 public int getOffset(int p1, int p2, int p3, int p4, int p5, in test_writeObject_TimeZone()
/libcore/luni/src/test/java/libcore/java/nio/file/
DLinuxPathTest.java537 Path p3 = p1.toAbsolutePath(); in test_equals() local
540 assertFalse(p1.equals(p3)); in test_equals()
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java126 Preferences p3 = Preferences.userRoot(); in testToString() local
127 assertNotNull(p3.toString()); in testToString()
/libcore/ojluni/src/test/java/util/Scanner/
DScanTest.java1413 Pattern p3 = Pattern.compile("blather"); in nextPatternTest() local
1440 result = (String)s.next(p3); in nextPatternTest()
1444 result = (String)s.next(p3); in nextPatternTest()
/libcore/luni/src/test/resources/
Dmath_java_only.csv1736 ceil,-0x1.0p3,-0x1.1824560a8c094p3
1744 ceil,-0x1.2p3,-0x1.2a33602af54ccp3
1769 ceil,-0x1.0p3,-0x1.0133e906d864ep3
1803 ceil,0x1.0p3,0x1.c03e4c3d9a2fbp2
1804 ceil,-0x1.0p3,-0x1.0d3236eb056a6p3
1806 ceil,-0x1.0p3,-0x1.111661321bcfbp3
1831 ceil,-0x1.4p3,-0x1.4343496871035p3
1850 ceil,-0x1.0p3,-0x1.1ce9f63825e86p3
1881 ceil,-0x1.4p3,-0x1.578f3415c0213p3
1915 ceil,0x1.0p3,0x1.d2b6aec26de9fp2
[all …]
Dmath_tests.csv70 tan,-0x1.b32e78f49a0c8p2,0x1.0000000000003p3
71 tan,0x1.b32e78f49a0c8p2,-0x1.0000000000003p3
1323 log,0x1.0a2ea3e77af06p1,0x1.0007p3
1979 sin,-0x1.f7c8630e62a02p-1,0x1.6599665996658p3
1980 sin,0x1.f7c8630e62a02p-1,-0x1.6599665996658p3
4663 exp,0x1.749ea7e015bc2p11,0x1.00000001p3
4930 exp,0x1.5fc21041027a2p-12,-0x1.0000000000001p3
4931 exp,0x1.5fc21041027adp-12,-0x1.0p3
4961 exp,0x1.749ea7d470c6ep11,0x1.0p3
4962 exp,0x1.749ea7d470c7ap11,0x1.0000000000001p3
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DMathTest.java1129 double p3 = 3.0; in test_powDD() local
1143 double[] values = { p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, in test_powDD()
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java1884 BigInteger p3 = xh.add(xl).multiply(yh.add(yl)); in multiplyKaratsuba() local
1887 …BigInteger result = p1.shiftLeft(32*half).add(p3.subtract(p1).subtract(p2)).shiftLeft(32*half).add… in multiplyKaratsuba()
/libcore/ojluni/src/test/java/lang/Math/
DSinCosCornerCasesTests.java325 {0x1.6599665996658p3, -0x1.f7c8630e62a02p-1, -0x1.f7c8630e62a01p-1}, in testCornerCasesSin()
326 {-0x1.6599665996658p3, 0x1.f7c8630e62a02p-1, 0x1.f7c8630e62a01p-1}, in testCornerCasesSin()