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

123

/freebsd-11-stable/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-11-stable/usr.sbin/quot/
H A DMakefile3 PROG= quot
4 MAN= quot.8
/freebsd-11-stable/lib/libc/stdlib/
H A Dlldiv.c38 retval.quot = numer / denom;
42 retval.quot++;
H A Ddiv.c47 r.quot = num / denom;
51 * The ANSI standard says that |r.quot| <= |n/d|, where
58 * negative and r.quot has been truncated towards -inf,
60 * sign of num; if both are negative and r.quot has been
70 * In that case, to get the right answer, add 1 to r.quot and
74 r.quot++;
H A Dimaxdiv.c38 retval.quot = numer / denom;
42 retval.quot++;
H A Dldiv.c49 r.quot = num / denom;
53 r.quot++;
/freebsd-11-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-11-stable/include/
H A Dinttypes.h43 intmax_t quot; /* Quotient. */ member in struct:__anon6514
/freebsd-11-stable/contrib/ntp/libntp/
H A Dtimetoa.c84 qr.quot--;
87 secs_u += (time_t)qr.quot;
/freebsd-11-stable/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-11-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-11-stable/stand/ficl/aarch64/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon4913
150 FICL_INT quot; member in struct:__anon4915
H A Dsysdep.c46 result.quot = qx / y;
/freebsd-11-stable/stand/ficl/amd64/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon4917
150 FICL_INT quot; member in struct:__anon4919
H A Dsysdep.c46 result.quot = qx / y;
/freebsd-11-stable/stand/ficl/arm/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon4921
150 FICL_INT quot; member in struct:__anon4923
H A Dsysdep.c46 result.quot = qx / y;
/freebsd-11-stable/stand/ficl/i386/
H A Dsysdep.h136 FICL_UNS quot; member in struct:__anon4928
148 FICL_INT quot; member in struct:__anon4930
/freebsd-11-stable/stand/ficl/mips64/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon4936
150 FICL_INT quot; member in struct:__anon4938
/freebsd-11-stable/stand/ficl/mips/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon4932
150 FICL_INT quot; member in struct:__anon4934
/freebsd-11-stable/stand/ficl/riscv/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon4944
150 FICL_INT quot; member in struct:__anon4946
/freebsd-11-stable/stand/ficl/powerpc/
H A Dsysdep.h138 FICL_UNS quot; member in struct:__anon4940
150 FICL_INT quot; member in struct:__anon4942
/freebsd-11-stable/stand/ficl/sparc64/
H A Dsysdep.h139 FICL_UNS quot; member in struct:__anon4948
151 FICL_INT quot; member in struct:__anon4950
/freebsd-11-stable/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-11-stable/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 135 milliseconds

123