Searched refs:_and (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm200 sub _and subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigints.t104 # _and, _or, _xor
107 $x = $C->_new("7"); $y = $C->_new("3"); ok ($C->_str( $C->_and($x,$y)),3);
H A Dbigintc.t354 # _and, _or, _xor
360 ok ($C->_str(scalar $C->_and($x,$y)),1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm149 # find out how many bits _and, _or and _xor can take (old default = 16)
155 # to make _and etc simpler (and faster for smaller, slower for large numbers)
1648 sub _and subroutine
1704 # make ints() from $xr, $yr (see _and())
1726 return $x if _acmp($c,$x,$y) == 0; # shortcut (see _and)
1740 # make ints() from $xr, $yr (see _and())
2057 _and(obj1,obj2) AND (bit-wise) object 1 with object 2
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm1799 $x->{value} = $CALC->_and($x->{value},$y->{value});

Completed in 26 milliseconds