Home
last modified time | relevance | path

Searched refs:NaNd (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Math/
H A DHyperbolicTests.java34 static final double NaNd = Double.NaN; field in HyperbolicTests
240 {NaNd, NaNd}, in testSinh()
241 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testSinh()
242 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testSinh()
243 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testSinh()
244 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testSinh()
245 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testSinh()
246 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testSinh()
247 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testSinh()
600 {NaNd, NaNd}, in testCosh()
[all …]
H A DHypotTests.java41 static final double NaNd = Double.NaN; field in HypotTests
70 {infinityD, NaNd, infinityD}, in testHypot()
71 {NaNd, NaNd, NaNd}, in testHypot()
72 {0.0, NaNd, NaNd}, in testHypot()
73 {1.0, NaNd, NaNd}, in testHypot()
74 {Double.longBitsToDouble(0x7FF0000000000001L), 1.0, NaNd}, in testHypot()
75 {Double.longBitsToDouble(0xFFF0000000000001L), 1.0, NaNd}, in testHypot()
76 {Double.longBitsToDouble(0x7FF8555555555555L), 1.0, NaNd}, in testHypot()
77 {Double.longBitsToDouble(0xFFF8555555555555L), 1.0, NaNd}, in testHypot()
78 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), 1.0, NaNd}, in testHypot()
[all …]
H A DLog10Tests.java35 static final double NaNd = Double.NaN; field in Log10Tests
57 {Double.NaN, NaNd}, in testLog10()
58 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testLog10()
59 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testLog10()
60 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testLog10()
61 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testLog10()
68 {Double.NEGATIVE_INFINITY, NaNd}, in testLog10()
69 {-8.0, NaNd}, in testLog10()
70 {-1.0, NaNd}, in testLog10()
71 {-Double.MIN_NORMAL, NaNd}, in testLog10()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/Math/
H A DHyperbolicTests.java34 static final double NaNd = Double.NaN; field in HyperbolicTests
240 {NaNd, NaNd}, in testSinh()
241 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testSinh()
242 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testSinh()
243 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testSinh()
244 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testSinh()
245 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testSinh()
246 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testSinh()
247 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testSinh()
600 {NaNd, NaNd}, in testCosh()
[all …]
H A DHypotTests.java41 static final double NaNd = Double.NaN; field in HypotTests
70 {infinityD, NaNd, infinityD}, in testHypot()
71 {NaNd, NaNd, NaNd}, in testHypot()
72 {0.0, NaNd, NaNd}, in testHypot()
73 {1.0, NaNd, NaNd}, in testHypot()
74 {Double.longBitsToDouble(0x7FF0000000000001L), 1.0, NaNd}, in testHypot()
75 {Double.longBitsToDouble(0xFFF0000000000001L), 1.0, NaNd}, in testHypot()
76 {Double.longBitsToDouble(0x7FF8555555555555L), 1.0, NaNd}, in testHypot()
77 {Double.longBitsToDouble(0xFFF8555555555555L), 1.0, NaNd}, in testHypot()
78 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), 1.0, NaNd}, in testHypot()
[all …]
H A DLog10Tests.java35 static final double NaNd = Double.NaN; field in Log10Tests
57 {Double.NaN, NaNd}, in testLog10()
58 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testLog10()
59 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testLog10()
60 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testLog10()
61 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testLog10()
68 {Double.NEGATIVE_INFINITY, NaNd}, in testLog10()
69 {-8.0, NaNd}, in testLog10()
70 {-1.0, NaNd}, in testLog10()
71 {-Double.MIN_NORMAL, NaNd}, in testLog10()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Math/
H A DHyperbolicTests.java34 static final double NaNd = Double.NaN; field in HyperbolicTests
240 {NaNd, NaNd}, in testSinh()
241 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testSinh()
242 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testSinh()
243 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testSinh()
244 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testSinh()
245 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testSinh()
246 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testSinh()
247 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testSinh()
600 {NaNd, NaNd}, in testCosh()
[all …]
H A DHypotTests.java41 static final double NaNd = Double.NaN; field in HypotTests
70 {infinityD, NaNd, infinityD}, in testHypot()
71 {NaNd, NaNd, NaNd}, in testHypot()
72 {0.0, NaNd, NaNd}, in testHypot()
73 {1.0, NaNd, NaNd}, in testHypot()
74 {Double.longBitsToDouble(0x7FF0000000000001L), 1.0, NaNd}, in testHypot()
75 {Double.longBitsToDouble(0xFFF0000000000001L), 1.0, NaNd}, in testHypot()
76 {Double.longBitsToDouble(0x7FF8555555555555L), 1.0, NaNd}, in testHypot()
77 {Double.longBitsToDouble(0xFFF8555555555555L), 1.0, NaNd}, in testHypot()
78 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), 1.0, NaNd}, in testHypot()
[all …]
H A DLog10Tests.java35 static final double NaNd = Double.NaN; field in Log10Tests
57 {Double.NaN, NaNd}, in testLog10()
58 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testLog10()
59 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testLog10()
60 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testLog10()
61 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testLog10()
68 {Double.NEGATIVE_INFINITY, NaNd}, in testLog10()
69 {-8.0, NaNd}, in testLog10()
70 {-1.0, NaNd}, in testLog10()
71 {-Double.MIN_NORMAL, NaNd}, in testLog10()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/Math/
H A DHyperbolicTests.java34 static final double NaNd = Double.NaN; field in HyperbolicTests
240 {NaNd, NaNd}, in testSinh()
241 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testSinh()
242 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testSinh()
243 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testSinh()
244 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testSinh()
245 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testSinh()
246 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testSinh()
247 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testSinh()
600 {NaNd, NaNd}, in testCosh()
[all …]
H A DHypotTests.java41 static final double NaNd = Double.NaN; field in HypotTests
70 {infinityD, NaNd, infinityD}, in testHypot()
71 {NaNd, NaNd, NaNd}, in testHypot()
72 {0.0, NaNd, NaNd}, in testHypot()
73 {1.0, NaNd, NaNd}, in testHypot()
74 {Double.longBitsToDouble(0x7FF0000000000001L), 1.0, NaNd}, in testHypot()
75 {Double.longBitsToDouble(0xFFF0000000000001L), 1.0, NaNd}, in testHypot()
76 {Double.longBitsToDouble(0x7FF8555555555555L), 1.0, NaNd}, in testHypot()
77 {Double.longBitsToDouble(0xFFF8555555555555L), 1.0, NaNd}, in testHypot()
78 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), 1.0, NaNd}, in testHypot()
[all …]
H A DLog10Tests.java35 static final double NaNd = Double.NaN; field in Log10Tests
57 {Double.NaN, NaNd}, in testLog10()
58 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testLog10()
59 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testLog10()
60 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testLog10()
61 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testLog10()
68 {Double.NEGATIVE_INFINITY, NaNd}, in testLog10()
69 {-8.0, NaNd}, in testLog10()
70 {-1.0, NaNd}, in testLog10()
71 {-Double.MIN_NORMAL, NaNd}, in testLog10()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/Math/
H A DHyperbolicTests.java34 static final double NaNd = Double.NaN; field in HyperbolicTests
240 {NaNd, NaNd}, in testSinh()
241 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testSinh()
242 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testSinh()
243 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testSinh()
244 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testSinh()
245 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testSinh()
246 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testSinh()
247 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testSinh()
600 {NaNd, NaNd}, in testCosh()
[all …]
H A DHypotTests.java41 static final double NaNd = Double.NaN; field in HypotTests
70 {infinityD, NaNd, infinityD}, in testHypot()
71 {NaNd, NaNd, NaNd}, in testHypot()
72 {0.0, NaNd, NaNd}, in testHypot()
73 {1.0, NaNd, NaNd}, in testHypot()
74 {Double.longBitsToDouble(0x7FF0000000000001L), 1.0, NaNd}, in testHypot()
75 {Double.longBitsToDouble(0xFFF0000000000001L), 1.0, NaNd}, in testHypot()
76 {Double.longBitsToDouble(0x7FF8555555555555L), 1.0, NaNd}, in testHypot()
77 {Double.longBitsToDouble(0xFFF8555555555555L), 1.0, NaNd}, in testHypot()
78 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), 1.0, NaNd}, in testHypot()
[all …]
H A DLog10Tests.java35 static final double NaNd = Double.NaN; field in Log10Tests
57 {Double.NaN, NaNd}, in testLog10()
58 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testLog10()
59 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testLog10()
60 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testLog10()
61 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testLog10()
68 {Double.NEGATIVE_INFINITY, NaNd}, in testLog10()
69 {-8.0, NaNd}, in testLog10()
70 {-1.0, NaNd}, in testLog10()
71 {-Double.MIN_NORMAL, NaNd}, in testLog10()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/Math/
H A DHyperbolicTests.java34 static final double NaNd = Double.NaN; field in HyperbolicTests
240 {NaNd, NaNd}, in testSinh()
241 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testSinh()
242 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testSinh()
243 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testSinh()
244 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testSinh()
245 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testSinh()
246 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testSinh()
247 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testSinh()
600 {NaNd, NaNd}, in testCosh()
[all …]
H A DHypotTests.java41 static final double NaNd = Double.NaN; field in HypotTests
70 {infinityD, NaNd, infinityD}, in testHypot()
71 {NaNd, NaNd, NaNd}, in testHypot()
72 {0.0, NaNd, NaNd}, in testHypot()
73 {1.0, NaNd, NaNd}, in testHypot()
74 {Double.longBitsToDouble(0x7FF0000000000001L), 1.0, NaNd}, in testHypot()
75 {Double.longBitsToDouble(0xFFF0000000000001L), 1.0, NaNd}, in testHypot()
76 {Double.longBitsToDouble(0x7FF8555555555555L), 1.0, NaNd}, in testHypot()
77 {Double.longBitsToDouble(0xFFF8555555555555L), 1.0, NaNd}, in testHypot()
78 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), 1.0, NaNd}, in testHypot()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/Math/
H A DHyperbolicTests.java34 static final double NaNd = Double.NaN; field in HyperbolicTests
240 {NaNd, NaNd}, in testSinh()
241 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testSinh()
242 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testSinh()
243 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testSinh()
244 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testSinh()
245 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testSinh()
246 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testSinh()
247 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testSinh()
600 {NaNd, NaNd}, in testCosh()
[all …]
H A DHypotTests.java41 static final double NaNd = Double.NaN; field in HypotTests
70 {infinityD, NaNd, infinityD}, in testHypot()
71 {NaNd, NaNd, NaNd}, in testHypot()
72 {0.0, NaNd, NaNd}, in testHypot()
73 {1.0, NaNd, NaNd}, in testHypot()
74 {Double.longBitsToDouble(0x7FF0000000000001L), 1.0, NaNd}, in testHypot()
75 {Double.longBitsToDouble(0xFFF0000000000001L), 1.0, NaNd}, in testHypot()
76 {Double.longBitsToDouble(0x7FF8555555555555L), 1.0, NaNd}, in testHypot()
77 {Double.longBitsToDouble(0xFFF8555555555555L), 1.0, NaNd}, in testHypot()
78 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), 1.0, NaNd}, in testHypot()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/Math/
H A DHyperbolicTests.java34 static final double NaNd = Double.NaN; field in HyperbolicTests
240 {NaNd, NaNd}, in testSinh()
241 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testSinh()
242 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testSinh()
243 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testSinh()
244 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testSinh()
245 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testSinh()
246 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testSinh()
247 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testSinh()
600 {NaNd, NaNd}, in testCosh()
[all …]
H A DHypotTests.java41 static final double NaNd = Double.NaN; field in HypotTests
70 {infinityD, NaNd, infinityD}, in testHypot()
71 {NaNd, NaNd, NaNd}, in testHypot()
72 {0.0, NaNd, NaNd}, in testHypot()
73 {1.0, NaNd, NaNd}, in testHypot()
74 {Double.longBitsToDouble(0x7FF0000000000001L), 1.0, NaNd}, in testHypot()
75 {Double.longBitsToDouble(0xFFF0000000000001L), 1.0, NaNd}, in testHypot()
76 {Double.longBitsToDouble(0x7FF8555555555555L), 1.0, NaNd}, in testHypot()
77 {Double.longBitsToDouble(0xFFF8555555555555L), 1.0, NaNd}, in testHypot()
78 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), 1.0, NaNd}, in testHypot()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/Math/
H A DHyperbolicTests.java36 static final double NaNd = Double.NaN; field in HyperbolicTests
242 {NaNd, NaNd}, in testSinh()
243 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testSinh()
244 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testSinh()
245 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testSinh()
246 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testSinh()
247 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testSinh()
248 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testSinh()
249 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testSinh()
602 {NaNd, NaNd}, in testCosh()
[all …]
H A DHypotTests.java39 static final double NaNd = Double.NaN; field in HypotTests
68 {infinityD, NaNd, infinityD}, in testHypot()
69 {NaNd, NaNd, NaNd}, in testHypot()
70 {0.0, NaNd, NaNd}, in testHypot()
71 {1.0, NaNd, NaNd}, in testHypot()
72 {Double.longBitsToDouble(0x7FF0000000000001L), 1.0, NaNd}, in testHypot()
73 {Double.longBitsToDouble(0xFFF0000000000001L), 1.0, NaNd}, in testHypot()
74 {Double.longBitsToDouble(0x7FF8555555555555L), 1.0, NaNd}, in testHypot()
75 {Double.longBitsToDouble(0xFFF8555555555555L), 1.0, NaNd}, in testHypot()
76 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), 1.0, NaNd}, in testHypot()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/Math/
H A DHyperbolicTests.java36 static final double NaNd = Double.NaN; field in HyperbolicTests
242 {NaNd, NaNd}, in testSinh()
243 {Double.longBitsToDouble(0x7FF0000000000001L), NaNd}, in testSinh()
244 {Double.longBitsToDouble(0xFFF0000000000001L), NaNd}, in testSinh()
245 {Double.longBitsToDouble(0x7FF8555555555555L), NaNd}, in testSinh()
246 {Double.longBitsToDouble(0xFFF8555555555555L), NaNd}, in testSinh()
247 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), NaNd}, in testSinh()
248 {Double.longBitsToDouble(0xFFFFFFFFFFFFFFFFL), NaNd}, in testSinh()
249 {Double.longBitsToDouble(0x7FFDeadBeef00000L), NaNd}, in testSinh()
602 {NaNd, NaNd}, in testCosh()
[all …]
H A DHypotTests.java39 static final double NaNd = Double.NaN; field in HypotTests
68 {infinityD, NaNd, infinityD}, in testHypot()
69 {NaNd, NaNd, NaNd}, in testHypot()
70 {0.0, NaNd, NaNd}, in testHypot()
71 {1.0, NaNd, NaNd}, in testHypot()
72 {Double.longBitsToDouble(0x7FF0000000000001L), 1.0, NaNd}, in testHypot()
73 {Double.longBitsToDouble(0xFFF0000000000001L), 1.0, NaNd}, in testHypot()
74 {Double.longBitsToDouble(0x7FF8555555555555L), 1.0, NaNd}, in testHypot()
75 {Double.longBitsToDouble(0xFFF8555555555555L), 1.0, NaNd}, in testHypot()
76 {Double.longBitsToDouble(0x7FFFFFFFFFFFFFFFL), 1.0, NaNd}, in testHypot()
[all …]

123456789