Lines Matching refs:c
59 enum underflow_case c; member
96 expect_underflow (enum underflow_case c, int rm) in expect_underflow() argument
98 if (c == UNDERFLOW_NONE) in expect_underflow()
100 if (c == UNDERFLOW_ALWAYS) in expect_underflow()
108 return (c == UNDERFLOW_EXCEPT_UPWARD in expect_underflow()
109 || c == UNDERFLOW_ONLY_DOWNWARD_ZERO); in expect_underflow()
119 return (c == UNDERFLOW_EXCEPT_DOWNWARD in expect_underflow()
120 || c == UNDERFLOW_ONLY_UPWARD_ZERO); in expect_underflow()
124 return (c == UNDERFLOW_EXCEPT_UPWARD in expect_underflow()
125 || c == UNDERFLOW_EXCEPT_DOWNWARD); in expect_underflow()
137 test_in_one_mode (const char *s, enum underflow_case c, int rm, in test_in_one_mode() argument
152 bool this_expect_underflow = expect_underflow (c, rm); in test_in_one_mode()
194 result |= test_in_one_mode (tests[i].s, tests[i].c, fe_tonearest, in do_test()
199 result |= test_in_one_mode (tests[i].s, tests[i].c, FE_DOWNWARD, in do_test()
207 result |= test_in_one_mode (tests[i].s, tests[i].c, FE_TOWARDZERO, in do_test()
215 result |= test_in_one_mode (tests[i].s, tests[i].c, FE_UPWARD, in do_test()