Lines Matching refs:llabs
7 long long int llabs(long long int);
40 (void)llabs(x); in test_int()
104 (void)llabs(x); in test_long()
175 (void)llabs(x); in test_long_long()
251 (void)llabs(x); in test_float()
315 (void)llabs(x); in test_double()
385 (void)llabs(x); in test_long_double()
459 (void)llabs(x); in test_complex_float()
521 (void)llabs(x); in test_complex_double()
589 (void)llabs(x); in test_complex_long_double()
668 (void)llabs(x); in test_unsigned_int()
753 (void)llabs(x); in test_unsigned_long()