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

12

/freebsd-13-stable/usr.sbin/quot/
H A DMakefile3 PROG= quot
4 MAN= quot.8
/freebsd-13-stable/lib/libc/stdlib/
H A Dlldiv.c40 retval.quot = numer / denom;
44 retval.quot++;
H A Ddiv.c49 r.quot = num / denom;
53 * The ANSI standard says that |r.quot| <= |n/d|, where
60 * negative and r.quot has been truncated towards -inf,
62 * sign of num; if both are negative and r.quot has been
72 * In that case, to get the right answer, add 1 to r.quot and
76 r.quot++;
H A Dimaxdiv.c40 retval.quot = numer / denom;
44 retval.quot++;
H A Dldiv.c51 r.quot = num / denom;
55 r.quot++;
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_div.c52 ATF_CHECK(d.quot == QUOT);
69 ATF_CHECK(ld.quot == QUOT);
86 ATF_CHECK(lld.quot == QUOT);
/freebsd-13-stable/include/
H A Dinttypes.h45 intmax_t quot; /* Quotient. */ member in struct:__anon7329
/freebsd-13-stable/contrib/ntp/libntp/
H A Dtimetoa.c84 qr.quot--;
87 secs_u += (time_t)qr.quot;
/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_prop.c251 int ch, errnum, quot; local
262 quot = _memstream_getc(ms);
263 switch (quot) {
268 _memstream_ungetc(ms, quot);
269 quot = EOF;
274 s[n] = quot;
276 quot = EOF;
289 if (quot == ch || (quot == EOF &&
/freebsd-13-stable/stand/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-13-stable/stand/ficl/aarch64/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon8093
150 FICL_INT quot; member in struct:__anon8095
H A Dsysdep.c46 result.quot = qx / y;
/freebsd-13-stable/stand/ficl/amd64/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon8097
150 FICL_INT quot; member in struct:__anon8099
H A Dsysdep.c48 result.quot = qx / y;
/freebsd-13-stable/stand/ficl/arm/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon8101
150 FICL_INT quot; member in struct:__anon8103
H A Dsysdep.c46 result.quot = qx / y;
/freebsd-13-stable/stand/ficl/i386/
H A Dsysdep.h136 FICL_UNS quot; member in struct:__anon8108
148 FICL_INT quot; member in struct:__anon8110
H A Dsysdep.c48 result.quot = qx / y;
/freebsd-13-stable/stand/ficl/mips/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon8112
150 FICL_INT quot; member in struct:__anon8114
H A Dsysdep.c46 result.quot = qx / y;
/freebsd-13-stable/stand/ficl/mips64/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon8116
150 FICL_INT quot; member in struct:__anon8118
H A Dsysdep.c46 result.quot = qx / y;
/freebsd-13-stable/stand/ficl/powerpc/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon8120
150 FICL_INT quot; member in struct:__anon8122
H A Dsysdep.c46 result.quot = qx / y;
/freebsd-13-stable/stand/ficl/riscv/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon8124
150 FICL_INT quot; member in struct:__anon8126

Completed in 106 milliseconds

12