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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c7952 uInt maxuint; /* .. */ local
8001 if (d>DECDPUN) maxuint=DECDPUNMAX;
8003 maxuint=powers[d]-1;
8011 if (*up>maxuint) {
8013 printf("Bad Unit [%08lx] in %ld-digit number at offset %ld [maxuint %ld].\n",
8014 (LI)*up, (LI)dn->digits, (LI)(up-dn->lsu), (LI)maxuint);

Completed in 111 milliseconds