Searched refs:arg2_negative (Results 1 – 3 of 3) sorted by relevance
74 bool arg2_negative = denominator < 0; in dc_fixpt_from_fraction() local77 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() local129 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()
62 bool arg2_negative = denominator < 0; in bw_frc_to_fixed() local105 if (arg1_negative ^ arg2_negative) in bw_frc_to_fixed()144 bool arg2_negative = arg2.value < 0; in bw_mul() local184 if (arg1_negative ^ arg2_negative) in bw_mul()
52 bool arg2_negative = denominator < 0; in spl_fixpt_from_fraction() local55 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() local107 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