Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Dbw_fixed.c60 bool arg1_negative = numerator < 0; in bw_frc_to_fixed() local
104 if (arg1_negative ^ arg2_negative) in bw_frc_to_fixed()
144 bool arg1_negative = arg1.value < 0; in bw_mul() local
185 if (arg1_negative ^ arg2_negative) in bw_mul()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/basics/
H A 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()
168 if (arg1_negative ^ arg2_negative) in dc_fixpt_mul()