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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm105 sub _lsft subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm473 $ym = $MBI->_lsft($ym, $MBI->_new($diff), 10);
478 $xm = $MBI->_lsft($xm, $MBI->_new(-$diff), 10);
537 $ym = $MBI->_lsft($ym, $MBI->_new($diff), 10);
542 $xm = $MBI->_lsft($xm, $MBI->_new(-$diff), 10);
605 $MBI->_lsft( $x->{_m}, $e, 10);
610 $MBI->_lsft($add, $e, 10);
667 $x->{_m} = $MBI->_lsft($x->{_m}, $x->{_e},10); # 1e2 => 100
701 $x->{_m} = $MBI->_lsft($x->{_m}, $x->{_e},10); # 1e2 => 100
801 $MBI->_lsft( $i, $x->{_e}, 10 ) unless $MBI->_is_zero($x->{_e});
1319 $MBI->_lsft(
[all...]
H A DBigInt.pm1710 $x->{value} = $CALC->_lsft($x->{value},$y->{value},$n);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigintc.t145 # _lsft, _rsft
147 ok ($C->_str($C->_lsft($x,$y,10)),10000);
149 ok ($C->_str($C->_lsft($x,$y,10)),20000);
152 ok ($C->_str($C->_lsft($x,$y,2)), 128 << 4);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm1213 sub _lsft subroutine
1494 # construct $x (instead of _lsft($c,$x,$l,10)
2053 _lsft(obj,N,B) shift object in base B by N 'digits' left

Completed in 31 milliseconds