Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DIeeeRecommendedTests.java1449 double randDouble; in testDoubleUlp() local
1451 randDouble = Double.longBitsToDouble( // Exponent in testDoubleUlp()
1458 testUlpCase(randDouble, expected); in testDoubleUlp()
1496 double randDouble = Double.longBitsToDouble( // Exponent in testDoubleUlp() local
1501 testUlpCase(randDouble, Double.MIN_VALUE); in testDoubleUlp()