Searched refs:arg1_negative (Results 1 – 2 of 2) sorted by relevance
75 bool arg1_negative = numerator < 0; in dc_fixpt_from_fraction() local78 unsigned long long arg1_value = arg1_negative ? -numerator : numerator; in dc_fixpt_from_fraction()117 if (arg1_negative ^ arg2_negative) in dc_fixpt_from_fraction()127 bool arg1_negative = arg1.value < 0; in dc_fixpt_mul() local130 unsigned long long arg1_value = arg1_negative ? -arg1.value : arg1.value; in dc_fixpt_mul()168 if (arg1_negative ^ arg2_negative) in dc_fixpt_mul()
60 bool arg1_negative = numerator < 0; in bw_frc_to_fixed() local104 if (arg1_negative ^ arg2_negative) in bw_frc_to_fixed()144 bool arg1_negative = arg1.value < 0; in bw_mul() local185 if (arg1_negative ^ arg2_negative) in bw_mul()
Completed in 6 milliseconds