Home | History | Annotate | Download | only in src

Lines Matching refs:tolerance

141                                   float tolerance) {
142 if ((actual < expected - tolerance) || (expected + tolerance < actual)) {
144 " tolerance " + tolerance);
162 double tolerance) {
163 if ((actual < expected - tolerance) || (expected + tolerance < actual)) {
165 " tolerance " + tolerance);