Searched refs:summand (Results 1 – 3 of 3) sorted by relevance
470 const long long summand = dc_fixpt_half.value; in dc_fixpt_round() local472 ASSERT(LLONG_MAX - (long long)arg_value >= summand); in dc_fixpt_round()474 arg_value += summand; in dc_fixpt_round()490 const long long summand = dc_fixpt_one.value - in dc_fixpt_ceil() local493 ASSERT(LLONG_MAX - (long long)arg_value >= summand); in dc_fixpt_ceil()495 arg_value += summand; in dc_fixpt_ceil()
97 uint64_t summand = (remainder << 1) >= arg2_value; in bw_frc_to_fixed() local99 ASSERT(res_value <= MAX_I64 - summand); in bw_frc_to_fixed()101 res_value += summand; in bw_frc_to_fixed()
104 unsigned long long summand = (remainder << 1) >= arg2_value; in dc_fixpt_from_fraction() local106 ASSERT(res_value <= LLONG_MAX - summand); in dc_fixpt_from_fraction()108 res_value += summand; in dc_fixpt_from_fraction()