Searched refs:arg2_negative (Results 1 – 2 of 2) sorted by relevance
72 bool arg2_negative = denominator < 0; in dc_fixpt_from_fraction() local75 unsigned long long arg2_value = arg2_negative ? -denominator : denominator; in dc_fixpt_from_fraction()113 if (arg1_negative ^ arg2_negative) in dc_fixpt_from_fraction()124 bool arg2_negative = arg2.value < 0; in dc_fixpt_mul() local127 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()
61 bool arg2_negative = denominator < 0; in bw_frc_to_fixed() local106 if (arg1_negative ^ arg2_negative) in bw_frc_to_fixed()147 bool arg2_negative = arg2.value < 0; in bw_mul() local187 if (arg1_negative ^ arg2_negative) in bw_mul()