Home
last modified time | relevance | path

Searched refs:maxuint (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
H A Duniqnum.t203 my $maxuint = ~0;
207 my @nums = ($maxuint, $maxuint-1, -1, $maxint, $minint, 1 );
230 if($maxuint !~ /\A[0-9]+\z/) {
231 skip( "Perl $] doesn't stringify UV_MAX right ($maxuint)", 1 );
/openbsd-src/gnu/gcc/libdecnumber/
H A DdecNumber.c5769 uInt maxuint; /* .. */ local
5836 maxuint = DECDPUNMAX;
5839 maxuint = powers[d] - 1;
5849 if (*up > maxuint)
5853 *up, up - dn->lsu, maxuint);