Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DIeeeRecommendedTests.java58 static final double Double_MAX_SUBNORMALmm = 0x0.ffffffffffffeP-1022; field in IeeeRecommendedTests
466 {Double_MAX_SUBNORMAL, 0.0d, Double_MAX_SUBNORMALmm}, in testDoubleNextAfter()
468 {Double_MAX_SUBNORMALmm, Double_MAX_SUBNORMAL, Double_MAX_SUBNORMAL}, in testDoubleNextAfter()
469 {Double_MAX_SUBNORMALmm, 0.0d, Double_MAX_SUBNORMALmm - Double.MIN_VALUE}, in testDoubleNextAfter()
470 {Double_MAX_SUBNORMALmm, Double_MAX_SUBNORMALmm, Double_MAX_SUBNORMALmm}, in testDoubleNextAfter()
545 {-Double_MAX_SUBNORMAL, -Double_MAX_SUBNORMALmm}, in testDoubleNextUp()
550 {Double_MAX_SUBNORMALmm, Double_MAX_SUBNORMAL}, in testDoubleNextUp()
617 {-Double_MAX_SUBNORMALmm, -Double_MAX_SUBNORMAL}, in testDoubleNextDown()
622 {Double_MAX_SUBNORMAL, Double_MAX_SUBNORMALmm}, in testDoubleNextDown()
702 -Double_MAX_SUBNORMALmm, in testDoubleBooleanMethods()
[all …]