Lines Matching refs:withinErr
1370 withinErr(double a, double b, double err) {
1486 } else if (!withinErr(valDouble, doubleBig, 1e-15)) {
1496 } else if (!withinErr(valDouble, 5.06e-27, 1e-15)) {
2247 assertTrue("ufmt_getDouble()==3.14159", withinErr(ufmt_getDouble(ufmt, &status), 3.14159, 1e-15));