Searched refs:feround (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/tests/lib/libm/
H A Dt_fenv.c90 feround_to_fltrounds(int feround) argument
97 switch (feround) {
114 int feround = fegetround(); local
115 int expected = feround_to_fltrounds(feround);
119 FLT_ROUNDS, expected, feround);
123 checkrounding(int feround, const char *name) argument
142 switch (feround) {
160 atf_tc_fail("unknown rounding mode %d (%s)", feround, name);

Completed in 131 milliseconds