HomeSort by: relevance | last modified time | path
    Searched defs:feround (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libm/
t_fenv.c 90 feround_to_fltrounds(int feround)
97 switch (feround) {
114 int feround = fegetround(); local in function:checkfltrounds
115 int expected = feround_to_fltrounds(feround);
119 FLT_ROUNDS, expected, feround);
123 checkrounding(int feround, const char *name)
142 switch (feround) {
160 atf_tc_fail("unknown rounding mode %d (%s)", feround, name);
t_fenv.c 90 feround_to_fltrounds(int feround)
97 switch (feround) {
114 int feround = fegetround(); local in function:checkfltrounds
115 int expected = feround_to_fltrounds(feround);
119 FLT_ROUNDS, expected, feround);
123 checkrounding(int feround, const char *name)
142 switch (feround) {
160 atf_tc_fail("unknown rounding mode %d (%s)", feround, name);

Completed in 21 milliseconds