Lines Matching refs:incx
16 alpha, complex *a, integer *lda, complex *x, integer *incx, complex *
127 /* ( 1 + ( n - 1 )*abs( INCX ) ). */
132 /* INCX - INTEGER. */
133 /* On entry, INCX specifies the increment for the elements of */
134 /* X. INCX must not be zero. */
195 } else if (*incx == 0) {
214 if (*incx > 0) {
217 kx = 1 - (*n - 1) * *incx;
284 if (*incx == 1 && *incy == 1) {
356 ix += *incx;
370 jx += *incx;
373 kx += *incx;
383 if (*incx == 1 && *incy == 1) {
451 ix += *incx;
475 jx += *incx;