Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dgen-auto-libm-tests.c1055 unsigned int exc_after[rm_num_modes], in round_real()
1062 exc_before[m] = exc_after[m] = 0; in round_real()
1068 exc_after[m] |= 1U << exc_overflow; in round_real()
1126 exc_after[m] |= 1U << exc_underflow; in round_real()
1132 exc_after[m] |= 1U << exc_inexact; in round_real()
1185 unsigned int exc_after[rm_num_modes]; in handle_input_arg() local
1186 round_real (rounded, exc_before, exc_after, tmp, f); in handle_input_arg()
1822 unsigned int exc_after[rm_num_modes]; in output_for_one_input_case() local
1881 round_real (res, exc_before, exc_after, in output_for_one_input_case()