Lines Matching refs:uplo
15 /* Subroutine */ int chpmv_(char *uplo, integer *n, complex *alpha, complex *
51 /* UPLO - CHARACTER*1. */
52 /* On entry, UPLO specifies whether the upper or lower */
56 /* UPLO = 'U' or 'u' The upper triangular part of A is */
59 /* UPLO = 'L' or 'l' The lower triangular part of A is */
75 /* Before entry with UPLO = 'U' or 'u', the array AP must */
80 /* Before entry with UPLO = 'L' or 'l', the array AP must */
149 if (! lsame_(uplo, "U", (ftnlen)1, (ftnlen)1) && ! lsame_(uplo, "L", (
239 if (lsame_(uplo, "U", (ftnlen)1, (ftnlen)1)) {