Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c8136 uInt maxuint; /* .. */ local
8185 if (d>DECDPUN) maxuint=DECDPUNMAX;
8187 maxuint=powers[d]-1;
8195 if (*up>maxuint) {
8198 (LI)*up, (LI)dn->digits, (LI)(up-dn->lsu), (LI)maxuint);