Searched refs:summand (Results 1 – 9 of 9) sorted by relevance
471 const long long summand = dc_fixpt_half.value; in dc_fixpt_round() local473 ASSERT(LLONG_MAX - (long long)arg_value >= summand); in dc_fixpt_round()475 arg_value += summand; in dc_fixpt_round()491 const long long summand = dc_fixpt_one.value - in dc_fixpt_ceil() local494 ASSERT(LLONG_MAX - (long long)arg_value >= summand); in dc_fixpt_ceil()496 arg_value += summand; in dc_fixpt_ceil()
102 uint64_t summand = (remainder << 1) >= arg2_value; in bw_frc_to_fixed() local104 ASSERT(res_value <= MAX_I64 - summand); in bw_frc_to_fixed()106 res_value += summand; in bw_frc_to_fixed()
111 unsigned long long summand = (remainder << 1) >= arg2_value; in dc_fixpt_from_fraction() local113 ASSERT(res_value <= LLONG_MAX - summand); in dc_fixpt_from_fraction()115 res_value += summand; in dc_fixpt_from_fraction()
179 u64 summand = (rem << 1) >= b_abs; in drm_fixp_from_fraction() local181 res_abs += summand; in drm_fixp_from_fraction()
8156 HOST_WIDE_INT summand; in small_data_operand() local8160 summand = INTVAL (XEXP (sum, 1)); in small_data_operand()8161 if (summand < 0 || summand > g_switch_value) in small_data_operand()
7457 HOST_WIDE_INT summand; in small_data_operand() local7461 summand = INTVAL (XEXP (sum, 1)); in small_data_operand()7462 if (summand < 0 || summand > g_switch_value) in small_data_operand()
31259 (record_set): In PLUS case, invalidate if other summand is also a
22274 (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
194283 summand