/frameworks/rs/cpp/ |
ScriptIntrinsicBLAS.cpp | 175 static void validateGEMV(RS* mRS, sp<const Element> e, RsBlasTranspose TransA, sp<Allocation> A, 207 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY); 218 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY); 229 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY); 240 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY); 252 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY); 268 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY); 284 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY); 300 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY); [all...] |
/frameworks/base/rs/java/android/renderscript/ |
ScriptIntrinsicBLAS.java | 275 static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y, int incY) { 321 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); 343 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); 365 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); 387 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); 419 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); 454 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); 489 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); 524 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); [all...] |
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
IntrinsicBLAS.java | 205 private boolean validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y, int incY) { 249 if (validateGEMV(elemA, trans, matA, vecX, incX, vecY, incY)) { 547 if (validateGEMV(elemA, trans, matA, vecX, incX, vecY, incY) && KU >= 0 && KL >= 0) { [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |