Searched refs:subtrahend (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/common/ficl/ |
H A D | double.c | 303 ficl2Unsigned subtrahend; in ficl2UnsignedDivide() local 309 subtrahend.low = y; in ficl2UnsignedDivide() 310 subtrahend.high = 0; in ficl2UnsignedDivide() 315 while ((ficl2UnsignedCompare(subtrahend, q) < 0) && in ficl2UnsignedDivide() 316 (subtrahend.high & FICL_CELL_HIGH_BIT) == 0) { in ficl2UnsignedDivide() 318 subtrahend = ficl2UnsignedArithmeticShiftLeft(subtrahend); in ficl2UnsignedDivide() 322 if (ficl2UnsignedCompare(subtrahend, q) <= 0) { in ficl2UnsignedDivide() 323 q = ficl2UnsignedSubtract(q, subtrahend); in ficl2UnsignedDivide() 327 subtrahend = ficl2UnsignedArithmeticShiftRight(subtrahend); in ficl2UnsignedDivide()
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_timers.c | 81 evSubTime(struct timespec minuend, struct timespec subtrahend) { in evSubTime() argument 84 x.tv_sec = minuend.tv_sec - subtrahend.tv_sec; in evSubTime() 85 if (minuend.tv_nsec >= subtrahend.tv_nsec) in evSubTime() 86 x.tv_nsec = minuend.tv_nsec - subtrahend.tv_nsec; in evSubTime() 88 x.tv_nsec = BILLION - subtrahend.tv_nsec + minuend.tv_nsec; in evSubTime()
|
/illumos-gate/usr/src/lib/fm/libdiagcode/common/ |
H A D | diagcode.c | 1341 unsigned short subtrahend; in bitv_sub() local 1347 subtrahend = bf + ((val >> (i * 8)) & 0xff); in bitv_sub() 1349 subtrahend = bf; in bitv_sub() 1350 if (subtrahend > minuend) { in bitv_sub() 1356 bv->v[i] = minuend - subtrahend; in bitv_sub() 1374 unsigned short subtrahend; in bitv_ge() local 1380 subtrahend = bf + ((val >> (i * 8)) & 0xff); in bitv_ge() 1382 subtrahend = bf; in bitv_ge() 1383 if (subtrahend > minuend) in bitv_ge()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_consume.c | 155 dt_subtract_128(uint64_t *minuend, uint64_t *subtrahend, uint64_t *difference) in dt_subtract_128() argument 159 result[0] = minuend[0] - subtrahend[0]; in dt_subtract_128() 160 result[1] = minuend[1] - subtrahend[1] - in dt_subtract_128() 161 (minuend[0] < subtrahend[0] ? 1 : 0); in dt_subtract_128() 230 uint64_t subtrahend[2]; in dt_divide_128() local 243 subtrahend[0] = divisor; in dt_divide_128() 244 subtrahend[1] = 0; in dt_divide_128() 251 dt_shift_128(subtrahend, 128 - log); in dt_divide_128() 255 if (dt_ge_128(remainder, subtrahend)) { in dt_divide_128() 256 dt_subtract_128(remainder, subtrahend, remainder); in dt_divide_128() [all …]
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 21921 subtrahend
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 21922 subtrahend
|