Home
last modified time | relevance | path

Searched defs:summand (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/include/
H A Dfixed31_32.h464 const long long summand = dc_fixpt_half.value; in dc_fixpt_round() local
484 const long long summand = dc_fixpt_one.value - in dc_fixpt_ceil() local
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Dbw_fixed.c95 uint64_t summand = (remainder << 1) >= arg2_value; in bw_frc_to_fixed() local
/openbmc/linux/include/drm/
H A Ddrm_fixed.h183 u64 summand = (rem << 1) >= b_abs; in drm_fixp_from_fraction() local
/openbmc/linux/drivers/gpu/drm/amd/display/dc/basics/
H A Dfixpt31_32.c108 unsigned long long summand = (remainder << 1) >= arg2_value; in dc_fixpt_from_fraction() local