Home
last modified time | relevance | path

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

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java279 …static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y… in validateGEMV() method in ScriptIntrinsicBLAS
325 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV()
347 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV()
369 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV()
391 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV()
423 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV()
458 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV()
493 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGBMV()
528 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGBMV()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt46925 Landroid/renderscript/ScriptIntrinsicBLAS;->validateGEMV(Landroid/renderscript/Element;ILandroid/re…