Home
last modified time | relevance | path

Searched refs:quot (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-9-stable/contrib/groff/src/libs/libgroff/
Dfmod.c25 double quot = x/y; local
26 return x - (quot < 0.0 ? ceil(quot) : floor(quot)) * y;
/freebsd-9-stable/sys/boot/ficl/
Dmath64.c116 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()
Dvm.c700 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/
Dcitrus_prop.c249 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/
DMakefile3 PROG= quot
4 MAN= quot.8
Dquot.c76 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/
Dlldiv.c38 retval.quot = numer / denom; in lldiv()
41 retval.quot++; in lldiv()
Dimaxdiv.c38 retval.quot = numer / denom; in imaxdiv()
41 retval.quot++; in imaxdiv()
Ddiv.c47 r.quot = num / denom;
73 r.quot++;
Dldiv.c49 r.quot = num / denom;
52 r.quot++;
/freebsd-9-stable/contrib/gcc/config/i386/
Dgmon-sol2.c181 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/
Dgmon-sol2.c153 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/
Dstdlib.h60 int quot; /* quotient */ member
65 long quot; member
131 long long quot; member
Dinttypes.h43 intmax_t quot; /* Quotient. */ member
/freebsd-9-stable/contrib/ntp/libntp/
Dtimetoa.c84 qr.quot--; in format_time_fraction()
87 secs_u += (time_t)qr.quot; in format_time_fraction()
/freebsd-9-stable/contrib/gcclibs/libdecnumber/
DdecNumber.c4398 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/
Dvacation.c691 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/
Dsysdep.h136 FICL_UNS quot; member
148 FICL_INT quot; member
/freebsd-9-stable/sys/boot/ficl/mips/
Dsysdep.h138 FICL_UNS quot; member
150 FICL_INT quot; member
/freebsd-9-stable/sys/boot/ficl/sparc64/
Dsysdep.h139 FICL_UNS quot; member
151 FICL_INT quot; member
/freebsd-9-stable/sys/boot/ficl/powerpc/
Dsysdep.h138 FICL_UNS quot; member
150 FICL_INT quot; member
/freebsd-9-stable/sys/boot/ficl/arm/
Dsysdep.h138 FICL_UNS quot; member
150 FICL_INT quot; member
/freebsd-9-stable/sys/boot/ficl/amd64/
Dsysdep.h138 FICL_UNS quot; member
150 FICL_INT quot; member
Dsysdep.c46 result.quot = qx / y; in ficlLongDiv()
/freebsd-9-stable/sys/boot/ficl/ia64/
Dsysdep.h138 FICL_UNS quot; member
150 FICL_INT quot; member

12