Searched refs:po2 (Results 1 – 1 of 1) sorted by relevance
162 float po2 = powerOfTwoF(i); in testFloatGetExponent() local164 testGetExponentCase(po2, i); in testFloatGetExponent()172 (Float.floatToIntBits(po2) & in testFloatGetExponent()182 float po2minus = Math.nextAfter(po2, Float.NEGATIVE_INFINITY); in testFloatGetExponent()259 double po2 = powerOfTwoD(i); in testDoubleGetExponent() local261 testGetExponentCase(po2, i); in testDoubleGetExponent()269 (Double.doubleToLongBits(po2) & in testDoubleGetExponent()279 double po2minus = Math.nextAfter(po2, in testDoubleGetExponent()1338 float po2 = powerOfTwoF(i); in testFloatUlp() local1341 testUlpCase(po2, expected); in testFloatUlp()[all …]