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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 4241 Unit thisunit; /* current unit being accumulated */ local
4502 thisunit=0; /* current unit assumed 0 */
4528 thisunit++; /* as though subtracted */
4545 thisunit=(Unit)(thisunit+mult); /* accumulate */
4566 if (accunits!=0 || thisunit!=0) { /* is first or non-zero */
4567 *accnext=thisunit; /* store in accumulator */
4571 for (pow=&powers[1]; thisunit>=*pow; pow++) accdigits++;
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 4241 Unit thisunit; /* current unit being accumulated */ local
4502 thisunit=0; /* current unit assumed 0 */
4528 thisunit++; /* as though subtracted */
4545 thisunit=(Unit)(thisunit+mult); /* accumulate */
4566 if (accunits!=0 || thisunit!=0) { /* is first or non-zero */
4567 *accnext=thisunit; /* store in accumulator */
4571 for (pow=&powers[1]; thisunit>=*pow; pow++) accdigits++;
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 4241 Unit thisunit; /* current unit being accumulated */ local
4502 thisunit=0; /* current unit assumed 0 */
4528 thisunit++; /* as though subtracted */
4545 thisunit=(Unit)(thisunit+mult); /* accumulate */
4566 if (accunits!=0 || thisunit!=0) { /* is first or non-zero */
4567 *accnext=thisunit; /* store in accumulator */
4571 for (pow=&powers[1]; thisunit>=*pow; pow++) accdigits++;
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 4241 Unit thisunit; /* current unit being accumulated */ local
4502 thisunit=0; /* current unit assumed 0 */
4528 thisunit++; /* as though subtracted */
4545 thisunit=(Unit)(thisunit+mult); /* accumulate */
4566 if (accunits!=0 || thisunit!=0) { /* is first or non-zero */
4567 *accnext=thisunit; /* store in accumulator */
4571 for (pow=&powers[1]; thisunit>=*pow; pow++) accdigits++;

Completed in 66 milliseconds