Searched refs:BW_FIXED_GET_INTEGER_PART (Results 1 – 2 of 2) sorted by relevance
31 #define BW_FIXED_GET_INTEGER_PART(x) ((x) >> BW_FIXED_BITS_PER_FRACTIONAL_PART) macro82 return BW_FIXED_GET_INTEGER_PART(value.value); in bw_fixed_to_int()
150 uint64_t arg1_int = BW_FIXED_GET_INTEGER_PART(arg1_value); in bw_mul()151 uint64_t arg2_int = BW_FIXED_GET_INTEGER_PART(arg2_value); in bw_mul()