Lines Matching defs:bfround
1712 # bnorm() can't support rounding, because bround() and bfround() call
2283 $x = $x->bfround($params[1], $params[2]); # then round accordingly
2710 $x = $x -> bfround($params[1], $params[2]); # then round accordingly
2924 $x = $x -> bfround($params[1], $params[2]); # then round accordingly
3377 $x = $x->bfround($params[1], $params[2]); # then round accordingly
3556 $x = $x->bfround($params[1], $params[2]); # then round accordingly
3741 $x = $x->bfround($params[1], $params[2]); # then round accordingly
3883 $x = $x->bfround($params[1], $params[2]); # then round accordingly
4349 sub bfround {
4356 return $x if $x->modify('bfround'); # no-op
5533 $mant = $mant -> bfround(0);
5554 $mant = $mant -> bmul($const) -> bfround(0);
6190 $x = $x->bfround($params[1], $params[2]); # then round accordingly
6365 $x->bfround($n); # $n > 0: round to $nth digit left of dec. point
6551 L<Math::BigInt/round()>, L<Math::BigInt/bround()> or L<Math::BigInt/bfround()>
6842 =item bfround ( +$scale )
6847 =item bfround ( -$scale )
6851 =item bfround ( 0 )