Home | History | Annotate | Download | only in soft-fp

Lines Matching refs:_BITS

183    soft-fp macros into RV, U##DI##type DI##_BITS precise normal
211 rsize = DI##_BITS; \
214 if (shift + DI##_BITS > arprec) \
241 rv >>= (DI##_BITS > BIL_TYPE_SIZE ? BIL_TYPE_SIZE : 0); \
242 rvs >>= (DI##_BITS > BIL_TYPE_SIZE ? BIL_TYPE_SIZE : 0); \
284 if (BIL_TYPE_SIZE > DI##_BITS && n > DI##_BITS) \
286 iv = msb >> (n - DI##_BITS); \
287 shift = n - DI##_BITS; \
293 n = DI##_BITS - n; \
304 if (BIL_TYPE_SIZE >= DI##_BITS && n >= DI##_BITS) \
306 iv = msb >> (n - DI##_BITS + 1); \
307 shift = n - DI##_BITS + 1; \
313 n = DI##_BITS - 1 - n; \
320 if (BIL_TYPE_SIZE < DI##_BITS && n >= BIL_TYPE_SIZE) \
322 iv = (U##DI##type) iv << (BIL_TYPE_SIZE < DI##_BITS \