Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
DdecNumber.cpp4907 uInt *zrhi=zrhibuff; /* -> rhs array */ in decMultiplyOp() local
5000 zrhi=allocrhi;} in decMultiplyOp()
5021 if (zlhi==NULL||zrhi==NULL||zacc==NULL) { in decMultiplyOp()
5036 for (count=rhs->digits, cup=rhs->lsu, rip=zrhi; count>0; rip++) in decMultiplyOp()
5063 for (rip=zrhi; rip<=rmsi; rip++) { /* over each item in rhs */ in decMultiplyOp()
5064 lp=zacc+(rip-zrhi); /* where to add the lhs */ in decMultiplyOp()