Searched refs:msb_pos (Results 1 – 1 of 1) sorted by relevance
3676 uint8 n_room_bits = 0, msb_pos; in fp_calc_head_room_64() local3690 msb_pos = (x >> 16) ? ((x >> 24) ? (24 + msb_table[(x >> 24) & MASK_8_BITS]) in fp_calc_head_room_64()3695 return (n_room_bits + 32 - msb_pos); in fp_calc_head_room_64()3702 uint8 msb_pos; in fp_calc_head_room_32() local3704 msb_pos = (x >> 16) ? ((x >> 24) ? (24 + msb_table[(x >> 24) & MASK_8_BITS]) in fp_calc_head_room_32()3709 return (32 - msb_pos); in fp_calc_head_room_32()