OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uplo
(Results
51 - 52
of
52
) sorted by null
1
2
3
/cts/tests/tests/rsblas/assets/
blas_gen.py
27
def triangularMatrixGen(a,
uplo
):
28
if
uplo
== 'u': #upper = 1, lower = 2
32
elif
uplo
== 'l':
/external/cblas/testing/
cblas_test.h
511
void get_uplo_type(char *type, enum CBLAS_UPLO *
uplo
);
Completed in 162 milliseconds
1
2
3