Searched refs:s_bits (Results 1 – 2 of 2) sorted by relevance
37 static const tcu::Format::BitDesc s_bits[] = in shortDebugFlagsStr() local46 return tcu::Format::Bitfield<32>(flags, DE_ARRAY_BEGIN(s_bits), DE_ARRAY_END(s_bits)); in shortDebugFlagsStr()
1081 unsigned int s_bits; in scale10_round_decimal_decoded() local1145 s_bits = abs_s % GMP_LIMB_BITS; in scale10_round_decimal_decoded()1149 if (s_bits > 0) in scale10_round_decimal_decoded()1156 accu += (mp_twolimb_t) *ptr << s_bits; in scale10_round_decimal_decoded()1218 ptr[s_limbs] = (mp_limb_t) 1 << s_bits; in scale10_round_decimal_decoded()1246 if (s_bits > 0) in scale10_round_decimal_decoded()1253 accu += (mp_twolimb_t) *sourceptr++ << s_bits; in scale10_round_decimal_decoded()