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

  /src/external/bsd/am-utils/dist/scripts/
amd2ldif.in 16 my $tfmt = "%-15s: %s\n";
22 printf "$tfmt", "cn", "amdmap $mapname timestamp";
23 printf "$tfmt", "objectClass", "amdmapTimestamp";
24 printf "$tfmt", "amdmapName", "$mapname";
25 printf "$tfmt", "amdmapTimestamp", $time;
26 printf "$tfmt", "amdmapName", $mapname;
  /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 22 milliseconds