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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigratpm.inc87 } elsif ($f eq "bacmp") {
88 $try .= '$x->bacmp($y);';
799 &bacmp
H A Dbigrat.t149 ok ($x->bacmp($y),1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm485 sub bacmp subroutine
498 return $upgrade->bacmp($x,$y) if defined $upgrade &&
914 last if $next->bacmp($limit) <= 0;
1051 while ($x->bacmp($HALF) <= 0)
1055 while ($x->bacmp($two) >= 0)
1395 my $cmp = $x->bacmp($y); # equal or $x < $y?
1641 && ($xas->bacmp($gs * $gs) == 0)) # guess hit the nail on the head?
1851 last if $next->bacmp($limit) <= 0;
2492 $x->bacmp($y); # compare absolutely (undef,<0,=0,>0)
2632 C<is_nan()>) return true or false, while others (C<bcmp()>, C<bacmp()>)
[all...]
H A DBigRat.pm638 if ($x->{_n}->bacmp($x->{_d}) < 0)
663 if ($x->{_n}->bacmp($x->{_d}) < 0)
1134 sub bacmp subroutine
1157 $t->bacmp($u);
H A DBigInt.pm1026 sub bacmp subroutine
1040 return $upgrade->bacmp($x,$y) if defined $upgrade &&
2603 $x->bacmp($y); # compare absolutely (undef,<0,=0,>0)
2742 C<is_nan()>) return true or false, while others (C<bcmp()>, C<bacmp()>)
2997 =head2 bacmp
2999 $x->bacmp($y);

Completed in 39 milliseconds