Home
last modified time | relevance | path

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

/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/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest4.java242 java.text.FieldPosition p3) { in test_writeObject_Format()
604 java.text.FieldPosition p3) { in test_writeObject_DateFormat()
737 java.text.FieldPosition p3) { in test_writeObject_NumberFormat()
742 java.text.FieldPosition p3) { in test_writeObject_NumberFormat()
792 public int getOffset(int p1, int p2, int p3, int p4, int p5, in test_writeObject_TimeZone()
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java125 Preferences p3 = Preferences.userRoot(); in testToString() local
126 assertNotNull(p3.toString()); in testToString()
/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()