Home | History | Annotate | Download | only in blas

Lines Matching refs:On

24 *           On entry, UPLO specifies whether the matrix is an upper or
31 * Unchanged on exit.
34 * On entry, TRANS specifies the operation to be performed as
43 * Unchanged on exit.
46 * On entry, DIAG specifies whether or not A is unit
54 * Unchanged on exit.
57 * On entry, N specifies the order of the matrix A.
59 * Unchanged on exit.
62 * On entry with UPLO = 'U' or 'u', K specifies the number of
64 * On entry with UPLO = 'L' or 'l', K specifies the number of
67 * Unchanged on exit.
75 * position 2 in row k, and so on. The top left k by k triangle
93 * row 2, and so on. The bottom right k by k triangle of the
109 * Unchanged on exit.
112 * On entry, LDA specifies the first dimension of A as declared
115 * Unchanged on exit.
120 * element vector x. On exit, X is overwritten with the
124 * On entry, INCX specifies the increment for the elements of
126 * Unchanged on exit.
133 * -- Written on 22-October-1986.