Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/basics/
A Dfixpt31_32.c76 bool arg2_negative = denominator < 0; in dc_fixpt_from_fraction() local
79 unsigned long long arg2_value = arg2_negative ? -denominator : denominator; in dc_fixpt_from_fraction()
117 if (arg1_negative ^ arg2_negative) in dc_fixpt_from_fraction()
128 bool arg2_negative = arg2.value < 0; in dc_fixpt_mul() local
131 unsigned long long arg2_value = arg2_negative ? -arg2.value : arg2.value; in dc_fixpt_mul()
168 if (arg1_negative ^ arg2_negative) in dc_fixpt_mul()
/linux/drivers/gpu/drm/amd/display/dc/calcs/
A Dbw_fixed.c61 bool arg2_negative = denominator < 0; in bw_frc_to_fixed() local
106 if (arg1_negative ^ arg2_negative) in bw_frc_to_fixed()
147 bool arg2_negative = arg2.value < 0; in bw_mul() local
187 if (arg1_negative ^ arg2_negative) in bw_mul()

Completed in 4 milliseconds