Searched defs:msb_set (Results 1 – 2 of 2) sorted by relevance
897 int msb_set = static_cast<int>(0x80000000); in TEST() local1685 int msb_set = static_cast<int>(0x80000000); in TEST() local2637 int msb_set = static_cast<int>(0x80000000); in TEST() local
588 let msb_set = 31 - val.leading_zeros() as u8; in highest_bit_in_vector() localVariable