Searched refs:_is_two (Results 1 – 9 of 9) sorted by relevance
34 # * added _is_two(), _is_ten(), _ten()304 _is_two = 2
255 sub _is_two { subroutine
36 for my $method (qw(_is_zero _is_one _is_two _is_ten _num))
104 ok( $LIB->_is_two($LIB->_two()), qq|$LIB->_is_two($LIB->_two()) is true|);106 ok(! $LIB->_is_two($LIB->_ten()), qq|$LIB->_is_two($LIB->_ten()) is false|);
1067 sub _is_two { subroutine
480 sub _is_two {
1544 return $x->bsqrt(@r) if $LIB->_is_two($y->{_d}); # 1/2 => sqrt
3833 $is_two = $y->{sign} eq '+' && $LIB->_is_two($y->{_m})5946 $LIB->_is_two($x->{_m})))