Lines Matching defs:arprec
48 USItype arprec = rprec < 0 ? -rprec : rprec;
49 USItype rn = ((USItype) arprec + BIL_TYPE_SIZE - 1) / BIL_TYPE_SIZE;
51 USItype rsize = arprec > TI_BITS ? TI_BITS : arprec;
58 if (arprec > TI_BITS)
62 else if (A_e >= (_FP_EXPMAX_E < _FP_EXPBIAS_E + arprec
64 : _FP_EXPBIAS_E + arprec - rsigned))
68 && A_e == _FP_EXPBIAS_E + arprec - 1
70 A_e -= arprec - TI_BITS;
80 FP_TO_BITINT (r, rn, arprec, shift, rv, rsize, rsigned, ovf, TI);