HomeSort by: relevance | last modified time | path
    Searched defs:theInt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 7537 Int theInt; /* result accumulator */
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>1999999997) ilength=11
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 7537 Int theInt; /* result accumulator */
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>1999999997) ilength=11
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 7537 Int theInt; /* result accumulator */
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>1999999997) ilength=11
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 7537 Int theInt; /* result accumulator */
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>1999999997) ilength=11
    [all...]

Completed in 86 milliseconds