Home | History | Annotate | Download | only in renderscript

Lines Matching defs:CTRMM

2888      * CTRMM performs one of the matrix-matrix operations
2902 public void CTRMM(@Side int Side, @Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Float2 alpha, Allocation A, Allocation B) {