Lines Matching full:scaler
1449 void vec_mpys1(int y[], const int x[], int scaler) {1452 y[i] += (((long long)scaler * (long long)x[i]) >> 31);1486 The issue is that we hoist the cast of "scaler" to long long outside of the