Searched refs:max_error (Results 1 – 1 of 1) sorted by relevance
59 static long double max_error; variable78 if (difference > max_error) in within_error()79 max_error = difference; in within_error()347 close(long double have, long double want, long double max_error) in close() argument352 if (max_error == 0.0L) in close()356 return fabsl(have) <= max_error; in close()357 return fabsl((have - want) / want) <= max_error; in close()414 long double max_error, max_error_naive; in test_io() local427 max_error = 0; in test_io()430 max_error = MAX_DECIMAL_ERROR; in test_io()[all …]