Searched refs:tfmt (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/scripts/ |
| H A D | 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;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | real.cc | 1363 const struct real_format *tfmt, *ifmt; in real_can_shorten_arithmetic() local 1364 tfmt = REAL_MODE_FORMAT (tmode); in real_can_shorten_arithmetic() 1369 return (ifmt->b == tfmt->b in real_can_shorten_arithmetic() 1370 && ifmt->p > 2 * tfmt->p in real_can_shorten_arithmetic() 1371 && ifmt->emin < 2 * tfmt->emin - tfmt->p - 2 in real_can_shorten_arithmetic() 1372 && ifmt->emin < tfmt->emin - tfmt->emax - tfmt->p - 2 in real_can_shorten_arithmetic() 1373 && ifmt->emax > 2 * tfmt->emax + 2 in real_can_shorten_arithmetic() 1374 && ifmt->emax > tfmt->emax - tfmt->emin + tfmt->p + 2 in real_can_shorten_arithmetic() 1375 && ifmt->round_towards_zero == tfmt->round_towards_zero in real_can_shorten_arithmetic() 1377 == tfmt->has_sign_dependent_rounding) in real_can_shorten_arithmetic() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | real.c | 1363 const struct real_format *tfmt, *ifmt; in real_can_shorten_arithmetic() local 1364 tfmt = REAL_MODE_FORMAT (tmode); in real_can_shorten_arithmetic() 1369 return (ifmt->b == tfmt->b in real_can_shorten_arithmetic() 1370 && ifmt->p > 2 * tfmt->p in real_can_shorten_arithmetic() 1371 && ifmt->emin < 2 * tfmt->emin - tfmt->p - 2 in real_can_shorten_arithmetic() 1372 && ifmt->emin < tfmt->emin - tfmt->emax - tfmt->p - 2 in real_can_shorten_arithmetic() 1373 && ifmt->emax > 2 * tfmt->emax + 2 in real_can_shorten_arithmetic() 1374 && ifmt->emax > tfmt->emax - tfmt->emin + tfmt->p + 2 in real_can_shorten_arithmetic() 1375 && ifmt->round_towards_zero == tfmt->round_towards_zero in real_can_shorten_arithmetic() 1377 == tfmt->has_sign_dependent_rounding) in real_can_shorten_arithmetic() [all …]
|