Home
last modified time | relevance | path

Searched refs:prev_imag_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
225 prev_imag_max_error = find_ulps (name, func_imag_ulps, in init_max_error()
242 prev_imag_max_error = (prev_imag_max_error <= max_valid_error in init_max_error()
243 ? prev_imag_max_error in init_max_error()
411 || (imag_max_error <= prev_imag_max_error && !ignore_max_ulp)) in print_complex_max_error()
430 FTOSTR (pimestr, FSTR_MAX, "%.0f", FUNC (ceil) (prev_imag_max_error)); in print_complex_max_error()
767 &imag_max_error, prev_imag_max_error); in check_complex()
/glibc-2.36/ChangeLog.old/
DChangeLog.189377 (prev_imag_max_error): Likewise.
10217 (prev_imag_max_error): Likewise.
56249 (prev_imag_max_error): Likewise.
56260 prev_imag_max_error instead of calling find_complex_function_ulps.