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

Lines Matching defs:BITINT_END

157 # define BITINT_END(be, le) (be)
160 # define BITINT_END(be, le) (le)
202 r[BITINT_END (0, rn - 1)] \
205 r[BITINT_END (0, rn - 1)] \
218 __builtin_memset (r + BITINT_END (rn - shiftl, 0), 0, \
220 USItype idx = BITINT_END (rn - shiftl - 1, shiftl); \
246 __builtin_memset (r + BITINT_END (0, idx), rsigned ? -1 : 0, \
247 BITINT_END (idx + 1, rn - idx) \
267 USItype idx = BITINT_END (0, in - 1); \
316 while (n && BITINT_END (idx < in - 1, idx)) \
339 shift += BITINT_END (in - 1 - idx, idx) * BIL_TYPE_SIZE; \
340 while (!low_bits && BITINT_END (idx < in - 1, idx)) \