Searched refs:Double_MAX_SUBNORMAL (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/lang/Math/
H A DIeeeRecommendedTests.java48 static final double Double_MAX_SUBNORMAL = 0x0.fffffffffffffP-1022; field in class:IeeeRecommendedTests
239 +Double_MAX_SUBNORMAL,
478 {DoubleConsts.MIN_NORMAL, -infinityD, Double_MAX_SUBNORMAL},
481 {DoubleConsts.MIN_NORMAL, -1.0f, Double_MAX_SUBNORMAL},
484 {Double_MAX_SUBNORMAL, DoubleConsts.MIN_NORMAL,DoubleConsts.MIN_NORMAL},
485 {Double_MAX_SUBNORMAL, Double_MAX_SUBNORMAL, Double_MAX_SUBNORMAL},
486 {Double_MAX_SUBNORMAL, 0.0d, Double_MAX_SUBNORMALmm},
488 {Double_MAX_SUBNORMALmm, Double_MAX_SUBNORMAL, Double_MAX_SUBNORMA
[all...]

Completed in 116 milliseconds