Searched refs:po2minus (Results 1 – 1 of 1) sorted by relevance
182 float po2minus = Math.nextAfter(po2, Float.NEGATIVE_INFINITY); in testFloatGetExponent() local183 testGetExponentCase(po2minus, i - 1); in testFloatGetExponent()279 double po2minus = Math.nextAfter(po2, in testDoubleGetExponent() local281 testGetExponentCase(po2minus, i - 1); in testDoubleGetExponent()1359 float po2minus = Math.nextAfter(po2, in testFloatUlp() local1361 testUlpCase(po2minus, expected / 2.0f); in testFloatUlp()1462 double po2minus = Math.nextAfter(po2, in testDoubleUlp() local1464 testUlpCase(po2minus, expected / 2.0f); in testDoubleUlp()