Searched refs:arg1_negative (Results 1 – 3 of 3) sorted by relevance
61 bool arg1_negative = numerator < 0; in bw_frc_to_fixed() local105 if (arg1_negative ^ arg2_negative) in bw_frc_to_fixed()143 bool arg1_negative = arg1.value < 0; in bw_mul() local184 if (arg1_negative ^ arg2_negative) in bw_mul()
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()166 if (arg1_negative ^ arg2_negative) in dc_fixpt_mul()
53 bool arg1_negative = numerator < 0; in spl_fixpt_from_fraction() local56 unsigned long long arg1_value = arg1_negative ? -numerator : numerator; in spl_fixpt_from_fraction()95 if (arg1_negative ^ arg2_negative) in spl_fixpt_from_fraction()105 bool arg1_negative = arg1.value < 0; in spl_fixpt_mul() local108 unsigned long long arg1_value = arg1_negative ? -arg1.value : arg1.value; in spl_fixpt_mul()146 if (arg1_negative ^ arg2_negative) in spl_fixpt_mul()