Home | History | Annotate | Download | only in f2c

Lines Matching refs:incx

16 	alpha, doublereal *a, integer *lda, doublereal *x, integer *incx, 
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. */
186 } else if (*incx == 0) {
204 if (*incx > 0) {
207 kx = 1 - (*n - 1) * *incx;
262 if (*incx == 1 && *incy == 1) {
295 ix += *incx;
301 jx += *incx;
304 kx += *incx;
314 if (*incx == 1 && *incy == 1) {
347 ix += *incx;
354 jx += *incx;