Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Math/
DIeeeRecommendedTests.java169 float randFloat; in testFloatGetExponent() local
171 randFloat = Float.intBitsToFloat( // Exponent in testFloatGetExponent()
178 testGetExponentCase(randFloat, i); in testFloatGetExponent()
214 float randFloat = Float.intBitsToFloat( // Exponent in testFloatGetExponent() local
219 testGetExponentCase(randFloat, Float.MIN_EXPONENT - 1); in testFloatGetExponent()
266 double randFloat; in testDoubleGetExponent() local
268 randFloat = Double.longBitsToDouble( // Exponent in testDoubleGetExponent()
275 testGetExponentCase(randFloat, i); in testDoubleGetExponent()
314 double randFloat = Double.longBitsToDouble( // Exponent in testDoubleGetExponent() local
319 testGetExponentCase(randFloat, in testDoubleGetExponent()
[all …]