Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscmath.h53 #define PetscTGamma(a) tgammaf(a) macro
88 #define PetscTGamma(a) tgamma(a) macro
123 #define PetscTGamma(a) tgammaq(a) macro
158 #define PetscTGamma(a) tgammaf(a) macro
/petsc/src/dm/dt/interface/
H A Ddt.c1639 ga = PetscTGamma(a + 1); in PetscDTGaussJacobiQuadrature_GolubWelsch_Internal()
1640 gb = PetscTGamma(b + 1); in PetscDTGaussJacobiQuadrature_GolubWelsch_Internal()
1641 gab = PetscTGamma(a + b + 2); in PetscDTGaussJacobiQuadrature_GolubWelsch_Internal()