Lines Matching refs:incx
16 doublereal *ap, doublereal *x, integer *incx, doublereal *beta,
83 /* ( 1 + ( n - 1 )*abs( INCX ) ). */
88 /* INCX - INTEGER. */
89 /* On entry, INCX specifies the increment for the elements of */
90 /* X. INCX must not be zero. */
145 } else if (*incx == 0) {
163 if (*incx > 0) {
166 kx = 1 - (*n - 1) * *incx;
221 if (*incx == 1 && *incy == 1) {
251 ix += *incx;
256 jx += *incx;
266 if (*incx == 1 && *incy == 1) {
296 ix += *incx;
303 jx += *incx;