Searched defs:Double_MAX_SUBNORMALmm (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/Math/
H A DIeeeRecommendedTests.java49 static final double Double_MAX_SUBNORMALmm = 0x0.ffffffffffffeP-1022; field in class:IeeeRecommendedTests
486 {Double_MAX_SUBNORMAL, 0.0d, Double_MAX_SUBNORMALmm},
488 {Double_MAX_SUBNORMALmm, Double_MAX_SUBNORMAL, Double_MAX_SUBNORMAL},
489 {Double_MAX_SUBNORMALmm, 0.0d, Double_MAX_SUBNORMALmm-Double.MIN_VALUE},
490 {Double_MAX_SUBNORMALmm, Double_MAX_SUBNORMALmm, Double_MAX_SUBNORMALmm},
572 {-Double_MAX_SUBNORMAL, -Double_MAX_SUBNORMALmm},
577 {Double_MAX_SUBNORMALmm, Double_MAX_SUBNORMA
[all...]

Completed in 1403 milliseconds