Home
last modified time | relevance | path

Searched defs:EQ (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.c54 #define DEF_PackFunc(Type, BS, EQ) \ argument
95 #define DEF_UnpackFunc(Type, BS, EQ) \ argument
136 #define DEF_UnpackAndOp(Type, BS, EQ, Opname, Op, OpApply) \ argument
169 #define DEF_FetchAndOp(Type, BS, EQ, Opname, Op, OpApply) \ argument
190 #define DEF_ScatterAndOp(Type, BS, EQ, Opname, Op, OpApply) \ argument
223 #define DEF_FetchAndOpLocal(Type, BS, EQ, Opname, Op, OpApply) \ argument
245 #define DEF_Pack(Type, BS, EQ) \ argument
254 #define DEF_Add(Type, BS, EQ) \ argument
266 #define DEF_Cmp(Type, BS, EQ) \ argument
279 #define DEF_Log(Type, BS, EQ) \ argument
[all …]
/petsc/src/tao/constrained/impls/almm/
H A Dalmm.c535 static PetscErrorCode TaoALMMCombineDual_Private(Tao tao, Vec EQ, Vec IN, Vec Y) in TaoALMMCombineDual_Private()