HomeSort by relevance Sort by last modified time
    Searched defs:validateGEMV (Results 1 - 3 of 3) sorted by null

  /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/renderscript/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 

Completed in 330 milliseconds