Home | History | Annotate | Download | only in renderscript

Lines Matching defs:ZSYR2K

3532      * ZSYR2K performs one of the symmetric rank 2k operations
3545 public void ZSYR2K(@Uplo int Uplo, @Transpose int Trans, Double2 alpha, Allocation A, Allocation B, Double2 beta, Allocation C) {