Searched defs:quotient (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Ddouble.c55 result.quotient = q / y;
57 * Once we have the quotient, it's cheaper to calculate the
60 result.remainder = (ficlInteger)(q - (result.quotient * y));
302 ficl2Unsigned quotient; local
306 quotient.low = 0;
307 quotient.high = 0;
324 quotient = ficl2UnsignedOr(quotient, mask);
330 result.quotient = quotient;
[all...]
H A Dficl.h702 ficl2Unsigned quotient; member in struct:__anon485
708 ficl2Integer quotient; member in struct:__anon486
721 * to get an UNS32 quotient and remainder. Much easier in asm
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c226 dt_divide_128(uint64_t *dividend, uint64_t divisor, uint64_t *quotient) argument
265 quotient[0] = result[0];
266 quotient[1] = result[1];

Completed in 66 milliseconds