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.
58 * Unchanged on exit.
64 * Unchanged on exit.
67 * On entry, INCX specifies the increment for the elements of
69 * Unchanged on exit.
72 * On entry, BETA specifies the scalar beta. When BETA is
73 * supplied as zero then Y need not be set on input.
74 * Unchanged on exit.
79 * element vector y. On exit, Y is overwritten by the updated
83 * On entry, INCY specifies the increment for the elements of
85 * Unchanged on exit.
92 * -- Written on 22-October-1986.