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.
67 * respectively, and so on.
72 * respectively, and so on.
75 * Unchanged on exit.
80 * element vector x. On exit, X is overwritten with the
84 * On entry, INCX specifies the increment for the elements of
86 * Unchanged on exit.
93 * -- Written on 22-October-1986.