Home | History | Annotate | Download | only in blas

Lines Matching refs:On

25 *           On entry, UPLO specifies whether the upper or lower
35 * Unchanged on exit.
38 * On entry, N specifies the order of the matrix A.
40 * Unchanged on exit.
43 * On entry, ALPHA specifies the scalar alpha.
44 * Unchanged on exit.
50 * Unchanged on exit.
53 * On entry, INCX specifies the increment for the elements of
55 * Unchanged on exit.
61 * Unchanged on exit.
64 * On entry, INCY specifies the increment for the elements of
66 * Unchanged on exit.
74 * and a( 2, 2 ) respectively, and so on. On exit, the array
81 * and a( 3, 1 ) respectively, and so on. On exit, the array
90 * -- Written on 22-October-1986.