/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 275 static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS 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);
|
/frameworks/rs/cpp/ |
H A D | ScriptIntrinsicBLAS.cpp | 177 static void validateGEMV(RS* mRS, sp<const Element> e, RsBlasTranspose TransA, sp<Allocation> A, function 209 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY); 220 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY); 231 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY); 242 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY); 254 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY); 270 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY); 286 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY); 302 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 282 static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS 328 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); 360 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); 392 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); 424 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); 466 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); 511 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); 556 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); 601 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY);
|