Searched refs:bround (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm581 return $x->bround($a,$p,$r) if $y->is_zero(); # x+0
677 return $x->bnorm()->bround(@r);
683 return $x->bnorm()->bround(@r);
834 $x->bround($params[0],$params[2]); # then round accordingly
907 $next = $over->copy->bround($scale+4)->bdiv(
908 $below->copy->bmul($factor)->bround($scale+4),
1334 $x->bround($params[0],$params[2]); # then round accordingly
1573 $x->bround($params[0],$params[2]); # then round accordingly
1649 $x->bround($params[0],$params[2]); # then round accordingly
1737 $x->bround(
2048 sub bround subroutine
[all...]
H A DBigInt.pm286 $x->bround($a) if $a; # not for undef, 0
418 # used by bround() and bfround(), may return undef for scale (means no op)
429 # used by bround() and bfround(), may return undef for scale (means no op)
939 $self->bround($a,$r) if !defined $self->{_a} || $self->{_a} >= $a;
2021 $x->bround( $x->length()-$scale, $mode) if $scale > 0;
2030 # internal, used by bround()
2048 $x->bround(@_);
2051 sub bround subroutine
2062 return $x if $x->modify('bround');
2652 $x->bround(
[all...]
H A DBigRat.pm324 # 'forget' that parts were rounded via MBI::bround() in MBF's bfround()
1083 sub bround subroutine
1416 =head2 bround()/round()/bfround()

Completed in 45 milliseconds