Lines Matching refs:is_odd
1612 sub is_odd { subroutine
2795 if ($num->{sign} eq '-' && $exp->is_odd()) {
2865 return $x -> round(@r) if $y -> is_odd();
2894 return $x -> round(@r) if $y -> is_odd();
2911 $x->{sign} = $x -> is_negative() && $y -> is_odd() ? '-' : '+';
3786 if ($x -> is_negative() && $y -> is_odd() ||
3828 return $x -> bneg(@r) if $b -> is_one("-") && $y -> is_odd();
3840 $neg = 1 if $y -> is_odd();
3905 return $y -> is_odd() ? $x -> bzero(@r)
3908 return $y -> is_odd() ? $x -> bone("-", @r)
3962 return $x -> bneg(@r) if $b -> is_one("-") && $y -> is_odd();