Searched refs:_acmp (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigintc.t165 # _acmp
168 ok ($C->_acmp($x,$y),-1);
169 ok ($C->_acmp($y,$x),1);
170 ok ($C->_acmp($x,$x),0);
171 ok ($C->_acmp($y,$y),0);
174 ok ($C->_acmp($x,$y),0);
176 ok ($C->_acmp($x,$y),1);
177 ok ($C->_acmp($y,$x),-1);
180 ok ($C->_acmp($x,$y),-1);
181 ok ($C->_acmp(
[all...]
H A Dbigints.t82 # _acmp
85 ok ($C->_acmp($x,$y),-1);
86 ok ($C->_acmp($y,$x),1);
87 ok ($C->_acmp($x,$x),0);
88 ok ($C->_acmp($y,$y),0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm917 sub _acmp subroutine
1330 while (_acmp($step,$n) <= 0)
1377 my $cmp = _acmp($c,$x,$base); # X == BASE => 1
1407 my $a = _acmp($x,$trial,$x_org);
1420 $a = _acmp($x,$trial,$x_org);
1435 while (($a = _acmp($c,$trial,$x_org)) < 0)
1446 $a = _acmp($c,$trial,$x_org);
1525 while (_acmp($c,$last,$x) != 0 && _acmp($c,$lastlast,$x) != 0)
1535 _dec($c,$x) if _acmp(
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm238 sub _acmp subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm480 my $rc = $MBI->_acmp($xm,$ym);
544 $MBI->_acmp($xm,$ym);
1126 my $a = $MBI->_acmp($x,$y);
2356 if ($MBI->_acmp($x->{_e},$z) >= 0)
H A DBigInt.pm1019 return $CALC->_acmp($x->{value},$y->{value});
1023 $CALC->_acmp($y->{value},$x->{value}); # swaped acmp (lib returns 0,1,-1)
1051 $CALC->_acmp($x->{value},$y->{value}); # lib does only 0,1,-1
1098 my $a = $CALC->_acmp ($y->{value},$x->{value}); # absolute compare

Completed in 31 milliseconds