Searched refs:dividend (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_consume.c | 196 * loop, comparing subtrahend to dividend: if subtrahend is smaller, we 201 dt_divide_128(uint64_t *dividend, uint64_t divisor, uint64_t *quotient) argument 215 remainder[0] = dividend[0]; 216 remainder[1] = dividend[1];
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigInt.pm | 1468 # (dividend: BINT or num_str, divisor: BINT or num_str) return 3387 max($Math::BigFloat::div_scale,length(dividend)+length(divisor)) 3389 result has at most max(scale, length(dividend), length(divisor)) digits 3391 scale = max(scale, length(dividend)-1,length(divisor)-1); 3392 scale += length(divisior) - length(dividend); 3395 number of "significant digits" in dividend and divisor, which is derived 3483 If either the dividend's or the divisor's mantissa has more digits than
|
Completed in 26 milliseconds