Home
last modified time | relevance | path

Searched refs:arg1_negative (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/basics/
Dbw_fixed.c61 bool arg1_negative = numerator < 0; in bw_frc_to_fixed() local
105 if (arg1_negative ^ arg2_negative) in bw_frc_to_fixed()
143 bool arg1_negative = arg1.value < 0; in bw_mul() local
184 if (arg1_negative ^ arg2_negative) in bw_mul()
Dfixpt31_32.c75 bool arg1_negative = numerator < 0; in dc_fixpt_from_fraction() local
78 unsigned long long arg1_value = arg1_negative ? -numerator : numerator; in dc_fixpt_from_fraction()
117 if (arg1_negative ^ arg2_negative) in dc_fixpt_from_fraction()
127 bool arg1_negative = arg1.value < 0; in dc_fixpt_mul() local
130 unsigned long long arg1_value = arg1_negative ? -arg1.value : arg1.value; in dc_fixpt_mul()
166 if (arg1_negative ^ arg2_negative) in dc_fixpt_mul()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/spl/
Dspl_fixpt31_32.c53 bool arg1_negative = numerator < 0; in spl_fixpt_from_fraction() local
56 unsigned long long arg1_value = arg1_negative ? -numerator : numerator; in spl_fixpt_from_fraction()
95 if (arg1_negative ^ arg2_negative) in spl_fixpt_from_fraction()
105 bool arg1_negative = arg1.value < 0; in spl_fixpt_mul() local
108 unsigned long long arg1_value = arg1_negative ? -arg1.value : arg1.value; in spl_fixpt_mul()
146 if (arg1_negative ^ arg2_negative) in spl_fixpt_mul()