Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dlibm-test-support.c141 static FLOAT prev_max_error, prev_real_max_error, prev_imag_max_error; variable
222 prev_real_max_error = find_ulps (name, func_real_ulps, in init_max_error()
239 prev_real_max_error = (prev_real_max_error <= max_valid_error in init_max_error()
240 ? prev_real_max_error in init_max_error()
405 || (real_max_error <= prev_real_max_error && !ignore_max_ulp)) in print_complex_max_error()
428 FTOSTR (prmestr, FSTR_MAX, "%.0f", FUNC (ceil) (prev_real_max_error)); in print_complex_max_error()
752 exception, &real_max_error, prev_real_max_error); in check_complex()
/glibc-2.36/ChangeLog.old/
DChangeLog.189376 (prev_real_max_error): Likewise.
10216 (prev_real_max_error): Likewise.
56248 (prev_real_max_error): Likewise.
56259 (print_complex_max_error): Use prev_real_max_error and