Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcallimts.h34 static UBool withinErr(double a, double b, double err);
Dcallimts.cpp67 if(! withinErr(dt, millis, kDrift)) { in test()
94 CalendarLimitTest::withinErr(double a, double b, double err) in withinErr() function in CalendarLimitTest
/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c1374 withinErr(double a, double b, double err) { in withinErr() function
1490 } else if (!withinErr(valDouble, doubleBig, 1e-15)) { in TestInt64Format()
1500 } else if (!withinErr(valDouble, 5.06e-27, 1e-15)) { in TestInt64Format()
2251 … assertTrue("ufmt_getDouble()==3.14159", withinErr(ufmt_getDouble(ufmt, &status), 3.14159, 1e-15)); in TestUFormattable()