Searched refs:quot (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dfmod.c25 double quot = x/y; local
26 return x - (quot < 0.0 ? ceil(quot) : floor(quot)) * y;
/freebsd-9.3-release/usr.sbin/quot/
H A DMakefile3 PROG= quot
4 MAN= quot.8
/freebsd-9.3-release/lib/libc/stdlib/
H A Dimaxdiv.c38 retval.quot = numer / denom;
41 retval.quot++;
H A Dlldiv.c38 retval.quot = numer / denom;
41 retval.quot++;
H A Ddiv.c47 r.quot = num / denom;
50 * The ANSI standard says that |r.quot| <= |n/d|, where
57 * negative and r.quot has been truncated towards -inf,
59 * sign of num; if both are negative and r.quot has been
69 * In that case, to get the right answer, add 1 to r.quot and
73 r.quot++;
H A Dldiv.c49 r.quot = num / denom;
52 r.quot++;
/freebsd-9.3-release/include/
H A Dinttypes.h43 intmax_t quot; /* Quotient. */ member in struct:__anon4951
H A Dstdlib.h60 int quot; /* quotient */ member in struct:__anon5003
65 long quot; member in struct:__anon5004
131 long long quot; member in struct:__anon5005
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dtimetoa.c84 qr.quot--;
87 secs_u += (time_t)qr.quot;
/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_prop.c249 int ch, errnum, quot; local
260 quot = _memstream_getc(ms);
261 switch (quot) {
266 _memstream_ungetc(ms, quot);
267 quot = EOF;
272 s[n] = quot;
274 quot = EOF;
287 if (quot == ch || (quot == EOF &&
/freebsd-9.3-release/sys/boot/ficl/
H A Dmath64.c116 qr.quot = -qr.quot;
119 qr.quot--;
287 qr.quot = -qr.quot;
327 result.hi = qr.quot << UMOD_SHIFT;
331 result.hi |= qr.quot & UMOD_MASK;
335 result.lo = qr.quot << UMOD_SHIFT;
339 result.lo |= qr.quot & UMOD_MASK;
555 result.quot
[all...]
/freebsd-9.3-release/sys/boot/ficl/amd64/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon5668
150 FICL_INT quot; member in struct:__anon5670
H A Dsysdep.c46 result.quot = qx / y;
/freebsd-9.3-release/sys/boot/ficl/arm/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon5672
150 FICL_INT quot; member in struct:__anon5674
H A Dsysdep.c46 result.quot = qx / y;
/freebsd-9.3-release/sys/boot/ficl/i386/
H A Dsysdep.h136 FICL_UNS quot; member in struct:__anon5679
148 FICL_INT quot; member in struct:__anon5681
/freebsd-9.3-release/sys/boot/ficl/ia64/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon5683
150 FICL_INT quot; member in struct:__anon5685
H A Dsysdep.c46 result.quot = qx / y;
/freebsd-9.3-release/sys/boot/ficl/mips/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon5687
150 FICL_INT quot; member in struct:__anon5689
H A Dsysdep.c46 result.quot = qx / y;
/freebsd-9.3-release/sys/boot/ficl/powerpc/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon5691
150 FICL_INT quot; member in struct:__anon5693
H A Dsysdep.c46 result.quot = qx / y;
/freebsd-9.3-release/sys/boot/ficl/sparc64/
H A Dsysdep.h139 FICL_UNS quot; member in struct:__anon5695
151 FICL_INT quot; member in struct:__anon5697
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dgmon-sol2.c181 int quot = o / monsize;
183 if (quot >= 0x10000)
185 else if (quot >= 0x100)
186 s_scale = 0x10000 / quot;
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dgmon-sol2.c153 int quot = o / monsize;
155 if (quot >= 0x10000)
157 else if (quot >= 0x100)
158 s_scale = 0x10000 / quot;

Completed in 163 milliseconds

12