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
88 * Unchanged on exit.
91 * On entry, LDA specifies the first dimension of A as declared
94 * Unchanged on exit.
100 * Unchanged on exit.
103 * On entry, INCX specifies the increment for the elements of
105 * Unchanged on exit.
108 * On entry, BETA specifies the scalar beta.
109 * Unchanged on exit.
114 * vector y. On exit, Y is overwritten by the updated vector y.
117 * On entry, INCY specifies the increment for the elements of
119 * Unchanged on exit.
124 * -- Written on 22-October-1986.