Home
last modified time | relevance | path

Searched refs:quotient (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/lib/libutil/
H A Dhumanize_number.c48 humanize_number(char *buf, size_t len, int64_t quotient, in humanize_number() argument
113 if (quotient < 0) { in humanize_number()
115 quotient = -quotient; in humanize_number()
144 (quotient >= max || (quotient == max - 1 && in humanize_number()
146 remainder = quotient % divisor; in humanize_number()
147 quotient /= divisor; in humanize_number()
154 remainder = quotient % divisor; in humanize_number()
155 quotient /= divisor; in humanize_number()
164 if (((quotient == 9 && remainder < divisordeccut) || quotient < 9) && in humanize_number()
166 s1 = (int)quotient + ((remainder * 10 + divisor / 2) / in humanize_number()
[all …]
/illumos-gate/usr/src/common/ficl/
H A Ddouble.c55 result.quotient = q / y; in ficl2UnsignedDivide()
60 result.remainder = (ficlInteger)(q - (result.quotient * y)); in ficl2UnsignedDivide()
302 ficl2Unsigned quotient; in ficl2UnsignedDivide() local
306 quotient.low = 0; in ficl2UnsignedDivide()
307 quotient.high = 0; in ficl2UnsignedDivide()
324 quotient = ficl2UnsignedOr(quotient, mask); in ficl2UnsignedDivide()
330 result.quotient = quotient; in ficl2UnsignedDivide()
389 qr.quotient = ficl2IntegerNegate(qr.quotient); in ficl2IntegerDivideFloored()
391 qr.quotient = ficl2IntegerDecrement(qr.quotient); in ficl2IntegerDivideFloored()
437 qr.quotient = ficl2IntegerNegate(qr.quotient); in ficl2IntegerDivideSymmetric()
H A Dutility.c110 v = result.quotient; in ficlLtoa()
142 ud = result.quotient; in ficlUltoa()
H A Dprimitives.c1550 ficlStackPush2Unsigned(vm->dataStack, uqr.quotient); in ficlPrimitiveNumberSign()
1597 u = uqr.quotient; in ficlPrimitiveNumberSignS()
2711 FICL_2UNSIGNED_GET_LOW(qr.quotient)); in ficlPrimitiveFMSlashMod()
2736 FICL_2UNSIGNED_GET_LOW(qr.quotient)); in ficlPrimitiveSMSlashRem()
2775 FICL_2UNSIGNED_GET_LOW(uqr.quotient)); in ficlPrimitiveUMSlashMod()
H A Dvm.c1469 dataTop[0].i = FICL_2UNSIGNED_GET_LOW(qr.quotient); in ficlVmInnerLoop()
1494 ficl2IntegerDivideSymmetric(prod, z).quotient); in ficlVmInnerLoop()
1513 dataTop[0].i = FICL_2UNSIGNED_GET_LOW(qr.quotient); in ficlVmInnerLoop()
H A Dficl.h704 ficl2Unsigned quotient; member
710 ficl2Integer quotient; member
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dldivide.S70 rcll $1,%edx / numerator * 2 (also quotient)
74 incl %eax / turn on quotient bit for now
79 decl %eax / turn quotient bit off
83 / at this point, %edx:%eax has the quotient and %edi:%esi has the remainder
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dremquol.S64 movl %eax,(%rdi) / last 3 significant bits of quotient
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dremquo.S66 movl %eax,0(%ecx) / last 3 significant bits of quotient
H A Dremquof.S66 movl %eax,0(%ecx) / last 3 significant bits of quotient
H A Dremquol.S66 movl %eax,0(%ecx) / last 3 significant bits of quotient
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c226 dt_divide_128(uint64_t *dividend, uint64_t divisor, uint64_t *quotient) in dt_divide_128() argument
265 quotient[0] = result[0]; in dt_divide_128()
266 quotient[1] = result[1]; in dt_divide_128()
/illumos-gate/usr/src/cmd/look/
H A Dwords18523 quotient
/illumos-gate/usr/src/cmd/spell/
H A Dlist18522 quotient
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt15497 the quotient. This was a longstanding bug and it fixes several