Searched refs:tol (Results 1 – 1 of 1) sorted by relevance
129 float tol = 0; in allclose() local156 tol = tol + fabs(a[i] - b[i]) / (fabs(b[i]) + 1); in allclose()170 tol / fail_count); in allclose()189 file << "," << tol / fail_count; in allclose()204 if (tol / fail_count < 0.04) { in allclose()218 float tol = 0; in allclose_int8() local248 tol = tol + fabs(a[i] - b[i]) / (fabs(b[i]) + 1); in allclose_int8()260 tol / fail_count); in allclose_int8()281 file << "," << tol / fail_count; in allclose_int8()295 if (tol / fail_count < 0.04) { in allclose_int8()