Home | History | Annotate | Download | only in renderscript

Lines Matching defs:rsnScriptIntrinsicBLAS_Z

1002     native void rsnScriptIntrinsicBLAS_Z(long con, long id, int func, int TransA,
1011 rsnScriptIntrinsicBLAS_Z(mContext, id, func, TransA, TransB, Side, Uplo, Diag, M, N, K, alphaX, alphaY, A, B, betaX, betaY, C, incX, incY, KL, KU);