Lines Matching refs:Float

226         success &= testMapAny(transport, new Float(Float.NEGATIVE_INFINITY),  in test()
228 success &= testMapAny(transport, new Float(Float.MIN_VALUE), in test()
230 success &= testMapAny(transport, new Float(-0.0f), in test()
232 success &= testMapAny(transport, new Float(0.0f), in test()
234 success &= testMapAny(transport, new Float(Float.MAX_VALUE), in test()
236 success &= testMapAny(transport, new Float(Float.POSITIVE_INFINITY), in test()
238 success &= testMapAny(transport, new Float(Float.NaN), in test()
242 new Float(Float.NEGATIVE_INFINITY)), in test()
246 new Float(Float.MIN_VALUE)), in test()
249 new Any(Type.FLOAT, new Float(-0.0f)), in test()
252 new Any(Type.FLOAT, new Float(0.0f)), in test()
256 new Float(Float.MAX_VALUE)), in test()
260 new Float(Float.POSITIVE_INFINITY)), in test()
263 new Any(Type.FLOAT, new Float(Float.NaN)), in test()
1006 new float[] { Float.NEGATIVE_INFINITY, in test()
1007 Float.MIN_VALUE, -0.0f, 0.0f, in test()
1008 Float.MAX_VALUE, in test()
1009 Float.POSITIVE_INFINITY, in test()
1010 Float.NaN }, in test()
1018 new float[] { Float.NEGATIVE_INFINITY, in test()
1019 Float.MIN_VALUE, -0.0f, in test()
1020 0.0f, Float.MAX_VALUE, in test()
1021 Float.POSITIVE_INFINITY, in test()
1022 Float.NaN }), in test()
1448 new float[] { Float.NEGATIVE_INFINITY, in test()
1449 Float.MIN_VALUE, -0.0f, in test()
1450 0.0f, Float.MAX_VALUE, in test()
1451 Float.POSITIVE_INFINITY, in test()
1452 Float.NaN } }, in test()
1462 Float.NEGATIVE_INFINITY, in test()
1463 Float.MIN_VALUE, -0.0f, 0.0f, in test()
1464 Float.MAX_VALUE, in test()
1465 Float.POSITIVE_INFINITY, in test()
1466 Float.NaN } }), in test()