| /freebsd-9-stable/contrib/groff/src/libs/libgroff/ |
| D | fmod.c | 25 double quot = x/y; local 26 return x - (quot < 0.0 ? ceil(quot) : floor(quot)) * y;
|
| /freebsd-9-stable/sys/boot/ficl/ |
| D | math64.c | 116 qr.quot = -qr.quot; in m64FlooredDivI() 119 qr.quot--; in m64FlooredDivI() 287 qr.quot = -qr.quot; in m64SymmetricDivI() 327 result.hi = qr.quot << UMOD_SHIFT; in m64UMod() 331 result.hi |= qr.quot & UMOD_MASK; in m64UMod() 335 result.lo = qr.quot << UMOD_SHIFT; in m64UMod() 339 result.lo |= qr.quot & UMOD_MASK; in m64UMod() 555 result.quot = quotient.lo; in ficlLongDiv()
|
| D | vm.c | 700 v.lo = result.quot; in ltoa() 733 result.quot = value; in ultoa() 738 ud.lo = result.quot; in ultoa()
|
| /freebsd-9-stable/lib/libc/iconv/ |
| D | citrus_prop.c | 249 int ch, errnum, quot; in _citrus_prop_read_str() local 260 quot = _memstream_getc(ms); in _citrus_prop_read_str() 261 switch (quot) { in _citrus_prop_read_str() 266 _memstream_ungetc(ms, quot); in _citrus_prop_read_str() 267 quot = EOF; in _citrus_prop_read_str() 272 s[n] = quot; in _citrus_prop_read_str() 274 quot = EOF; in _citrus_prop_read_str() 287 if (quot == ch || (quot == EOF && in _citrus_prop_read_str()
|
| /freebsd-9-stable/usr.sbin/quot/ |
| D | Makefile | 3 PROG= quot 4 MAN= quot.8
|
| D | quot.c | 76 static void quot(char *, char *); 543 quot(char *name, char *mp) in quot() function 633 quot(mp->f_mntfromname, mp->f_mntonname); in main() 638 quot(fs->fs_spec, 0); in main() 640 quot(*argv,0); in main()
|
| /freebsd-9-stable/lib/libc/stdlib/ |
| D | lldiv.c | 38 retval.quot = numer / denom; in lldiv() 41 retval.quot++; in lldiv()
|
| D | imaxdiv.c | 38 retval.quot = numer / denom; in imaxdiv() 41 retval.quot++; in imaxdiv()
|
| D | div.c | 47 r.quot = num / denom; 73 r.quot++;
|
| D | ldiv.c | 49 r.quot = num / denom; 52 r.quot++;
|
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | gmon-sol2.c | 181 int quot = o / monsize; in monstartup() 183 if (quot >= 0x10000) in monstartup() 185 else if (quot >= 0x100) in monstartup() 186 s_scale = 0x10000 / quot; in monstartup()
|
| /freebsd-9-stable/contrib/gcc/config/sparc/ |
| D | gmon-sol2.c | 153 int quot = o / monsize; in monstartup() 155 if (quot >= 0x10000) in monstartup() 157 else if (quot >= 0x100) in monstartup() 158 s_scale = 0x10000 / quot; in monstartup()
|
| /freebsd-9-stable/include/ |
| D | stdlib.h | 60 int quot; /* quotient */ member 65 long quot; member 131 long long quot; member
|
| D | inttypes.h | 43 intmax_t quot; /* Quotient. */ member
|
| /freebsd-9-stable/contrib/ntp/libntp/ |
| D | timetoa.c | 84 qr.quot--; in format_time_fraction() 87 secs_u += (time_t)qr.quot; in format_time_fraction()
|
| /freebsd-9-stable/contrib/gcclibs/libdecnumber/ |
| D | decNumber.c | 4398 uInt quot = QUOT10 (*up, cut); in decTrim() local 4399 if ((*up - quot * powers[cut]) != 0) in decTrim() 4473 uInt quot = QUOT10 (*source, cut); in decShiftToMost() local 4474 rem = *source - quot * powers[cut]; in decShiftToMost() 4475 next += quot; in decShiftToMost() 4511 Int quot, rem; /* for division */ in decShiftToLeast() local 4528 quot = QUOT10 (*up, cut); in decShiftToLeast() 4530 quot = *up / powers[cut]; in decShiftToLeast() 4534 *target = (Unit) quot; in decShiftToLeast() 4539 quot = *up; in decShiftToLeast() [all …]
|
| /freebsd-9-stable/contrib/sendmail/vacation/ |
| D | vacation.c | 691 bool quot; local 727 quot = false; 730 while (*e != '\0' && (quot || !isdelim(*e))) 734 quot = !quot; 750 if (*e == '!' && !quot) 768 if (quot)
|
| /freebsd-9-stable/sys/boot/ficl/i386/ |
| D | sysdep.h | 136 FICL_UNS quot; member 148 FICL_INT quot; member
|
| /freebsd-9-stable/sys/boot/ficl/mips/ |
| D | sysdep.h | 138 FICL_UNS quot; member 150 FICL_INT quot; member
|
| /freebsd-9-stable/sys/boot/ficl/sparc64/ |
| D | sysdep.h | 139 FICL_UNS quot; member 151 FICL_INT quot; member
|
| /freebsd-9-stable/sys/boot/ficl/powerpc/ |
| D | sysdep.h | 138 FICL_UNS quot; member 150 FICL_INT quot; member
|
| /freebsd-9-stable/sys/boot/ficl/arm/ |
| D | sysdep.h | 138 FICL_UNS quot; member 150 FICL_INT quot; member
|
| /freebsd-9-stable/sys/boot/ficl/amd64/ |
| D | sysdep.h | 138 FICL_UNS quot; member 150 FICL_INT quot; member
|
| D | sysdep.c | 46 result.quot = qx / y; in ficlLongDiv()
|
| /freebsd-9-stable/sys/boot/ficl/ia64/ |
| D | sysdep.h | 138 FICL_UNS quot; member 150 FICL_INT quot; member
|