Home | History | Annotate | Download | only in src

Lines Matching refs:V2

87                 float *A2 = A + n * (p + 1), *V2 = V + n * (p + 1);
89 for( q = p + 1; q < n; q++, A2 += n, V2 += n )
119 Vqi = V2[i];
123 V2[i] = (float) (Vqi * c + Vpi * s);
130 Vqi = V2[i];
134 V2[i] = (float) (Vqi * c + Vpi * s);
141 Vqi = V2[i];
145 V2[i] = (float) (Vqi * c + Vpi * s);