Searched refs:bbrsft (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
H A D | BigRat.pm | 58 '>>' => sub { $_[2] ? ref($_[0]) -> new($_[1]) -> bbrsft($_[0]) 59 : $_[0] -> copy() -> bbrsft($_[1]); }, 77 '>>=' => sub { $_[0] -> bbrsft($_[1]); }, 1975 sub bbrsft { subroutine 1981 my $xint = Math::BigInt -> bbrsft($x, $y, @r);
|
H A D | BigInt.pm | 69 '>>' => sub { $_[2] ? ref($_[0]) -> new($_[1]) -> bbrsft($_[0]) 70 : $_[0] -> copy() -> bbrsft($_[1]); }, 88 '>>=' => sub { $_[0] -> bbrsft($_[1]); }, 4044 return $x -> bbrsft($y -> copy() -> bneg()) if $y -> is_neg(); 4065 sub bbrsft { subroutine
|
H A D | BigFloat.pm | 59 '>>' => sub { $_[2] ? ref($_[0]) -> new($_[1]) -> bbrsft($_[0]) 60 : $_[0] -> copy() -> bbrsft($_[1]); }, 78 '>>=' => sub { $_[0] -> bbrsft($_[1]); }, 4150 sub bbrsft { subroutine 4156 my $xint = Math::BigInt -> bbrsft($x, $y, @r);
|