Home | History | Annotate | Download | only in renderscript

Lines Matching defs:ZHER2K

3247      * ZHER2K performs one of the hermitian rank 2k operations
3260 public void ZHER2K(@Uplo int Uplo, @Transpose int Trans, Double2 alpha, Allocation A, Allocation B, double beta, Allocation C) {