HomeSort by relevance Sort by last modified time
    Searched refs:floatResult (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp     [all...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numrgts.cpp 411 float floatResult = (float) (result.getType() == Formattable::kDouble
413 if( uprv_fabs(floatResult - returnfloat) > 0.0001)
416 errln(UnicodeString("FAIL: expected ") + returnfloat + ", got " + floatResult + " (" + stringValue+")");
    [all...]
  /external/icu4c/test/intltest/
numrgts.cpp 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+")");
    [all...]

Completed in 3705 milliseconds