Searched defs:_and (Results 1 - 2 of 2) 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/
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

Completed in 25 milliseconds