Searched refs:subtrahend (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/stand/ficl/ |
| HD | math64.c | 525 DPUNS subtrahend; in ficlLongDiv() local 531 subtrahend.lo = y; in ficlLongDiv() 532 subtrahend.hi = 0; in ficlLongDiv() 537 while ((m64Compare(subtrahend, q) < 0) && in ficlLongDiv() 538 (subtrahend.hi & CELL_HI_BIT) == 0) in ficlLongDiv() 541 subtrahend = m64ASL(subtrahend); in ficlLongDiv() 546 if (m64Compare(subtrahend, q) <= 0) in ficlLongDiv() 548 q = m64Sub( q, subtrahend); in ficlLongDiv() 552 subtrahend = m64ASR(subtrahend); in ficlLongDiv()
|
| /freebsd-11-stable/contrib/jemalloc/src/ |
| HD | nstime.c | 64 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) in nstime_subtract() argument 67 assert(nstime_compare(time, subtrahend) >= 0); in nstime_subtract() 69 time->ns -= subtrahend->ns; in nstime_subtract()
|
| /freebsd-11-stable/lib/libc/isc/ |
| HD | ev_timers.c | 97 evSubTime(struct timespec minuend, struct timespec subtrahend) { in evSubTime() argument 100 x.tv_sec = minuend.tv_sec - subtrahend.tv_sec; in evSubTime() 101 if (minuend.tv_nsec >= subtrahend.tv_nsec) in evSubTime() 102 x.tv_nsec = minuend.tv_nsec - subtrahend.tv_nsec; in evSubTime() 104 x.tv_nsec = BILLION - subtrahend.tv_nsec + minuend.tv_nsec; in evSubTime()
|
| /freebsd-11-stable/usr.sbin/newsyslog/ |
| HD | ptimes.c | 552 ptime_data *subtrahend) in ptimeget_diff() argument 556 if (minuend == NULL || subtrahend == NULL) in ptimeget_diff() 559 return (difftime(minuend->tsecs, subtrahend->tsecs)); in ptimeget_diff()
|
| /freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/ |
| HD | nstime.h | 35 void nstime_subtract(nstime_t *time, const nstime_t *subtrahend);
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_consume.c | 160 dt_subtract_128(uint64_t *minuend, uint64_t *subtrahend, uint64_t *difference) in dt_subtract_128() argument 164 result[0] = minuend[0] - subtrahend[0]; in dt_subtract_128() 165 result[1] = minuend[1] - subtrahend[1] - in dt_subtract_128() 166 (minuend[0] < subtrahend[0] ? 1 : 0); in dt_subtract_128() 235 uint64_t subtrahend[2]; in dt_divide_128() local 248 subtrahend[0] = divisor; in dt_divide_128() 249 subtrahend[1] = 0; in dt_divide_128() 256 dt_shift_128(subtrahend, 128 - log); in dt_divide_128() 260 if (dt_ge_128(remainder, subtrahend)) { in dt_divide_128() 261 dt_subtract_128(remainder, subtrahend, remainder); in dt_divide_128() [all …]
|
| /freebsd-11-stable/contrib/binutils/gas/doc/ |
| HD | internals.texi | 1289 the subtrahend will be resolved and @code{fx_subsy} set to @code{NULL} for 1296 Like @code{TC_FORCE_RELOCATION_SUB_SAME}, but used when the subtrahend is an 1301 Like @code{TC_FORCE_RELOCATION_SUB_ABS}, but the subtrahend is a symbol in the
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | ChangeLog | 1286 indicate success/failure of the analysis. Add negation to subtrahend
|
| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | ChangeLog-9295 | 6459 the subtrahend.
|
| /freebsd-11-stable/share/dict/ |
| HD | web2 | 193071 subtrahend
|