Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/basics/
H 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()