Home | History | Annotate | Download | only in f2c

Lines Matching refs:incx

16 	real *a, integer *lda, real *x, integer *incx, real *beta, real *y, 
120 /* ( 1 + ( n - 1 )*abs( INCX ) ). */
125 /* INCX - INTEGER. */
126 /* On entry, INCX specifies the increment for the elements of */
127 /* X. INCX must not be zero. */
188 } else if (*incx == 0) {
206 if (*incx > 0) {
209 kx = 1 - (*n - 1) * *incx;
264 if (*incx == 1 && *incy == 1) {
297 ix += *incx;
303 jx += *incx;
306 kx += *incx;
316 if (*incx == 1 && *incy == 1) {
349 ix += *incx;
356 jx += *incx;