Lines Matching refs:incx
16 ap, complex *x, integer *incx, complex *beta, complex *y, integer *
90 /* ( 1 + ( n - 1 )*abs( INCX ) ). */
95 /* INCX - INTEGER. */
96 /* On entry, INCX specifies the increment for the elements of */
97 /* X. INCX must not be zero. */
154 } else if (*incx == 0) {
173 if (*incx > 0) {
176 kx = 1 - (*n - 1) * *incx;
243 if (*incx == 1 && *incy == 1) {
312 ix += *incx;
326 jx += *incx;
336 if (*incx == 1 && *incy == 1) {
401 ix += *incx;
425 jx += *incx;