Searched defs:_acmp (Results 1 - 2 of 2) sorted by relevance

/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/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...]

Completed in 22 milliseconds