Home
last modified time | relevance | path

Searched refs:p5 (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/test/java/lang/StrictMath/
DHypotTests.java147 {0x1.0p0, 0x1.0fffffffffff4p5, 0x1.101e1c7371c6bp5}, in testHypot()
149 {0x1.0p0, 0x1.17ffffffffff8p5, 0x1.181d404cf7f51p5}, in testHypot()
150 {0x1.0p0, 0x1.17ffffffffffdp5, 0x1.181d404cf7f56p5}, in testHypot()
154 {0x1.0p0, 0x1.28p5, 0x1.281babadfbbf9p5}, in testHypot()
155 {0x1.0p0, 0x1.2ffffffffff64p5, 0x1.301af15517357p5}, in testHypot()
159 {0x1.0p0, 0x1.3fffffffffffdp5, 0x1.4019989389b2dp5}, in testHypot()
160 {0x1.0p0, 0x1.4p5, 0x1.4019989389b3p5}, in testHypot()
165 {0x1.0p0, 0x1.57ffffffffff8p5, 0x1.5817cf8c4c199p5}, in testHypot()
166 {0x1.0p0, 0x1.57fffffffffffp5, 0x1.5817cf8c4c1ap5}, in testHypot()
168 {0x1.0p0, 0x1.6p5, 0x1.6017450c8d7f9p5}, in testHypot()
[all …]
DLog10Tests.java344 {0x1.4p-159, -0x1.7e2287209d667p5}, in testLog10()
363 {0x1.3fffffffffbc5p-150, -0x1.6875f165e9fdfp5}, in testLog10()
364 {0x1.3fffffffffea6p-150, -0x1.6875f165e9fd6p5}, in testLog10()
365 {0x1.4p-150, -0x1.6875f165e9fd3p5}, in testLog10()
390 {0x1.3ffffffffff68p-137, -0x1.49275202e6d7p5}, in testLog10()
391 {0x1.4p-137, -0x1.49275202e6d6fp5}, in testLog10()
455 {0x1.3ffffffffde65p-107, -0x1.00e8099490d35p5}, in testLog10()
648 {0x1.4p5, 0x1.9a209a84fbdp0}, in testLog10()
DHyperbolicTests.java146 {0x1.0p5, 0x1.1f43fcc4b662cp45}, in testSinh()
186 {0x1.0p5, 0x1.1f43fcc4b662cp45}, in testCosh()
DLog1pTests.java116 {0x1.0f0cf064dd066p73, 0x1.95414621954d6p5}, in testLog1p()
/libcore/ojluni/src/main/java/jdk/internal/math/
DFDBigInteger.java250 public static FDBigInteger valueOfPow52(int p5, int p2) { in valueOfPow52() argument
251 if (p5 != 0) { in valueOfPow52()
253 return big5pow(p5); in valueOfPow52()
254 } else if (p5 < SMALL_5_POW.length) { in valueOfPow52()
255 int pow5 = SMALL_5_POW[p5]; in valueOfPow52()
267 return big5pow(p5).leftShift(p2); in valueOfPow52()
288 public static FDBigInteger valueOfMulPow52(long value, int p5, int p2) { in valueOfMulPow52() argument
289 assert p5 >= 0 : p5; in valueOfMulPow52()
295 if (p5 != 0) { in valueOfMulPow52()
296 if (p5 < SMALL_5_POW.length) { in valueOfMulPow52()
[all …]
/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/lang/
DMathTest.java1131 double p5 = 5.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/
Dmath_tests.csv20 tan,-0x1.e52fafa22ef14p-2,-0x1.180000000004p5
21 tan,0x1.e52fafa22ef14p-2,0x1.180000000004p5
132 tan,-0x1.126dce8ac7c81p-1,0x1.1086210842108p5
133 tan,0x1.126dce8ac7c81p-1,-0x1.1086210842108p5
4758 exp,0x1.304d6aeca254bp69,0x1.8p5
4759 exp,0x1.304d6aeca2571p69,0x1.8000000000001p5
4778 exp,0x1.aebabae3a417fp-70,-0x1.8000000000001p5
4779 exp,0x1.aebabae3a41b5p-70,-0x1.8p5
4924 exp,0x1.c8464f761642fp-47,-0x1.0000000000001p5
4925 exp,0x1.c8464f7616468p-47,-0x1.0p5
[all …]
Dmath_java_only.csv2110 floor,0x1.2p5,0x1.27bdbf35f1357p5
3259 rint,-0x1.1p5,-0x1.0c44185d3cadfp5
3280 rint,-0x1.1p5,-0x1.0f5471d8cd949p5
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest4.java768 public int getOffset(int p1, int p2, int p3, int p4, int p5, in test_writeObject_TimeZone()