Home
last modified time | relevance | path

Searched refs:result_if_true (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Dpetscadvancedmacros.h7 #define PETSC_IF_INTERNAL_0(result_if_true, ...) __VA_ARGS__ argument
8 #define PETSC_IF_INTERNAL_1(result_if_true, ...) result_if_true argument
40 #define PetscIf(cond, result_if_true, ...) PetscConcat_(PETSC_IF_INTERNAL_, cond)(result_if_true, _… argument
69 #define PetscIfPetscDefined(cond, result_if_true, ...) PetscIf(PetscDefined(cond), result_if_true, … argument