Searched refs:prev_real_max_error (Results 1 – 1 of 1) sorted by relevance
141 static FLOAT prev_max_error, prev_real_max_error, prev_imag_max_error; variable222 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()
Completed in 5 milliseconds