Home
last modified time | relevance | path

Searched refs:_mod (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Lib/
DMinimal.pm222 $rem = $c->_mod($c->_copy($x), $yorg) if wantarray;
364 sub _mod { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/
DScalar.pm98 sub _mod { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
DCalc.pm663 $rem = $c->_mod($c->_copy($x), $yorg) if wantarray;
819 $rem = $c->_mod($c->_copy($x), $yorg) if wantarray;
1157 sub _mod { subroutine
2475 $t = $c->_mod($t, $mod);
2478 $acc = $c->_mod($acc, $mod);
2507 $c->_mod($x, $y);
DLib.pm66 return $class -> _mod($x, $y);
505 sub _mod {
1921 $t = $class -> _mod($t, $mod);
1924 $acc = $class -> _mod($acc, $mod);
1959 $x = $class -> _mod($x, $y);
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/
Dbigintfc.t600 # _mod
604 is($LIB->_str(scalar($LIB->_mod($x, $y))), 1,
605 qq|$LIB->_str(scalar($LIB->_mod(\$x, \$y))) = 1|);
609 is($LIB->_str(scalar($LIB->_mod($x, $y))), 0,
610 qq|$LIB->_str(scalar($LIB->_mod(\$x, \$y))) = 0|);
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
Dbigintc.t600 # _mod
604 is($LIB->_str(scalar($LIB->_mod($x, $y))), 1,
605 qq|$LIB->_str(scalar($LIB->_mod(\$x, \$y))) = 1|);
609 is($LIB->_str(scalar($LIB->_mod($x, $y))), 0,
610 qq|$LIB->_str(scalar($LIB->_mod(\$x, \$y))) = 0|);
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
DBigInt.pm2597 $x -> {value} = $LIB -> _mod($x -> {value}, $y -> {value});
2651 $x -> {value} = $LIB -> _mod($x -> {value}, $y -> {value});
DBigFloat.pm2406 $x->{_m} = $LIB->_mod($x->{_m}, $ym);
5195 my $mod = $LIB -> _mod($LIB -> _copy($eabs), $LIB -> _new("3"));