Home
last modified time | relevance | path

Searched defs:uplo (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java890 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_CHEMV_Correctness() local
928 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_ZHEMV_Correctness() local
1024 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_CHBMV_Correctness() local
1062 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_ZHBMV_Correctness() local
1155 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_CHPMV_Correctness() local
1194 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_ZHPMV_Correctness() local
1319 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_SSYMV_Correctness() local
1357 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_DSYMV_Correctness() local
1453 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_SSBMV_Correctness() local
1491 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_DSBMV_Correctness() local
[all …]
/cts/tests/tests/rsblas/assets/
Dblas_gen.py27 def triangularMatrixGen(a, uplo): argument