Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/basics/
A Dfixpt31_32.c74 bool arg2_negative = denominator < 0; in dc_fixpt_from_fraction() local
77 unsigned long long arg2_value = arg2_negative ? -denominator : denominator; in dc_fixpt_from_fraction()
115 if (arg1_negative ^ arg2_negative) in dc_fixpt_from_fraction()
126 bool arg2_negative = arg2.value < 0; in dc_fixpt_mul() local
129 unsigned long long arg2_value = arg2_negative ? -arg2.value : arg2.value; in dc_fixpt_mul()
164 if (arg1_negative ^ arg2_negative) in dc_fixpt_mul()
A Dbw_fixed.c62 bool arg2_negative = denominator < 0; in bw_frc_to_fixed() local
105 if (arg1_negative ^ arg2_negative) in bw_frc_to_fixed()
144 bool arg2_negative = arg2.value < 0; in bw_mul() local
184 if (arg1_negative ^ arg2_negative) in bw_mul()
/drivers/gpu/drm/amd/display/dc/sspl/
A Dspl_fixpt31_32.c52 bool arg2_negative = denominator < 0; in spl_fixpt_from_fraction() local
55 unsigned long long arg2_value = arg2_negative ? -denominator : denominator; in spl_fixpt_from_fraction()
93 if (arg1_negative ^ arg2_negative) in spl_fixpt_from_fraction()
104 bool arg2_negative = arg2.value < 0; in spl_fixpt_mul() local
107 unsigned long long arg2_value = arg2_negative ? -arg2.value : arg2.value; in spl_fixpt_mul()
144 if (arg1_negative ^ arg2_negative) in spl_fixpt_mul()

Completed in 8 milliseconds