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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigintpl.t237 &bmod
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dinf_nan.t38 7 * 6 * 2 * 4 * 1; # bmod
320 # bmod and bdiv in list context
329 # bmod
330 my $m = $tmod->bmod($y);
332 # bmod() agrees with bdiv?
335 # bmod() return agrees with set value?
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigRat.pm565 sub bmod subroutine
1420 =head2 bmod()
1425 print $x->bmod($y);
1550 =item bmod(), blog(), bmodinv() and bmodpow() (partial)
H A DBigInt.pm52 '%=' => sub { $_[0]->bmod($_[1]); },
93 $_[2] ? ref($_[0])->new($_[1])->bmod($_[0]) : $_[0]->copy->bmod($_[1]);
1423 # helper function that handles +-inf cases for bdiv()/bmod() to reuse code
1524 sub bmod subroutine
1537 return $x if $x->modify('bmod');
1591 $x->bmod($y) if $x->{sign} eq '-';
1598 $x->bmod($y); # calc real result
2632 $x->bmod($y); # modulus (x % y)
3069 =head2 bmod
[all...]
H A DBigFloat.pm1351 $rem->bmod($y,@params); # copy already done
1367 sub bmod subroutine
2522 $x->bmod($y); # modulus ($x % $y)

Completed in 28 milliseconds