Home | History | Annotate | Download | only in f2c

Lines Matching refs:incx

16 	real *x, integer *incx, real *beta, real *y, integer *incy, ftnlen 
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;