Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
DdecNumber.cpp4913 Int zoff; /* accumulator offset */ in decMultiplyOp() local
5015 zoff=(iacc+7)/8; /* items to offset by */ in decMultiplyOp()
5016 needbytes+=zoff*8; in decMultiplyOp()
5027 zacc+=zoff; /* start uLong accumulator to right */ in decMultiplyOp()