Searched refs:bs128 (Results 1 – 2 of 2) sorted by relevance
441 static bs128 getImportantBits(cl_uint sub_group_local_id, in getImportantBits()444 bs128 mask; in getImportantBits()507 bs128 bs; in chk()509 bs |= bs128(mx[wg_offset + wi_id].s0) in chk()510 | (bs128(mx[wg_offset + wi_id].s1) << 32) in chk()511 | (bs128(mx[wg_offset + wi_id].s2) << 64) in chk()512 | (bs128(mx[wg_offset + wi_id].s3) << 96); in chk()
26 typedef std::bitset<128> bs128; typedef31 bs128 mask128; in generate_bit_mask()47 auto const uint_mask = bs128{ static_cast<unsigned long>(-1) }; in generate_bit_mask()