Lines Matching defs:blsft
3327 $n = $class -> bone() -> blsft($n + $three) -> bsub($three);
3722 sub blsft {
3729 # in $x->blsft(3) or $x->blog(3, undef) means use the default base 2.
3741 return $x if $x -> modify('blsft');
3750 return $upgrade -> blsft($x, $y, $b, @r)
3760 # blsft($x, -$y, $b) = brsft($x, $y, $b)
3857 # in $x->blsft(3) or $x->blog(3, undef) means use the default base 2.
3888 # brsft($x, -$y, $b) = blsft($x, $y, $b)
3890 return $x -> blsft($y -> copy() -> bneg(), $b, @r) if $y -> is_neg();
4811 $mant = $mant -> blsft($c - $ndigmant, 10, @r);
6631 $x->blsft($n); # left shift $n places in base 2
6632 $x->blsft($n,$b); # left shift $n places in base $b
7843 =item blsft()
7847 $x->blsft($n); # left shift $n places in base 2
7848 $x->blsft($n, $b); # left shift $n places in base $b