Home
last modified time | relevance | path

Searched refs:validateGEMV (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java275 …static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y… in validateGEMV() method in ScriptIntrinsicBLAS
321 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV()
343 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV()
365 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV()
387 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV()
419 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV()
454 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV()
489 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGBMV()
524 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGBMV()
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp175 static void validateGEMV(RS* mRS, sp<const Element> e, RsBlasTranspose TransA, sp<Allocation> A, in validateGEMV() function
207 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV()
218 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV()
229 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV()
240 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV()
252 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV()
268 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV()
284 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY); in CGBMV()
300 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGBMV()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScriptIntrinsicBLAS.java282 …static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y…
328 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV()
360 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV()
392 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV()
424 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV()
466 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV()
511 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV()
556 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGBMV()
601 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGBMV()