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

/bionic/libc/stdlib/
H A Ddiv.c41 r.quot = num / denom;
44 * The ANSI standard says that |r.quot| <= |n/d|, where
51 * negative and r.quot has been truncated towards -inf,
53 * sign of num; if both are negative and r.quot has been
63 * In that case, to get the right answer, add 1 to r.quot and
67 r.quot++;
H A Dldiv.c43 r.quot = num / denom;
46 r.quot++;
H A Dlldiv.c43 r.quot = num / denom;
46 r.quot++;
/bionic/libc/include/
H A Dstdlib.h149 int quot; member in struct:__anon44
156 long int quot; member in struct:__anon45
163 long long int quot; member in struct:__anon46
H A Dinttypes.h247 intmax_t quot; /* quotient */ member in struct:__anon22

Completed in 56 milliseconds