Home
last modified time | relevance | path

Searched refs:_is_odd (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dbigints.t63 is($class->_is_odd($class->_one()), 1,
64 "$class->_is_odd($class->_one())");
65 is($class->_is_odd($class->_zero()), 0,
66 "$class->_is_odd($class->_zero())");
H A Dbigintc.t118 ok( $LIB->_is_odd($LIB->_one()), qq/$LIB->_is_odd($LIB->_one()) is true/);
119 ok(! $LIB->_is_odd($LIB->_zero()), qq/$LIB->_is_odd($LIB->_zero()) is false/);
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/
H A DScalar.pm243 sub _is_odd { subroutine
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/
H A DFastCalc.xs287 _is_odd = 1
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/
H A Dbigintfc.t118 ok( $LIB->_is_odd($LIB->_one()), qq/$LIB->_is_odd($LIB->_one()) is true/);
119 ok(! $LIB->_is_odd($LIB->_zero()), qq/$LIB->_is_odd($LIB->_zero()) is false/);
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigFloat.pm1457 ($LIB->_is_odd($x->{_m}))) ? 1 : 0;
2531 $new_sign = $LIB -> _is_odd($y1) ? '-' : '+' if $x->{sign} ne '+';
3718 $n++ if ($l % 2 xor $LIB -> _is_odd($x->{_e}));
H A DBigRat.pm1290 ($LIB->_is_one($x->{_d}) && $LIB->_is_odd($x->{_n})); # x/2 is not, but 3/1
H A DBigInt.pm1617 $LIB->_is_odd($x->{value});
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
H A DCalc.pm1057 sub _is_odd { subroutine
H A DLib.pm468 sub _is_odd { subroutine