Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c7690 Int theInt; /* result accumulator */ local
7707 theInt=0; /* ready to accumulate */
7724 theInt=QUOT10(*up, count);
7725 rem=*up-theInt*powers[count];
7728 theInt=*up/powers[count];
7739 if (got==0) {theInt=*up; got+=DECDPUN; up++;} /* ensure lsu is there */
7742 Int save=theInt;
7745 theInt+=*up*powers[got];
7749 if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1)) ilength=11;
7751 else if (neg && theInt>1999999997) ilength=11;
[all …]