Searched refs:_dec (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/ |
H A D | Scalar.pm | 228 sub _dec subroutine
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/ |
H A D | bigintc.t | 305 # _inc and _dec 311 $C->_dec($x); ok ($C->_str($x),$_); 318 $C->_dec($x); ok ($C->_str($x),$_); 325 $C->_dec($x); ok ($C->_str($x),$_); 329 $C->_dec($x); ok ($C->_str($x),'1000'); 342 $x = $C->_new($x); $C->_dec($x); ok ($C->_str($x),$z);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/ |
H A D | Calc.pm | 335 sub _dec subroutine 1444 _dec($c, $x); 1449 _dec($c, $x); 1535 _dec($c,$x) if _acmp($c,$y,_mul($c,_copy($c,$x),$x)) < 0; # overshot? 1629 _dec($c,$trial); 1636 _dec ($c, $trial); 2021 _dec(obj) decrement object by one (input is garant. to be > 0) 2091 underflow (f.i. in C<_sub()>, C<_dec()>) nor about division by zero or similar
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigFloat.pm | 681 $MBI->_dec($x->{_m}); 718 $MBI->_dec($x->{_m});
|
H A D | BigInt.pm | 1163 $x->{value} = $CALC->_dec($x->{value}); 1195 $x->{value} = $CALC->_dec($x->{value});
|
Completed in 33 milliseconds