/libcore/ojluni/src/test/java/lang/Math/ |
D | HyperbolicTests.java | 42 static final double NaNd = Double.NaN; field in HyperbolicTests 244 {NaNd, NaNd}, in testSinh() 245 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testSinh() 246 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testSinh() 247 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testSinh() 248 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testSinh() 249 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testSinh() 250 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testSinh() 251 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testSinh() 252 {Double.longBitsToDouble(0xFFFDeadBeef00000L), NaNd}, in testSinh() [all …]
|
D | HypotTests.java | 46 static final double NaNd = Double.NaN; field in HypotTests 72 {infinityD, NaNd, infinityD}, in testHypot() 73 {NaNd, NaNd, NaNd}, in testHypot() 74 {0.0, NaNd, NaNd}, in testHypot() 75 {1.0, NaNd, NaNd}, in testHypot() 76 {Double.longBitsToDouble(0x7FF0000000000001L), 1.0, NaNd}, in testHypot() 77 {Double.longBitsToDouble(0xFFF0000000000001L), 1.0, NaNd}, in testHypot() 78 {Double.longBitsToDouble(0x7FF8555555555555L), 1.0, NaNd}, in testHypot() 79 {Double.longBitsToDouble(0xFFF8555555555555L), 1.0, NaNd}, in testHypot() 80 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), 1.0, NaNd}, in testHypot() [all …]
|
D | Log10Tests.java | 41 static final double NaNd = Double.NaN; field in Log10Tests 58 {Double.NaN, NaNd}, in testLog10() 59 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testLog10() 60 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testLog10() 61 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testLog10() 62 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testLog10() 63 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testLog10() 64 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testLog10() 65 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testLog10() 66 {Double.longBitsToDouble(0xFFFDeadBeef00000L), NaNd}, in testLog10() [all …]
|
D | Log1pTests.java | 49 static final double NaNd = Double.NaN; field in Log1pTests 75 {Double.NaN, NaNd}, in testLog1p() 76 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testLog1p() 77 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testLog1p() 78 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testLog1p() 79 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testLog1p() 80 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testLog1p() 81 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testLog1p() 82 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testLog1p() 83 {Double.longBitsToDouble(0xFFFDeadBeef00000L), NaNd}, in testLog1p() [all …]
|
D | Expm1Tests.java | 55 static final double NaNd = Double.NaN; field in Expm1Tests 60 {Double.NaN, NaNd}, in testExpm1() 61 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testExpm1() 62 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testExpm1() 63 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testExpm1() 64 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testExpm1() 65 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testExpm1() 66 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testExpm1() 67 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testExpm1() 68 {Double.longBitsToDouble(0xFFFDeadBeef00000L), NaNd}, in testExpm1() [all …]
|
D | CubeRootTests.java | 47 static final double NaNd = Double.NaN; field in CubeRootTests 69 {NaNd, NaNd}, in testCubeRoot() 70 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testCubeRoot() 71 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testCubeRoot() 72 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testCubeRoot() 73 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testCubeRoot() 74 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testCubeRoot() 75 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testCubeRoot() 76 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testCubeRoot() 77 {Double.longBitsToDouble(0xFFFDeadBeef00000L), NaNd}, in testCubeRoot() [all …]
|
D | IeeeRecommendedTests.java | 48 static final double NaNd = Double.NaN; field in IeeeRecommendedTests 227 double[] specialValues = {NaNd, in testDoubleGetExponent() 437 {NaNd, NaNd, NaNd}, in testDoubleNextAfter() 438 {NaNd, 0.0d, NaNd}, in testDoubleNextAfter() 439 {0.0d, NaNd, NaNd}, in testDoubleNextAfter() 440 {NaNd, infinityD, NaNd}, in testDoubleNextAfter() 441 {infinityD, NaNd, NaNd}, in testDoubleNextAfter() 541 {NaNd, NaNd}, in testDoubleNextUp() 612 {NaNd, NaNd}, in testDoubleNextDown() 695 NaNd, in testDoubleBooleanMethods() [all …]
|