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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigintc.t52 $C->_inc($x1);
305 # _inc and _dec
308 $x = $C->_new("$_"); $C->_inc($x);
315 $x = $C->_new("$_"); $C->_inc($x);
322 $x = $C->_new("$_"); $C->_inc($x);
328 $x = $C->_new("1000"); $C->_inc($x); ok ($C->_str($x),'1001');
339 $x = $C->_new($x); $C->_inc($x); ok ($C->_str($x),$z);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm221 sub _inc subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm320 sub _inc subroutine
1339 _mul($c,$cx,$step); _inc($c,$step);
2022 _inc(obj) increment object by one
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm676 $MBI->_inc($x->{_m});
710 $MBI->_inc($x->{_m});
2107 $MBI->_inc($x->{_m}) if $x->{sign} eq '-'; # increment if negative
2126 $MBI->_inc($x->{_m}) if $x->{sign} eq '+'; # increment if positive
H A DBigInt.pm1157 $x->{value} = $CALC->_inc($x->{value});
1181 $x->{value} = $CALC->_inc($x->{value});

Completed in 31 milliseconds