Searched refs:withinErr (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | callimts.h | 34 static UBool withinErr(double a, double b, double err);
|
D | callimts.cpp | 67 if(! withinErr(dt, millis, kDrift)) { in test() 94 CalendarLimitTest::withinErr(double a, double b, double err) in withinErr() function in CalendarLimitTest
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cnumtst.c | 1428 withinErr(double a, double b, double err) { in withinErr() function 1544 } else if (!withinErr(valDouble, doubleBig, 1e-15)) { in TestInt64Format() 1554 } else if (!withinErr(valDouble, 5.06e-27, 1e-15)) { in TestInt64Format() 2411 … assertTrue("ufmt_getDouble()==3.14159", withinErr(ufmt_getDouble(ufmt, &status), 3.14159, 1e-15)); in TestUFormattable()
|