Searched refs:is_odd (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/ |
H A D | BareCalc.pm | 29 is_zero is_one is_odd is_even is_one is_two is_ten check
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigRat.pm | 714 sub is_odd subroutine 720 ($x->{_d}->is_one() && $x->{_n}->is_odd()); # x/2 is not, but 3/1 853 return $y->is_odd() ? $x->round(@r) : $x->babs()->round(@r); 904 $pow2->bmul($x) if $y1->is_odd(); 1462 =head2 is_odd() 1464 print "$x is odd\n" if $x->is_odd();
|
H A D | BigInt.pm | 1333 sub is_odd subroutine 1675 $new_sign = $y->is_odd() ? '-' : '+' if ($x->{sign} ne '+'); 2376 acmp len digit is_one is_zero is_even is_odd 2594 $x->is_odd(); # if $x is odd 2741 Some routines (C<is_odd()>, C<is_even()>, C<is_zero()>, C<is_one()>, 2979 =head2 is_odd()/is_even()/is_int() 2981 $x->is_odd(); # true if odd, false for even
|
H A D | BigFloat.pm | 1190 sub is_odd subroutine 1918 $new_sign = $y->is_odd() ? '-' : '+' if ($x->{sign} ne '+'); 2485 $x->is_odd(); # true if odd, false for even 2631 Some routines (C<is_odd()>, C<is_even()>, C<is_zero()>, C<is_one()>,
|
Completed in 1121 milliseconds