Lines Matching refs:tfmt
1366 const struct real_format *tfmt, *ifmt;
1367 tfmt = REAL_MODE_FORMAT (tmode);
1372 return (ifmt->b == tfmt->b
1373 && ifmt->p > 2 * tfmt->p
1374 && ifmt->emin < 2 * tfmt->emin - tfmt->p - 2
1375 && ifmt->emin < tfmt->emin - tfmt->emax - tfmt->p - 2
1376 && ifmt->emax > 2 * tfmt->emax + 2
1377 && ifmt->emax > tfmt->emax - tfmt->emin + tfmt->p + 2
1378 && ifmt->round_towards_zero == tfmt->round_towards_zero
1380 == tfmt->has_sign_dependent_rounding)
1381 && ifmt->has_nans >= tfmt->has_nans
1382 && ifmt->has_inf >= tfmt->has_inf
1383 && ifmt->has_signed_zero >= tfmt->has_signed_zero