Home
last modified time | relevance | path

Searched defs:pred (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu4865 auto pred = thrust::identity<int>(); in MatSeqAIJCUSPARSEMergeMats() local
4867 auto pred = cuda::std::identity(); in MatSeqAIJCUSPARSEMergeMats() local
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx4201 auto pred = [](const int &x) { return x; }; in MatSeqAIJHIPSPARSEMergeMats() local
/petsc/src/snes/interface/
H A Dsnes.c5599 PetscReal pred = PetscAbsReal(kctx->norm_last - kctx->lresid_last); in KSPPreSolve_SNESEW() local