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