Home
last modified time | relevance | path

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

/glibc-2.36/stdio-common/
Dprintf_fphex.c336 int rounding_mode = get_rounding_mode (); in __printf_fphex() local
339 rounding_mode); in __printf_fphex()
Dprintf_fp.c997 int rounding_mode = get_rounding_mode (); in __printf_fp_l() local
999 more_bits, rounding_mode)) in __printf_fp_l()
/glibc-2.36/math/
Dgen-auto-libm-tests.c227 } rounding_mode; typedef
1059 for (rounding_mode m = rm_first_mode; m < rm_num_modes; m++) in round_real()
1206 for (rounding_mode m = rm_first_mode; m < rm_num_modes; m++) in handle_input_arg()
1447 const func_calc_desc *calc, rounding_mode mode) in calc_generic_results()
1885 for (rounding_mode m = rm_first_mode; in output_for_one_input_case()
1918 for (rounding_mode m = rm_first_mode; m < rm_num_modes; m++) in output_for_one_input_case()
1956 for (rounding_mode m = rm_first_mode; in output_for_one_input_case()
1970 for (rounding_mode m = rm_first_mode; m < rm_num_modes; m++) in output_for_one_input_case()
2244 for (rounding_mode m = rm_first_mode; m < rm_num_modes; m++) in output_for_one_input_case()
Dtest-fenv.c148 test_rounding (const char *test_name, int rounding_mode) in test_rounding() argument
153 if (curr_rounding == rounding_mode) in test_rounding()