Home | History | Annotate | Download | only in products

Lines Matching refs:uplo

57     char side='L', uplo='L'; \
74 if (LhsStorageOrder==RowMajor) uplo='U'; \
84 BLASPREFIX##symm_(&side, &uplo, &m, &n, &numext::real_ref(alpha), (const BLASTYPE*)a, &lda, (const BLASTYPE*)b, &ldb, &numext::real_ref(beta), (BLASTYPE*)res, &ldc); \
103 char side='L', uplo='L'; \
127 if (LhsStorageOrder==RowMajor) uplo='U'; \
147 BLASPREFIX##hemm_(&side, &uplo, &m, &n, &numext::real_ref(alpha), (const BLASTYPE*)a, &lda, (const BLASTYPE*)b, &ldb, &numext::real_ref(beta), (BLASTYPE*)res, &ldc); \
174 char side='R', uplo='L'; \
190 if (RhsStorageOrder==RowMajor) uplo='U'; \
200 BLASPREFIX##symm_(&side, &uplo, &m, &n, &numext::real_ref(alpha), (const BLASTYPE*)a, &lda, (const BLASTYPE*)b, &ldb, &numext::real_ref(beta), (BLASTYPE*)res, &ldc); \
219 char side='R', uplo='L'; \
242 if (RhsStorageOrder==RowMajor) uplo='U'; \
262 BLASPREFIX##hemm_(&side, &uplo, &m, &n, &numext::real_ref(alpha), (const BLASTYPE*)a, &lda, (const BLASTYPE*)b, &ldb, &numext::real_ref(beta), (BLASTYPE*)res, &ldc); \