Home | History | Annotate | Download | only in renderscript

Lines Matching defs:SSYRK

3260      * SSYRK performs one of the symmetric rank k operations
3272 public void SSYRK(@Uplo int Uplo, @Transpose int Trans, float alpha, Allocation A, float beta, Allocation C) {