HomeSort by relevance Sort by last modified time
    Searched refs:uplo (Results 51 - 52 of 52) sorted by null

1 23

  /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 23