Lines Matching refs:_FP_WORKBITS
57 _FP_FRAC_SLL_##wc (X, _FP_WORKBITS); \
79 + _FP_WORKBITS)); \
106 #define _FP_UNPACK_SEMIRAW(fs, wc, X) _FP_FRAC_SLL_##wc (X, _FP_WORKBITS)
163 _FP_FRAC_SRL_##wc (X, _FP_WORKBITS); \
164 _FP_FRAC_SRL_##wc (Y, _FP_WORKBITS); \
166 _FP_FRAC_SLL_##wc (R, _FP_WORKBITS); \
199 _FP_FRAC_SLL_##wc (X, _FP_WORKBITS); \
245 _FP_FRAC_SRL_##wc (X, _FP_WORKBITS); \
279 _FP_FRAC_SRL_##wc (X, _FP_WORKBITS); \
342 _FP_FRAC_SRL_##wc (X, _FP_WORKBITS); \
358 _FP_FRAC_LOW_##wc (X) >>= (_FP_WORKBITS); \
768 _FP_FRAC_SLL_##wc (R, _FP_WORKBITS); \
1712 - 1 - _FP_WORKBITS - X##_e); \
1741 _FP_FRAC_SRL_##wc (X, _FP_WORKBITS); \
2032 &= ~(_FP_W_TYPE) ((1 << _FP_WORKBITS) - 1); \