Searched defs:PetscLikely (Results 1 – 1 of 1) sorted by relevance
595 #define PetscLikely(cond) __builtin_expect(!!(cond), 1) macro598 #define PetscLikely(cond) (cond) macro