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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm80 '~' => sub { $_[0]->copy()->bnot(); },
1276 sub bnot subroutine
1283 return $x if $x->modify('bnot');
2622 $x->bnot(); # two's complement (bit wise not)
2645 $x->bnot(); # bitwise not (two's complement)
3034 =head2 bnot
3036 $x->bnot();
3129 =head2 bnot
3131 $x->bnot(); # bitwise not (two's complement)
H A DBigFloat.pm411 #sub bnot
413 # $class->SUPER::bnot($class,@_);
2512 $x->bnot(); # two's complement (bit wise not)
2534 $x->bnot(); # bit-wise not (two's complement)

Completed in 35 milliseconds