Lines Matching refs:Double

268                               new Double(Double.NEGATIVE_INFINITY),  in test()
270 success &= testMapAny(transport, new Double(Double.MIN_VALUE), in test()
272 success &= testMapAny(transport, new Double(-0.0f), in test()
274 success &= testMapAny(transport, new Double(0.0f), in test()
276 success &= testMapAny(transport, new Double(Double.MAX_VALUE), in test()
279 new Double(Double.POSITIVE_INFINITY), in test()
281 success &= testMapAny(transport, new Double(Double.NaN), in test()
285 new Double(Double.NEGATIVE_INFINITY)), in test()
289 new Double(Double.MIN_VALUE)), in test()
292 new Any(Type.DOUBLE, new Double(-0.0)), in test()
295 new Any(Type.DOUBLE, new Double(0.0)), in test()
299 new Double(Double.MAX_VALUE)), in test()
303 new Double(Double.POSITIVE_INFINITY)), in test()
306 new Any(Type.DOUBLE, new Double(Double.NaN)), in test()
1027 new double[] { Double.NEGATIVE_INFINITY, in test()
1028 Double.MIN_VALUE, -0.0, 0.0, in test()
1029 Double.MAX_VALUE, in test()
1030 Double.POSITIVE_INFINITY, in test()
1031 Double.NaN }, in test()
1040 Double.NEGATIVE_INFINITY, in test()
1041 Double.MIN_VALUE, -0.0, 0.0, in test()
1042 Double.MAX_VALUE, in test()
1043 Double.POSITIVE_INFINITY, in test()
1044 Double.NaN }), in test()
1472 new double[] { Double.NEGATIVE_INFINITY, in test()
1473 Double.MIN_VALUE, -0.0, in test()
1474 0.0, Double.MAX_VALUE, in test()
1475 Double.POSITIVE_INFINITY, in test()
1476 Double.NaN } }, in test()
1486 Double.NEGATIVE_INFINITY, in test()
1487 Double.MIN_VALUE, -0.0, 0.0, in test()
1488 Double.MAX_VALUE, in test()
1489 Double.POSITIVE_INFINITY, in test()
1490 Double.NaN } }), in test()