Home
last modified time | relevance | path

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

/external/crcalc/tests/src/com/hp/creals/
DConversionTest.java37 CR crValue = CR.valueOf(x); in checkDoubleConversion() local
38 check(x == crValue.doubleValue(), "double conversion: " + x); in checkDoubleConversion()
44 CR crValue = CR.valueOf(f); in checkFloatConversion() local
45 check(f == crValue.floatValue(), "float conversion: " + f); in checkFloatConversion()