Home
last modified time | relevance | path

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

/qemu/libdecnumber/
H A DdecNumber.c8137 uInt maxuint; /* .. */ local
8186 if (d>DECDPUN) maxuint=DECDPUNMAX;
8188 maxuint=powers[d]-1;
8196 if (*up>maxuint) {
8199 (LI)*up, (LI)dn->digits, (LI)(up-dn->lsu), (LI)maxuint);