Searched refs:PetscLGamma (Results 1 – 3 of 3) sorted by relevance
72 …exact *= PetscExpReal(PetscLGamma(i + alpha + 1.) + PetscLGamma(i + beta + 1.) - (PetscLGamma(i + … in CheckQuadrature()
55 #define PetscLGamma(a) gammaf(a) macro57 #define PetscLGamma(a) lgammaf(a) macro90 #define PetscLGamma(a) gamma(a) macro92 #define PetscLGamma(a) lgamma(a) macro125 #define PetscLGamma(a) gammaq(a) macro127 #define PetscLGamma(a) lgammaq(a) macro160 #define PetscLGamma(a) gammaf(a) macro162 #define PetscLGamma(a) lgammaf(a) macro
753 …gr = PetscExpReal(PetscLGamma(alpha + 1.) + PetscLGamma(beta + 1.) - PetscLGamma(alpha + beta + 2.… in PetscDTJacobiNorm()755 …gr = PetscExpReal(PetscLGamma(n + alpha + 1.) + PetscLGamma(n + beta + 1.) - (PetscLGamma(n + 1.) … in PetscDTJacobiNorm()1484 …rb = PetscExpReal(2. * PetscLGamma(b + 1.) + PetscLGamma(m + 1.) + PetscLGamma(m + a + 1.) - (Pets… in PetscDTGaussLobattoJacobiEndweights_Internal()1485 …ra = PetscExpReal(2. * PetscLGamma(a + 1.) + PetscLGamma(m + 1.) + PetscLGamma(m + b + 1.) - (Pets… in PetscDTGaussLobattoJacobiEndweights_Internal()1564 a2 = PetscLGamma(a + npoints + 1); in PetscDTGaussJacobiQuadrature_Newton_Internal()1565 a3 = PetscLGamma(b + npoints + 1); in PetscDTGaussJacobiQuadrature_Newton_Internal()1566 a4 = PetscLGamma(a + b + npoints + 1); in PetscDTGaussJacobiQuadrature_Newton_Internal()1567 a5 = PetscLGamma(npoints + 1); in PetscDTGaussJacobiQuadrature_Newton_Internal()