Searched refs:word_type (Results 1 – 8 of 8) sorted by relevance
24 typedef NaturalT word_type; typedef in mini::bits26 static const word_type w1 = static_cast<NaturalT>(1) ;29 explicit bits(word_type value):_bits(value){} in bits()31 word_type word()const{ return _bits; } in word()39 bool contains(word_type element)const{ return ((w1 << element) & _bits) != 0; } in contains()43 word_type _bits;
81 typedef typename BitSetT::word_type word_type; typedef in mini::large_bitset145 static const word_type // 8-bit case 147 <word_type>::digits , // 8 Size of the associated bitsets 151 … w1 = static_cast<word_type>(1) , // Helps to avoid static_casts for long long153 …all = ~static_cast<word_type>(0), // 255=11111111 Helps to express a complete associated bits…162 static word_type from_lower_to(word_type bit){return bit==last ? all : (w1<<(bit+w1))-w1;} in from_lower_to()163 static word_type to_upper_from(word_type bit){return bit==last ? top : ~((w1<<bit)-w1); } in to_upper_from()175 word_type base_rest = icl::first(operand) & mask , // icl::first(operand) % divisor in segment_apply()
415 enum word_type enum427 enum word_type type;575 static enum word_type read_command_list (int looking_for,765 enum word_type terminator; in read_word()818 static enum word_type959 static enum word_type964 enum word_type terminator; in read_command_list()
434 enum word_type enum448 enum word_type type;737 static enum word_type read_command_list (int looking_for,1250 static enum word_type1492 static enum word_type1497 enum word_type terminator; in read_command_list()
111 using boost::spirit::word_type;
116 using boost::spirit::word_type;
112 ( word, word_type )
1341 const enum brw_reg_type word_type = in nir_emit_alu()1344 op[1] = subscript(op[1], word_type, 0); in nir_emit_alu()