Home | History | Annotate | Download | only in renderscript

Lines Matching defs:CHERK

3981      * CHERK performs one of the hermitian rank k operations
3993 public void CHERK(@Uplo int Uplo, @Transpose int Trans, float alpha, Allocation A, float beta, Allocation C) {