Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c5022 uLong *zacc=zaccbuff; /* -> accumulator array for exact result */ in decMultiplyOp() local
5127 zacc=(uLong *)allocacc;} in decMultiplyOp()
5128 if (zlhi==NULL||zrhi==NULL||zacc==NULL) { in decMultiplyOp()
5132 acc=(Unit *)zacc; /* -> target Unit array */ in decMultiplyOp()
5134 zacc+=zoff; /* start uLong accumulator to right */ in decMultiplyOp()
5150 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0; in decMultiplyOp()
5171 lp=zacc+(rip-zrhi); /* where to add the lhs */ in decMultiplyOp()
5179 for (lp=zacc; lp<zacc+iacc; lp++) { in decMultiplyOp()
5204 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) { in decMultiplyOp()