Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c7689 Int theInt; /* result accumulator */ local
7706 theInt=0; /* ready to accumulate */
7723 theInt=QUOT10(*up, count);
7724 rem=*up-theInt*powers[count];
7727 theInt=*up/powers[count];
7738 if (got==0) {theInt=*up; got+=DECDPUN; up++;} /* ensure lsu is there */
7741 Int save=theInt;
7744 theInt+=*up*powers[got];
7748 if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1)) ilength=11;
7750 else if (neg && theInt>1999999997) ilength=11;
[all …]