Lines Matching refs:uplo
15 /* Subroutine */ int ztbmv_(char *uplo, char *trans, char *diag, integer *n,
52 /* UPLO - CHARACTER*1. */
53 /* On entry, UPLO specifies whether the matrix is an upper or */
56 /* UPLO = 'U' or 'u' A is an upper triangular matrix. */
58 /* UPLO = 'L' or 'l' A is a lower triangular matrix. */
91 /* On entry with UPLO = 'U' or 'u', K specifies the number of */
93 /* On entry with UPLO = 'L' or 'l', K specifies the number of */
99 /* Before entry with UPLO = 'U' or 'u', the leading ( k + 1 ) */
117 /* Before entry with UPLO = 'L' or 'l', the leading ( k + 1 ) */
191 if (! lsame_(uplo, "U", (ftnlen)1, (ftnlen)1) && ! lsame_(uplo, "L", (
240 if (lsame_(uplo, "U", (ftnlen)1, (ftnlen)1)) {
403 if (lsame_(uplo, "U", (ftnlen)1, (ftnlen)1)) {