Home
last modified time | relevance | path

Searched refs:max_error (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/test/
Dlong_double.c59 static long double max_error; variable
78 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() argument
352 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() local
427 max_error = 0; in test_io()
430 max_error = MAX_DECIMAL_ERROR; in test_io()
[all …]