Home
last modified time | relevance | path

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

/petsc/src/sys/tests/ !
H A Dex34.c10 #define CALL(call) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "%-32s -> %s\n", #call, (call) ? "True" … macro
H A Dex39.c10 #define CALL(call) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "%s -> %s\n", #call, (call) ? "True" : "… macro