Home
last modified time | relevance | path

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

/external/crcalc/tests/src/com/hp/creals/
DConversionTest.java42 public void checkFloatConversion(float f) { in checkFloatConversion() method in ConversionTest
54 checkFloatConversion(f); in checkNearbyConversions()
55 checkFloatConversion(Math.nextAfter(f, Double.NEGATIVE_INFINITY)); in checkNearbyConversions()
56 checkFloatConversion(Math.nextAfter(f, Double.POSITIVE_INFINITY)); in checkNearbyConversions()