Searched refs:bxor (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm53 '^=' => sub { $_[0]->bxor($_[1]); },
111 $_[2] ? ref($_[0])->new($_[1])->bxor($_[0]) : $_[0]->copy->bxor($_[1]);
1854 sub bxor subroutine
1867 return $x if $x->modify('bxor');
2644 $x->bxor($y); # bitwise exclusive or
3125 =head2 bxor
3127 $x->bxor($y); # bitwise exclusive or
H A DBigFloat.pm410 # band(), bior(), bxor(), too
2533 $x->bxor($y); # bit-wise exclusive or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c2233 dSP; dATARGET; tryAMAGICbin(bxor,opASSIGN);

Completed in 49 milliseconds