Lines Matching refs:result
44 int result; member
187 .upper_bound = 1, .lower_bound = 1, .result = 1,
192 .upper_bound = 1, .lower_bound = 1, .result = 0,
197 .upper_bound = 2, .lower_bound = 1, .result = 1,
202 .upper_bound = 1, .lower_bound = 0, .result = 1,
207 .upper_bound = 1, .lower_bound = 1, .result = 0,
212 .upper_bound = 1.3, .lower_bound = 1, .result = 1,
217 .upper_bound = 1, .lower_bound = .001, .result = 1,
222 .upper_bound = 1, .lower_bound = 1, .result = 1,
227 .upper_bound = -1, .lower_bound = -1, .result = 0,
232 .upper_bound = 1, .lower_bound = 1, .result = 0,
237 .upper_bound = 1.00002, .lower_bound = 1.0000191, .result = 1,
242 .upper_bound = 1.0000100000, .lower_bound = 1.0000099998, .result = 1,
247 .upper_bound = 1.0000099999, .lower_bound = 1.00000999979, .result = 1,
252 .upper_bound = 1.00000999980001, .lower_bound = 1.00000999979999, .result = 1,
258 .upper_bound = 1, .lower_bound = .9, .result = 1,
263 .upper_bound = 1, .lower_bound = 1, .result = 1,
268 .upper_bound = 1, .lower_bound = 1, .result = 0,
273 .upper_bound = 1, .lower_bound = 1, .result = 1,
278 .upper_bound = 1, .lower_bound = 1, .result = 0,
284 .upper_bound = 1, .lower_bound = 1.0842021724855044e-19, .result = 1,
290 .upper_bound = TIME_T_MAX, .lower_bound = 1, .result = 1,
309 struct timespec result; in do_test() local
314 result = support_timespec_normalize (norm_cases[i].time); in do_test()
315 TEST_COMPARE (norm_cases[i].norm.tv_sec, result.tv_sec); in do_test()
316 TEST_COMPARE (norm_cases[i].norm.tv_nsec, result.tv_nsec); in do_test()
329 check_cases[i].upper_bound), check_cases[i].result); in do_test()