Lines Matching refs:qdigs
521 * Could/should be changed to not allocate qdigs if qrop is NULL
533 BNS *qdigs, *rdigs; /* work copy or result */
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);