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.
50 * Unchanged on exit.
53 * On entry, INCX specifies the increment for the elements of
55 * Unchanged on exit.
63 * and a( 2, 2 ) respectively, and so on. On exit, the array
70 * and a( 3, 1 ) respectively, and so on. On exit, the array
74 * not be set, they are assumed to be zero, and on exit they
82 * -- Written on 22-October-1986.