Home
last modified time | relevance | path

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

/petsc/src/mat/interface/ftn-custom/
H A Dzmatrixf90.c60 if (FORTRANNULLINTEGERPOINTER(ia) && FORTRANNULLSCALARPOINTER(a)) { in matgetrow_()
62 } else if (FORTRANNULLINTEGERPOINTER(ia)) { in matgetrow_()
80 if (FORTRANNULLINTEGERPOINTER(ia) && FORTRANNULLSCALARPOINTER(a)) { in matrestorerow_()
84 if (!FORTRANNULLINTEGERPOINTER(ia)) { in matrestorerow_()
96 if (FORTRANNULLINTEGERPOINTER(ia)) { in matrestorerow_()
/petsc/include/petsc/private/
H A Dftnimpl.h75 #define FORTRANNULLINTEGERPOINTER(a) (((void *)(PETSC_UINTPTR_T)a) == PETSC_NULL_INTEGER_POINTER_Fo… macro