Lines Matching refs:fabs
9 double fabs(double);
25 (void)fabs(x); in test_int()
87 (void)fabs(x); in test_long()
156 (void)fabs(x); in test_long_long()
230 (void)fabs(x); in test_float()
295 (void)fabs(x); in test_double()
363 (void)fabs(x); in test_long_double()
437 (void)fabs(x); in test_complex_float()
499 (void)fabs(x); in test_complex_double()
567 (void)fabs(x); in test_complex_long_double()
641 (void)fabs(x); in test_unsigned_int()
721 (void)fabs(x); in test_unsigned_long()