Searched refs:AND_BITS (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm41 my ($AND_BITS,$XOR_BITS,$OR_BITS);
97 return ($BASE_LEN, $AND_BITS, $XOR_BITS, $OR_BITS, $BASE_LEN_SMALL, $MAX_VAL);
152 $AND_BITS = 15; $XOR_BITS = 15; $OR_BITS = 15;
164 $AND_BITS++;
165 $x = oct('0b' . '1' x $AND_BITS); $y = $x & $x;
166 $z = (2 ** $AND_BITS) - 1;
167 } while ($AND_BITS < $max && $x == $z && $y == $x);
168 $AND_BITS --; # retreat one step
203 $AND_MASK = __PACKAGE__->_new( ( 2 ** $AND_BITS ));
1671 # this is when the AND_BITS ar
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigintc.t16 my ($BASE_LEN, $AND_BITS, $XOR_BITS, $OR_BITS, $BASE_LEN_SMALL, $MAX_VAL) =
21 print "# AND_BITS = $AND_BITS\n";

Completed in 17 milliseconds