Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c5024 Int zoff; /* accumulator offset */ in decMultiplyOp() local
5122 zoff=(iacc+7)/8; /* items to offset by */ in decMultiplyOp()
5123 needbytes+=zoff*8; in decMultiplyOp()
5134 zacc+=zoff; /* start uLong accumulator to right */ in decMultiplyOp()