Searched refs:summand (Results 1 – 4 of 4) 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()
95 uint64_t summand = (remainder << 1) >= arg2_value; in bw_frc_to_fixed() local97 ASSERT(res_value <= MAX_I64 - summand); in bw_frc_to_fixed()99 res_value += summand; in bw_frc_to_fixed()
108 unsigned long long summand = (remainder << 1) >= arg2_value; in dc_fixpt_from_fraction() local110 ASSERT(res_value <= LLONG_MAX - summand); in dc_fixpt_from_fraction()112 res_value += summand; in dc_fixpt_from_fraction()
177 u64 summand = (rem << 1) >= b_abs; in drm_fixp_from_fraction() local179 res_abs += summand; in drm_fixp_from_fraction()