HomeSort by: relevance | last modified time | path
    Searched defs:tfmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
real.cc 1400 const struct real_format *tfmt, *ifmt;
1401 tfmt = REAL_MODE_FORMAT (tmode);
1406 return (ifmt->b == tfmt->b
1407 && ifmt->p > 2 * tfmt->p
1408 && ifmt->emin < 2 * tfmt->emin - tfmt->p - 2
1409 && ifmt->emin < tfmt->emin - tfmt->emax - tfmt->p - 2
1410 && ifmt->emax > 2 * tfmt->emax +
1397 const struct real_format *tfmt, *ifmt; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
real.cc 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 +
1363 const struct real_format *tfmt, *ifmt; local
    [all...]

Completed in 23 milliseconds