Lines Matching refs:t
637 generic_arg_ret_type (arg_ret_type t) in generic_arg_ret_type() argument
639 switch (t) in generic_arg_ret_type()
1369 for (char *t = p; t < ep; t++) in add_test() local
1370 if (isspace ((unsigned char) *t)) in add_test()
1394 for (char *t = p; t < ep; t++) in add_test() local
1395 if (isspace ((unsigned char) *t)) in add_test()
1655 mpz_t t; in int_fits_type() local
1656 mpz_init (t); in int_fits_type()
1657 mpz_ui_pow_ui (t, 2, bits - 1); in int_fits_type()
1658 if (mpz_cmp (z, t) >= 0) in int_fits_type()
1660 mpz_neg (t, t); in int_fits_type()
1661 if (mpz_cmp (z, t) < 0) in int_fits_type()
1663 mpz_clear (t); in int_fits_type()