Home
last modified time | relevance | path

Searched refs:zacc (Results 1 – 1 of 1) sorted by relevance

/qemu/libdecnumber/
H A DdecNumber.c5023 uLong *zacc=zaccbuff; /* -> accumulator array for exact result */ in decMultiplyOp() local
5128 zacc=(uLong *)allocacc;} in decMultiplyOp()
5129 if (zlhi==NULL||zrhi==NULL||zacc==NULL) { in decMultiplyOp()
5133 acc=(Unit *)zacc; /* -> target Unit array */ in decMultiplyOp()
5135 zacc+=zoff; /* start uLong accumulator to right */ in decMultiplyOp()
5151 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0; in decMultiplyOp()
5172 lp=zacc+(rip-zrhi); /* where to add the lhs */ in decMultiplyOp()
5180 for (lp=zacc; lp<zacc+iacc; lp++) { in decMultiplyOp()
5205 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) { in decMultiplyOp()