Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/calcs/
Dbw_fixed.c60 bool arg1_negative = numerator < 0; in bw_frc_to_fixed() local
106 if (arg1_negative ^ arg2_negative) in bw_frc_to_fixed()
146 bool arg1_negative = arg1.value < 0; in bw_mul() local
187 if (arg1_negative ^ arg2_negative) in bw_mul()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/basics/
Dfixpt31_32.c71 bool arg1_negative = numerator < 0; in dc_fixpt_from_fraction() local
74 unsigned long long arg1_value = arg1_negative ? -numerator : numerator; in dc_fixpt_from_fraction()
113 if (arg1_negative ^ arg2_negative) in dc_fixpt_from_fraction()
123 bool arg1_negative = arg1.value < 0; in dc_fixpt_mul() local
126 unsigned long long arg1_value = arg1_negative ? -arg1.value : arg1.value; in dc_fixpt_mul()
164 if (arg1_negative ^ arg2_negative) in dc_fixpt_mul()