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

/xsrc/external/mit/xedit/dist/lisp/mp/
H A Dmpi.c521 * Could/should be changed to not allocate qdigs if qrop is NULL
533 BNS *qdigs, *rdigs; /* work copy or result */ local in function:mpi_divqr
572 qdigs = mp_calloc(1, sizeof(BNS) * qsize);
579 qdigs = qrop->digs;
600 qdigs[i] = (BNS)(value / den->digs[0]);
680 qdigs[j] = qest;
719 if (qrop->digs != qdigs)
722 if (qdigs[i] != 0)
732 qrop->digs = qdigs;
737 mp_free(qdigs);
[all...]

Completed in 3 milliseconds