Lines Matching refs:BITS_PER_MP_LIMB
54 #if BITS_PER_MP_LIMB == 32
83 # if BITS_PER_MP_LIMB == 64
120 # if BITS_PER_MP_LIMB == 32
206 mp_limb_t work_hi = value >> (64 - BITS_PER_MP_LIMB); \ in _itoa()
208 if (BITS_PER_MP_LIMB == 32) \ in _itoa()
216 for (cnt = BITS_PER_MP_LIMB / BITS; cnt > 0; --cnt) \ in _itoa()
221 if (BITS_PER_MP_LIMB % BITS != 0) \ in _itoa()
225 & ((1 << (BITS - BITS_PER_MP_LIMB%BITS)) \ in _itoa()
227 << BITS_PER_MP_LIMB % BITS); \ in _itoa()
228 work_hi >>= BITS - BITS_PER_MP_LIMB % BITS; \ in _itoa()
257 # if BITS_PER_MP_LIMB == 64 in _itoa()
284 # if BITS_PER_MP_LIMB == 32 in _itoa()