Searched refs:MASK_8_BITS (Results 1 – 7 of 7) sorted by relevance
3690 msb_pos = (x >> 16) ? ((x >> 24) ? (24 + msb_table[(x >> 24) & MASK_8_BITS]) in fp_calc_head_room_64()3691 : (16 + msb_table[(x >> 16) & MASK_8_BITS])) in fp_calc_head_room_64()3692 : ((x >> 8) ? (8 + msb_table[(x >> 8) & MASK_8_BITS]) in fp_calc_head_room_64()3693 : msb_table[x & MASK_8_BITS]); in fp_calc_head_room_64()3704 msb_pos = (x >> 16) ? ((x >> 24) ? (24 + msb_table[(x >> 24) & MASK_8_BITS]) in fp_calc_head_room_32()3705 : (16 + msb_table[(x >> 16) & MASK_8_BITS])) in fp_calc_head_room_32()3706 : ((x >> 8) ? (8 + msb_table[(x >> 8) & MASK_8_BITS]) in fp_calc_head_room_32()3707 : msb_table[x & MASK_8_BITS]); in fp_calc_head_room_32()
1076 #define MASK_8_BITS ((1 << 8) - 1) macro
1134 #define MASK_8_BITS ((1 << 8) - 1) macro
1273 #define MASK_8_BITS ((1 << 8) - 1) macro