Lines Matching defs:bmod
60 '%' => sub { $_[2] ? ref($_[0]) -> new($_[1]) -> bmod($_[0])
61 : $_[0] -> copy() -> bmod($_[1]); },
82 '%=' => sub { $_[0] -> bmod($_[1]); },
2551 sub bmod {
2559 return $x if $x -> modify('bmod');
2591 return $upgrade -> bmod($x, $y, @r)
2705 $x = $x->bmod($y);
2735 $x = $x -> bmod($y) if $x->{sign} ne $y->{sign};
2765 # Modulo zero. See documentation for Math::BigInt's bmod() method.
4801 my $c = $expo -> copy() -> bdec() -> bmod(3) -> binc();
6604 $x->bmod($y); # modulus (x % y)
7478 =item bmod()
7480 $x->bmod($y); # modulus (x % y)