Searched refs:_mod (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Lib/ |
| D | Minimal.pm | 222 $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/ |
| D | Scalar.pm | 98 sub _mod { subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/ |
| D | Calc.pm | 663 $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);
|
| D | Lib.pm | 66 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/ |
| D | bigintfc.t | 600 # _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/ |
| D | bigintc.t | 600 # _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/ |
| D | BigInt.pm | 2597 $x -> {value} = $LIB -> _mod($x -> {value}, $y -> {value}); 2651 $x -> {value} = $LIB -> _mod($x -> {value}, $y -> {value});
|
| D | BigFloat.pm | 2406 $x->{_m} = $LIB->_mod($x->{_m}, $ym); 5195 my $mod = $LIB -> _mod($LIB -> _copy($eabs), $LIB -> _new("3"));
|