Lines Matching defs:temp
115 s64 temp;117 temp = (int64_t)A * (int64_t)B;118 temp += PSC_Q_ROUND_OFFSET;119 result = (int)(temp >> PSC_Q_FRACTION);131 s64 temp;133 temp = (int64_t)A << PSC_Q_FRACTION;134 if ((temp >= 0 && B >= 0) || (temp < 0 && B < 0))135 temp += B / 2;137 temp -= B / 2;139 result = (int)(temp / B);