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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c4866 uInt *zrhi=zrhibuff; /* -> rhs array */ local
4959 zrhi=allocrhi;}
4976 if (zlhi==NULL||zrhi==NULL||zacc==NULL) {
4991 for (count=rhs->digits, cup=rhs->lsu, rip=zrhi; count>0; rip++)
5018 for (rip=zrhi; rip<=rmsi; rip++) { /* over each item in rhs */
5019 lp=zacc+(rip-zrhi); /* where to add the lhs */

Completed in 100 milliseconds