Searched refs:quotient (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libc/i386/gen/ |
H A D | ldivide.s | 70 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
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | pack.t | 230 my $quotient = int (100 * ($y - $big) / $big); 231 ok($quotient < 2 && $quotient > -2, 232 "Round trip pack, unpack 'w' of $big is withing 1% ($quotient%)");
|
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_consume.c | 201 dt_divide_128(uint64_t *dividend, uint64_t divisor, uint64_t *quotient) argument 240 quotient[0] = result[0]; 241 quotient[1] = result[1];
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigInt.pm | 2629 $x->bdiv($y); # divide, set $x to quotient 3066 $x->bdiv($y); # divide, set $x to quotient 4022 It prints both quotient and remainder since print calls C<bdiv()> in list 4031 The quotient is always the greatest integer less than or equal to the 4032 real-valued quotient of the two operands, and the remainder (when it is 4050 values of bdiv() the quotient and remainder. The only exception to this rule
|
H A D | BigFloat.pm | 2519 $x->bdiv($y); # divide, set $x to quotient 2928 It prints both quotient and reminder since print works in list context. Also,
|
Completed in 58 milliseconds