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

/xsrc/external/mit/xedit/dist/lisp/mp/
H A Dmpi.c533 BNS *qdigs, *rdigs; /* work copy or result */ local in function:mpi_divqr
583 rdigs = mp_calloc(1, sizeof(BNS) * rsize);
590 rdigs = rrop->digs;
594 rdigs = NULL; /* fix gcc warning */
604 rdigs[0] = carry;
687 rdigs[j] = (BNS)(value / denorm);
698 if (rrop->digs != rdigs)
702 if (rdigs[i] != 0)
712 rrop->digs = rdigs;

Completed in 3 milliseconds