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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 4870 uLong *zacc=zaccbuff; /* -> accumulator array for exact result */ local
4975 zacc=(uLong *)allocacc;}
4976 if (zlhi==NULL||zrhi==NULL||zacc==NULL) {
4980 acc=(Unit *)zacc; /* -> target Unit array */
4982 zacc+=zoff; /* start uLong accumulator to right */
4998 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0;
5019 lp=zacc+(rip-zrhi); /* where to add the lhs */
5027 for (lp=zacc; lp<zacc+iacc; lp++)
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 4870 uLong *zacc=zaccbuff; /* -> accumulator array for exact result */ local
4975 zacc=(uLong *)allocacc;}
4976 if (zlhi==NULL||zrhi==NULL||zacc==NULL) {
4980 acc=(Unit *)zacc; /* -> target Unit array */
4982 zacc+=zoff; /* start uLong accumulator to right */
4998 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0;
5019 lp=zacc+(rip-zrhi); /* where to add the lhs */
5027 for (lp=zacc; lp<zacc+iacc; lp++)
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 4870 uLong *zacc=zaccbuff; /* -> accumulator array for exact result */ local
4975 zacc=(uLong *)allocacc;}
4976 if (zlhi==NULL||zrhi==NULL||zacc==NULL) {
4980 acc=(Unit *)zacc; /* -> target Unit array */
4982 zacc+=zoff; /* start uLong accumulator to right */
4998 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0;
5019 lp=zacc+(rip-zrhi); /* where to add the lhs */
5027 for (lp=zacc; lp<zacc+iacc; lp++)
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 4870 uLong *zacc=zaccbuff; /* -> accumulator array for exact result */ local
4975 zacc=(uLong *)allocacc;}
4976 if (zlhi==NULL||zrhi==NULL||zacc==NULL) {
4980 acc=(Unit *)zacc; /* -> target Unit array */
4982 zacc+=zoff; /* start uLong accumulator to right */
4998 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0;
5019 lp=zacc+(rip-zrhi); /* where to add the lhs */
5027 for (lp=zacc; lp<zacc+iacc; lp++)
    [all...]

Completed in 27 milliseconds