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

  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 186 Int divunits, accunits; /* lengths */ local
345 accunits=(Int)(msua-lsua+1); /* [maybe 0] */
349 if (accunits<divunits) {
350 if (accunits==0) msua++; /* restore */
361 if (accunits==divunits) {
405 else { /* accunits>divunits */
decNumber.c 4223 Int accunits; /* count of units accumulated */ local
4498 accunits=0; /* no units accumulated yet */
4566 if (accunits!=0 || thisunit!=0) { /* is first or non-zero */
4569 if (accunits==0) {
4574 accunits++; /* update count */
4600 /* accunits is the number of digits collected in acc */
4601 if (accunits==0) { /* acc is 0 */
4602 accunits=1; /* show have a unit .. */
4634 accunits=decShiftToLeast(accnext, accunits, drop)
4834 Int accunits; \/* Units of accumulator in use *\/ local
6232 Int accunits, need; \/* units in use or needed for acc *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 186 Int divunits, accunits; /* lengths */ local
345 accunits=(Int)(msua-lsua+1); /* [maybe 0] */
349 if (accunits<divunits) {
350 if (accunits==0) msua++; /* restore */
361 if (accunits==divunits) {
405 else { /* accunits>divunits */
decNumber.c 4223 Int accunits; /* count of units accumulated */ local
4498 accunits=0; /* no units accumulated yet */
4566 if (accunits!=0 || thisunit!=0) { /* is first or non-zero */
4569 if (accunits==0) {
4574 accunits++; /* update count */
4600 /* accunits is the number of digits collected in acc */
4601 if (accunits==0) { /* acc is 0 */
4602 accunits=1; /* show have a unit .. */
4634 accunits=decShiftToLeast(accnext, accunits, drop)
4834 Int accunits; \/* Units of accumulator in use *\/ local
6232 Int accunits, need; \/* units in use or needed for acc *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 186 Int divunits, accunits; /* lengths */ local
345 accunits=(Int)(msua-lsua+1); /* [maybe 0] */
349 if (accunits<divunits) {
350 if (accunits==0) msua++; /* restore */
361 if (accunits==divunits) {
405 else { /* accunits>divunits */
decNumber.c 4223 Int accunits; /* count of units accumulated */ local
4498 accunits=0; /* no units accumulated yet */
4566 if (accunits!=0 || thisunit!=0) { /* is first or non-zero */
4569 if (accunits==0) {
4574 accunits++; /* update count */
4600 /* accunits is the number of digits collected in acc */
4601 if (accunits==0) { /* acc is 0 */
4602 accunits=1; /* show have a unit .. */
4634 accunits=decShiftToLeast(accnext, accunits, drop)
4834 Int accunits; \/* Units of accumulator in use *\/ local
6232 Int accunits, need; \/* units in use or needed for acc *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 186 Int divunits, accunits; /* lengths */ local
345 accunits=(Int)(msua-lsua+1); /* [maybe 0] */
349 if (accunits<divunits) {
350 if (accunits==0) msua++; /* restore */
361 if (accunits==divunits) {
405 else { /* accunits>divunits */
decNumber.c 4223 Int accunits; /* count of units accumulated */ local
4498 accunits=0; /* no units accumulated yet */
4566 if (accunits!=0 || thisunit!=0) { /* is first or non-zero */
4569 if (accunits==0) {
4574 accunits++; /* update count */
4600 /* accunits is the number of digits collected in acc */
4601 if (accunits==0) { /* acc is 0 */
4602 accunits=1; /* show have a unit .. */
4634 accunits=decShiftToLeast(accnext, accunits, drop)
4834 Int accunits; \/* Units of accumulator in use *\/ local
6232 Int accunits, need; \/* units in use or needed for acc *\/ local
    [all...]

Completed in 62 milliseconds