Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DIeeeRecommendedTests.java56 static final double Double_MAX_VALUEmm = 0x1.ffffffffffffeP+1023; field in IeeeRecommendedTests
448 {Double.MAX_VALUE, -infinityD, Double_MAX_VALUEmm}, in testDoubleNextAfter()
450 {Double.MAX_VALUE, 0.0d, Double_MAX_VALUEmm}, in testDoubleNextAfter()
452 {Double_MAX_VALUEmm, Double.MAX_VALUE, Double.MAX_VALUE}, in testDoubleNextAfter()
453 {Double_MAX_VALUEmm, infinityD, Double.MAX_VALUE}, in testDoubleNextAfter()
454 {Double_MAX_VALUEmm, Double_MAX_VALUEmm, Double_MAX_VALUEmm}, in testDoubleNextAfter()
543 {-Double.MAX_VALUE, -Double_MAX_VALUEmm}, in testDoubleNextUp()
553 {Double_MAX_VALUEmm, Double.MAX_VALUE}, in testDoubleNextUp()
615 {-Double_MAX_VALUEmm, -Double.MAX_VALUE}, in testDoubleNextDown()
626 {Double.MAX_VALUE, Double_MAX_VALUEmm}, in testDoubleNextDown()
[all …]