Lines Matching refs:uplo
15 /* Subroutine */ int dspmv_(char *uplo, integer *n, doublereal *alpha,
46 /* UPLO - CHARACTER*1. */
47 /* On entry, UPLO specifies whether the upper or lower */
51 /* UPLO = 'U' or 'u' The upper triangular part of A is */
54 /* UPLO = 'L' or 'l' The lower triangular part of A is */
70 /* Before entry with UPLO = 'U' or 'u', the array AP must */
75 /* Before entry with UPLO = 'L' or 'l', the array AP must */
140 if (! lsame_(uplo, "U", (ftnlen)1, (ftnlen)1) && ! lsame_(uplo, "L", (
217 if (lsame_(uplo, "U", (ftnlen)1, (ftnlen)1)) {