Searched refs:_mod (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm110 sub _mod subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm555 $rem = _mod($c,[ @$x ],$yorg) if wantarray;
749 $rem = _mod($c,[ @$x ],$yorg) if wantarray;
1100 sub _mod subroutine
1927 # $num = _mod($c,$num,$mod); # this does not make it faster
1938 $t = _mod($c,$t,$mod);
1941 $acc = _mod($c,$acc,$mod);
1955 $y = _mod($c, $x, $y);
2060 _mod(obj,obj) Return remainder of div of the 1st by the 2nd object
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigintc.t348 # _mod
350 ok ($C->_str(scalar $C->_mod($x,$y)),1);
352 ok ($C->_str(scalar $C->_mod($x,$y)),0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm1440 $x->{_m} = $MBI->_mod( $x->{_m}, $ym);
H A DBigInt.pm1548 $x->{value} = $CALC->_mod($x->{value},$y->{value});

Completed in 31 milliseconds