Home | History | Annotate | Download | only in intltest

Lines Matching refs:floatResult

415     float floatResult = (float) (result.getType() == Formattable::kDouble 
417 if( uprv_fabs(floatResult - returnfloat) > 0.0001)
420 errln(UnicodeString("FAIL: expected ") + returnfloat + ", got " + floatResult + " (" + stringValue+")");