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

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dimaxdiv.c38 retval.quot = numer / denom;
41 retval.quot++;
/bionic/libc/upstream-netbsd/lib/libc/stdlib/
H A Ddiv.c51 r.quot = num / denom;
54 * The ANSI standard says that |r.quot| <= |n/d|, where
61 * negative and r.quot has been truncated towards -inf,
63 * sign of num; if both are negative and r.quot has been
73 * In that case, to get the right answer, add 1 to r.quot and
77 r.quot++;
H A Dldiv.c53 r.quot = num / denom;
56 r.quot++;
H A Dlldiv.c59 r.quot = num / denom;
62 r.quot++;
/bionic/libc/include/
H A Dstdlib.h139 int quot; member in struct:__anon64
146 long int quot; member in struct:__anon65
153 long long int quot; member in struct:__anon66
H A Dinttypes.h252 intmax_t quot; /* quotient */ member in struct:__anon39

Completed in 101 milliseconds