Home
last modified time | relevance | path

Searched refs:_or (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
Dbigints.t130 # _and, _or, _xor
134 is($class->_str($class->_or($x, $y)), 7,
135 "$class->_str($class->_or($x, $y))");
Dbigintc.t612 # _and, _or, _xor
621 is($LIB->_str(scalar($LIB->_or($x, $y))), 7,
622 qq|$LIB->_str(scalar($LIB->_or(\$x, \$y))) = 7|);
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/
DScalar.pm189 sub _or { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/
Dbigintfc.t612 # _and, _or, _xor
621 is($LIB->_str(scalar($LIB->_or($x, $y))), 7,
622 qq|$LIB->_str(scalar($LIB->_or(\$x, \$y))) = 7|);
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
DLib.pm216 return $class -> _or($x, $y);
1218 sub _or {
DCalc.pm2230 sub _or { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
DBigInt.pm4171 $x->{value} = $LIB->_or($x->{value}, $y->{value});