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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 4221 Unit *accnext; /* -> where next digit will go */ local
4500 accnext=acc+acclength-1; /* -> msu of acc [NB: allows digits+1] */
4567 *accnext=thisunit; /* store in accumulator */
4575 accnext--; /* ready for next */
4598 /* if early stop), starting at accnext+1 (its lsu) */
4604 *accnext=0; /* .. whose value is 0 */
4606 else accnext++; /* back to last placed */
4607 /* accnext now -> lowest unit of result */
4619 Unit lsu=*accnext;
4634 accunits=decShiftToLeast(accnext, accunits, drop)
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 4221 Unit *accnext; /* -> where next digit will go */ local
4500 accnext=acc+acclength-1; /* -> msu of acc [NB: allows digits+1] */
4567 *accnext=thisunit; /* store in accumulator */
4575 accnext--; /* ready for next */
4598 /* if early stop), starting at accnext+1 (its lsu) */
4604 *accnext=0; /* .. whose value is 0 */
4606 else accnext++; /* back to last placed */
4607 /* accnext now -> lowest unit of result */
4619 Unit lsu=*accnext;
4634 accunits=decShiftToLeast(accnext, accunits, drop)
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 4221 Unit *accnext; /* -> where next digit will go */ local
4500 accnext=acc+acclength-1; /* -> msu of acc [NB: allows digits+1] */
4567 *accnext=thisunit; /* store in accumulator */
4575 accnext--; /* ready for next */
4598 /* if early stop), starting at accnext+1 (its lsu) */
4604 *accnext=0; /* .. whose value is 0 */
4606 else accnext++; /* back to last placed */
4607 /* accnext now -> lowest unit of result */
4619 Unit lsu=*accnext;
4634 accunits=decShiftToLeast(accnext, accunits, drop)
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 4221 Unit *accnext; /* -> where next digit will go */ local
4500 accnext=acc+acclength-1; /* -> msu of acc [NB: allows digits+1] */
4567 *accnext=thisunit; /* store in accumulator */
4575 accnext--; /* ready for next */
4598 /* if early stop), starting at accnext+1 (its lsu) */
4604 *accnext=0; /* .. whose value is 0 */
4606 else accnext++; /* back to last placed */
4607 /* accnext now -> lowest unit of result */
4619 Unit lsu=*accnext;
4634 accunits=decShiftToLeast(accnext, accunits, drop)
    [all...]

Completed in 32 milliseconds