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, K specifies the number of super-diagonals of the
45 * Unchanged on exit.
48 * On entry, ALPHA specifies the scalar alpha.
49 * Unchanged on exit.
57 * position 2 in row k, and so on. The top left k by k triangle
75 * row 2, and so on. The bottom right k by k triangle of the
90 * Unchanged on exit.
93 * On entry, LDA specifies the first dimension of A as declared
96 * Unchanged on exit.
102 * Unchanged on exit.
105 * On entry, INCX specifies the increment for the elements of
107 * Unchanged on exit.
110 * On entry, BETA specifies the scalar beta.
111 * Unchanged on exit.
116 * vector y. On exit, Y is overwritten by the updated vector y.
119 * On entry, INCY specifies the increment for the elements of
121 * Unchanged on exit.
128 * -- Written on 22-October-1986.