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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm838 $x->bfround($params[1],$params[2]); # then round accordingly
1339 $x->bfround($params[1],$params[2]); # then round accordingly
1577 $x->bfround($params[1],$params[2]); # then round accordingly
1653 $x->bfround($params[1],$params[2]); # then round accordingly
1741 $x->bfround($params[1],$params[2]); # then round accordingly
1868 $x->bfround($params[1],$params[2]); # then round accordingly
1938 sub bfround subroutine
1945 return $x if $x->modify('bfround');
2541 $x->bfround($N); # precision: round to the $Nth digit
H A DBigInt.pm332 $x->bfround($p) if $p; # 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)
943 $self->bfround($p,$r) if !defined $self->{_p} || $self->{_p} <= $p;
2010 sub bfround subroutine
2018 return $x if !defined $scale || $x->modify('bfround'); # no-op
2653 $x->bfround($n); # round to $nth digit, no-op for BigInts
3152 =head2 bfround
3154 $x->bfround($N); # round to $Nth digit, no-op for BigInts
3495 against overflows. You must explicitely call bround(), bfround() o
[all...]
H A DBigRat.pm324 # 'forget' that parts were rounded via MBI::bround() in MBF's bfround()
1088 sub bfround subroutine
1416 =head2 bround()/round()/bfround()

Completed in 38 milliseconds