Lines Matching refs:result

26   int result = 0;  in test_mmee()  local
37 result = 1; in test_mmee()
41 return result; in test_mmee()
49 result = 1; in test_mmee()
53 return result; in test_mmee()
60 result = 1; in test_mmee()
61 return result; in test_mmee()
70 result = 1; in test_mmee()
74 return result; in test_mmee()
82 result = 1; in test_mmee()
86 return result; in test_mmee()
92 result = 1; in test_mmee()
93 return result; in test_mmee()
102 result = 1; in test_mmee()
109 result = 1; in test_mmee()
116 result = 1; in test_mmee()
117 return result; in test_mmee()
124 result = 1; in test_mmee()
131 result = 1; in test_mmee()
133 return result; in test_mmee()
139 int result = 0; in test_mme() local
141 result |= test_mmee (mode1, mode2, exc1, 0); in test_mme()
142 result |= test_mmee (mode1, mode2, exc1, FE_ALL_EXCEPT); in test_mme()
144 result |= test_mmee (mode1, mode2, exc1, FE_DIVBYZERO); in test_mme()
147 result |= test_mmee (mode1, mode2, exc1, FE_INEXACT); in test_mme()
150 result |= test_mmee (mode1, mode2, exc1, FE_INVALID); in test_mme()
153 result |= test_mmee (mode1, mode2, exc1, FE_OVERFLOW); in test_mme()
156 result |= test_mmee (mode1, mode2, exc1, FE_UNDERFLOW); in test_mme()
159 return result; in test_mme()
165 int result = 0; in test_mm() local
167 result |= test_mme (mode1, mode2, 0); in test_mm()
168 result |= test_mme (mode1, mode2, FE_ALL_EXCEPT); in test_mm()
170 result |= test_mme (mode1, mode2, FE_DIVBYZERO); in test_mm()
173 result |= test_mme (mode1, mode2, FE_INEXACT); in test_mm()
176 result |= test_mme (mode1, mode2, FE_INVALID); in test_mm()
179 result |= test_mme (mode1, mode2, FE_OVERFLOW); in test_mm()
182 result |= test_mme (mode1, mode2, FE_UNDERFLOW); in test_mm()
185 return result; in test_mm()
191 int result = 0; in test_m() local
194 result |= test_mm (mode1, FE_DOWNWARD); in test_m()
197 result |= test_mm (mode1, FE_TONEAREST); in test_m()
200 result |= test_mm (mode1, FE_TOWARDZERO); in test_m()
203 result |= test_mm (mode1, FE_UPWARD); in test_m()
206 return result; in test_m()
212 int result = 0; in do_test() local
215 result |= test_m (FE_DOWNWARD); in do_test()
218 result |= test_m (FE_TONEAREST); in do_test()
221 result |= test_m (FE_TOWARDZERO); in do_test()
224 result |= test_m (FE_UPWARD); in do_test()
227 return result; in do_test()