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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c7537 Int theInt; /* result accumulator */ local
7554 theInt=0; /* ready to accumulate */
7571 theInt=QUOT10(*up, count);
7572 rem=*up-theInt*powers[count];
7575 theInt=*up/powers[count];
7586 if (got==0) {theInt=*up; got+=DECDPUN; up++;} /* ensure lsu is there */
7589 Int save=theInt;
7592 theInt+=*up*powers[got];
7596 if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1)) ilength=11;
7598 else if (neg && theInt>199999999
[all...]

Completed in 110 milliseconds