Searched refs:arg2_negative (Results 1 – 2 of 2) sorted by relevance
76 bool arg2_negative = denominator < 0; in dc_fixpt_from_fraction() local79 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() local131 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()
61 bool arg2_negative = denominator < 0; in bw_frc_to_fixed() local104 if (arg1_negative ^ arg2_negative) in bw_frc_to_fixed()145 bool arg2_negative = arg2.value < 0; in bw_mul() local185 if (arg1_negative ^ arg2_negative) in bw_mul()