Lines Matching defs:arprec
47 USItype arprec = rprec < 0 ? -rprec : rprec;
48 USItype rn = ((USItype) arprec + BIL_TYPE_SIZE - 1) / BIL_TYPE_SIZE;
50 USItype rsize = arprec > TI_BITS ? TI_BITS : arprec;
57 if (arprec > TI_BITS)
61 else if (A_e >= (_FP_EXPMAX_Q < _FP_EXPBIAS_Q + arprec
63 : _FP_EXPBIAS_Q + arprec - rsigned))
67 && A_e == _FP_EXPBIAS_Q + arprec - 1
69 A_e -= arprec - TI_BITS;
79 FP_TO_BITINT (r, rn, arprec, shift, rv, rsize, rsigned, ovf, TI);