Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscmath.h55 #define PetscLGamma(a) gammaf(a)
160 #define PetscLGamma(a) gammaf(a)
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c2455 …PetscErrorCode (*gammaf[1])(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar[], void … in DMPlexLandauPrintNorms() local
2470 … PetscCall(DMProjectFunction(ctx->plex[grid], 0., gammaf, (void **)c2_0, INSERT_ALL_VALUES, v1)); in DMPlexLandauPrintNorms()