Searched refs:tmp_bits (Results 1 – 3 of 3) sorted by relevance
520 int tmp_bits; in gen_to_words() local523 tmp_bits = prec_bits; in gen_to_words()524 while (tmp_bits > LITTLENUM_NUMBER_OF_BITS) in gen_to_words()529 tmp_bits -= LITTLENUM_NUMBER_OF_BITS; in gen_to_words()531 if (tmp_bits > LITTLENUM_NUMBER_OF_BITS in gen_to_words()532 || (lp[n] & mask[tmp_bits]) != mask[tmp_bits] in gen_to_words()
529 int tmp_bits; local532 tmp_bits = prec_bits;533 while (tmp_bits > LITTLENUM_NUMBER_OF_BITS)538 tmp_bits -= LITTLENUM_NUMBER_OF_BITS;540 if (tmp_bits > LITTLENUM_NUMBER_OF_BITS541 || (lp[n] & mask[tmp_bits]) != mask[tmp_bits]
11615 RID_BIT_TYPE tmp_bits; local11616 memcpy (&tmp_bits, &specbits, sizeof (RID_BIT_TYPE));11617 RIDBIT_RESET (RID_INLINE, tmp_bits);11618 RIDBIT_RESET (RID_STATIC, tmp_bits);11619 if (RIDBIT_ANY_SET (tmp_bits))