Lines Matching refs:incx
17 incx, doublecomplex *beta, doublecomplex *y, integer *incy, ftnlen
128 /* ( 1 + ( n - 1 )*abs( INCX ) ). */
133 /* INCX - INTEGER. */
134 /* On entry, INCX specifies the increment for the elements of */
135 /* X. INCX must not be zero. */
196 } else if (*incx == 0) {
215 if (*incx > 0) {
218 kx = 1 - (*n - 1) * *incx;
285 if (*incx == 1 && *incy == 1) {
357 ix += *incx;
371 jx += *incx;
374 kx += *incx;
384 if (*incx == 1 && *incy == 1) {
452 ix += *incx;
476 jx += *incx;