Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dgen-auto-libm-tests.c1054 unsigned int exc_before[rm_num_modes], in round_real()
1062 exc_before[m] = exc_after[m] = 0; in round_real()
1067 exc_before[m] |= 1U << exc_overflow; in round_real()
1124 exc_before[m] |= 1U << exc_underflow; in round_real()
1131 exc_before[m] |= 1U << exc_inexact; in round_real()
1184 unsigned int exc_before[rm_num_modes]; in handle_input_arg() local
1186 round_real (rounded, exc_before, exc_after, tmp, f); in handle_input_arg()
1821 unsigned int exc_before[rm_num_modes]; in output_for_one_input_case() local
1881 round_real (res, exc_before, exc_after, in output_for_one_input_case()