Home | History | Annotate | Download | only in blas

Lines Matching defs:UPLO

1       SUBROUTINE ZHPR(UPLO,N,ALPHA,X,INCX,AP)
5 CHARACTER UPLO
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
59 * Before entry with UPLO = 'U' or 'u', the array AP must
66 * Before entry with UPLO = 'L' or 'l', the array AP must
112 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'L')) THEN
140 IF (LSAME(UPLO,'U')) THEN