Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/include/
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
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/spl/
Dspl_fixpt31_32.h449 const long long summand = spl_fixpt_half.value; in spl_fixpt_round() local
469 const long long summand = spl_fixpt_one.value - in spl_fixpt_ceil() local
Dspl_fixpt31_32.c86 unsigned long long summand = (remainder << 1) >= arg2_value; in spl_fixpt_from_fraction() local
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/basics/
Dbw_fixed.c96 uint64_t summand = (remainder << 1) >= arg2_value; in bw_frc_to_fixed() local
Dfixpt31_32.c108 unsigned long long summand = (remainder << 1) >= arg2_value; in dc_fixpt_from_fraction() local
/linux-6.12.1/include/drm/
Ddrm_fixed.h184 u64 summand = (rem << 1) >= b_abs; in drm_fixp_from_fraction() local
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vpe.c92 uint16_t summand = (remainder << 1) >= arg2_value; in vpe_u1_8_from_fraction() local