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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm55 '|=' => sub { $_[0]->bior($_[1]); },
108 $_[2] ? ref($_[0])->new($_[1])->bior($_[0]) : $_[0]->copy->bior($_[1]);
1813 sub bior subroutine
1826 return $x if $x->modify('bior');
1834 # the sign of X follows the sign of X, e.g. sign of Y irrelevant for bior()
2643 $x->bior($y); # bitwise inclusive or
3121 =head2 bior
3123 $x->bior($y); # bitwise inclusive or
H A DBigFloat.pm410 # band(), bior(), bxor(), too
2532 $x->bior($y); # bit-wise inclusive or

Completed in 34 milliseconds