Searched refs:summand (Results 1 – 3 of 3) sorted by relevance
464 const long long summand = dc_fixpt_half.value; in dc_fixpt_round() local466 ASSERT(LLONG_MAX - (long long)arg_value >= summand); in dc_fixpt_round()468 arg_value += summand; in dc_fixpt_round()484 const long long summand = dc_fixpt_one.value - in dc_fixpt_ceil() local487 ASSERT(LLONG_MAX - (long long)arg_value >= summand); in dc_fixpt_ceil()489 arg_value += summand; in dc_fixpt_ceil()
96 uint64_t summand = (remainder << 1) >= arg2_value; in bw_frc_to_fixed() local98 ASSERT(res_value <= MAX_I64 - summand); in bw_frc_to_fixed()100 res_value += summand; in bw_frc_to_fixed()
201 u64 summand = (rem << 1) >= b_abs; in drm_fixp_from_fraction() local203 res_abs += summand; in drm_fixp_from_fraction()