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.
52 * and a( 2, 2 ) respectively, and so on.
57 * and a( 3, 1 ) respectively, and so on.
60 * Unchanged on exit.
66 * Unchanged on exit.
69 * On entry, INCX specifies the increment for the elements of
71 * Unchanged on exit.
74 * On entry, BETA specifies the scalar beta. When BETA is
75 * supplied as zero then Y need not be set on input.
76 * Unchanged on exit.
81 * element vector y. On exit, Y is overwritten by the updated
85 * On entry, INCY specifies the increment for the elements of
87 * Unchanged on exit.
94 * -- Written on 22-October-1986.