Searched refs:diag (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 1809 int diag = ScriptIntrinsicBLAS.NON_UNIT; in test_L2_STRMV_Correctness() local 1819 mBLAS.STRMV(uplo, trans, diag, matrixAS, vectorXS, incX); in test_L2_STRMV_Correctness() 1828 mBLAS.STRMV(uplo, trans, diag, matrixAS, vectorXS, incX); in test_L2_STRMV_Correctness() 1834 mBLAS.STRMV(uplo, trans, diag, matrixAS, vectorXS, incX); in test_L2_STRMV_Correctness() 1845 mBLAS.STRMV(uplo, trans, diag, matrixAS, vectorXS, incX); in test_L2_STRMV_Correctness() 1857 int diag = ScriptIntrinsicBLAS.NON_UNIT; in test_L2_DTRMV_Correctness() local 1867 mBLAS.DTRMV(uplo, trans, diag, matrixAD, vectorXD, incX); in test_L2_DTRMV_Correctness() 1876 mBLAS.DTRMV(uplo, trans, diag, matrixAD, vectorXD, incX); in test_L2_DTRMV_Correctness() 1882 mBLAS.DTRMV(uplo, trans, diag, matrixAD, vectorXD, incX); in test_L2_DTRMV_Correctness() 1893 mBLAS.DTRMV(uplo, trans, diag, matrixAD, vectorXD, incX); in test_L2_DTRMV_Correctness() [all …]
|
/cts/apps/CameraITS/tests/scene0/ |
D | test_metadata.py | 99 diag = math.sqrt(sensor_size["height"] ** 2 + 102 fov = 2 * math.degrees(math.atan(diag / (2 * fl)))
|
/cts/apps/CameraITS/tools/ |
D | run_all_tests.py | 149 diag = math.sqrt(sensor_size['height'] ** 2 + 152 fov = str(round(2 * math.degrees(math.atan(diag / (2 * focal_l))), 2))
|
/cts/tools/release-parser/tests/resources/ |
D | platform.xml.pb.txt | 160 value: "diag"
|