Searched refs:bw_frc_to_fixed (Results 1 – 2 of 2) sorted by relevance
85 struct bw_fixed bw_frc_to_fixed(int64_t num, int64_t denum);123 return bw_frc_to_fixed(arg1.value, arg2.value); in bw_div()
58 struct bw_fixed bw_frc_to_fixed(int64_t numerator, int64_t denominator) in bw_frc_to_fixed() function178 (tmp >= (uint64_t)(bw_frc_to_fixed(1, 2).value)); in bw_mul()