Lines Matching refs:FLOAT
139 static FLOAT max_error, real_max_error, imag_max_error;
141 static FLOAT prev_max_error, prev_real_max_error, prev_imag_max_error;
143 static FLOAT max_valid_error;
159 FLOAT value) in fmt_ftostr()
202 static FLOAT
250 set_max_error (FLOAT current, FLOAT *curr_max_error) in set_max_error()
259 print_float (FLOAT f) in print_float()
310 print_function_ulps (const char *function_name, FLOAT ulp) in print_function_ulps()
323 print_complex_function_ulps (const char *function_name, FLOAT real_ulp, in print_complex_function_ulps()
324 FLOAT imag_ulp) in print_complex_function_ulps()
495 if (flag_test_exceptions && EXCEPTION_TESTS (FLOAT)) in test_exceptions()
579 static FLOAT
580 ulp (FLOAT value) in ulp()
582 FLOAT ulp; in ulp()
613 check_float_internal (const char *test_name, FLOAT computed, FLOAT expected, in check_float_internal()
615 FLOAT *curr_max_error, FLOAT max_ulp) in check_float_internal()
619 FLOAT diff = 0; in check_float_internal()
620 FLOAT ulps = 0; in check_float_internal()
729 check_float (const char *test_name, FLOAT computed, FLOAT expected, in check_float()
742 FLOAT part_comp, part_exp; in check_complex()
982 if ((!SNAN_TESTS (FLOAT) || !snan_tests_arg) in enable_test()
1075 FLOAT ulps, ulpx, value; in check_ulp()