Home
last modified time | relevance | path

Searched refs:is_odd (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm1612 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)
[all …]
H A DBigRat.pm1285 sub is_odd { subroutine
1493 return $x if $y->is_odd();
1530 return $x if $y -> is_odd();
H A DBigFloat.pm1451 sub is_odd { subroutine
2486 return $x if $y -> is_odd();
2522 return $x if $y -> is_odd();
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/
H A DFastCalc.xs26 # * is_zero/is_one/is_odd/is_even/len work now (pass v1.61 tests)
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dbigints.t61 # is_odd, is_even
H A Dbigratpm.inc697 &is_odd
H A Dupgrade.inc323 &is_odd
H A Dbigfltpm.inc2255 &is_odd
H A Dbigintc.t116 # is_odd, is_even
H A Dbigintpm.inc1119 &is_odd
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/
H A Dbigintfc.t116 # is_odd, is_even