Searched refs:_find_round_parameters (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/ |
H A D | mbimbf.inc | 618 # find out whether _find_round_parameters is doing what's it's supposed to do 629 my @params = $x->_find_round_parameters(); 632 @params = $x->_find_round_parameters(1); 639 @params = $x->_find_round_parameters(undef,2); 646 eval { @params = $x->_find_round_parameters(undef,2,'foo'); }; 649 @params = $x->_find_round_parameters(undef,2,'+inf'); 656 @params = $x->_find_round_parameters(2,-2,'+inf'); 663 @params = $x->_find_round_parameters(undef,-2); 670 @params = $x->_find_round_parameters(1,undef);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigFloat.pm | 737 ($x,@params) = $x->_find_round_parameters($a,$p,$r); 739 # also takes care of the "error in _find_round_parameters?" case 779 # we also need to disable any set A or P on $x (_find_round_parameters took 831 # shortcut to not run through _find_round_parameters again 1277 ($x,@params) = $x->_find_round_parameters($a,$p,$r,$y); 1279 return $x if $x->is_nan(); # error in _find_round_parameters? 1330 # shortcut to not run through _find_round_parameters again 1479 ($x,@params) = $x->_find_round_parameters($a,$p,$r); 1481 return $x if $x->is_nan(); # error in _find_round_parameters? 1504 # we also need to disable any set A or P on $x (_find_round_parameters too [all...] |
H A D | BigInt.pm | 695 ($self,$self->{_a},$self->{_p}) = $self->_find_round_parameters(@_); 739 ($self,$self->{_a},$self->{_p}) = $self->_find_round_parameters(@_); 812 sub _find_round_parameters subroutine 884 # for speed reasons, _find_round_parameters is embeded here:
|
Completed in 33 milliseconds