Lines Matching refs:PetscReal

16 PETSC_DEVICE_FUNC_DECL static PetscReal polevl_10(PetscReal x, const PetscReal coef[])  in polevl_10()
18 PetscReal ans; in polevl_10()
24 PETSC_DEVICE_FUNC_DECL static PetscReal polevl_9(PetscReal x, const PetscReal coef[]) in polevl_9()
26 PetscReal ans; in polevl_9()
35 PETSC_DEVICE_FUNC_DECL static void ellipticE(PetscReal x, PetscReal *ret) in ellipticE()
38 …static const PetscReal P2[] = {1.53552577301013293365E-4F, 2.50888492163602060990E-3F, 8.687868165… in ellipticE()
40 …static const PetscReal Q2[] = {3.27954898576485872656E-5F, 1.00962792679356715133E-3F, 6.506094899… in ellipticE()
43 …static const PetscReal P2[] = {1.53552577301013293365E-4, 2.50888492163602060990E-3, 8.68786816565… in ellipticE()
45 …static const PetscReal Q2[] = {3.27954898576485872656E-5, 1.00962792679356715133E-3, 6.50609489976… in ellipticE()
54 PETSC_DEVICE_FUNC_DECL static void ellipticK(PetscReal x, PetscReal *ret) in ellipticK()
57 …static const PetscReal P1[] = {1.37982864606273237150E-4F, 2.28025724005875567385E-3F, 7.974040132… in ellipticK()
59 …static const PetscReal Q1[] = {2.94078955048598507511E-5F, 9.14184723865917226571E-4F, 5.940583037… in ellipticK()
62 …static const PetscReal P1[] = {1.37982864606273237150E-4, 2.28025724005875567385E-3, 7.97404013220… in ellipticK()
64 …static const PetscReal Q1[] = {2.94078955048598507511E-5, 9.14184723865917226571E-4, 5.94058303753… in ellipticK()
71 … LandauTensor2D(const PetscReal x[], const PetscReal rp, const PetscReal zp, PetscReal Ud[][2], Pe… in LandauTensor2D()
73PetscReal l, s, r = x[0], z = x[1], i1func, i2func, i3func, ks, es, pi4pow, sqrt_1s, r2, rp2, r2pr… in LandauTensor2D()
111 …oid LandauTensor3D(const PetscReal x1[], const PetscReal xp, const PetscReal yp, const PetscReal z… in LandauTensor3D()
113 PetscReal dx[3], inorm3, inorm, inorm2, norm2, x2[] = {xp, yp, zp}; in LandauTensor3D()
129 …ativistic(const PetscReal a_x1[], const PetscReal xp, const PetscReal yp, const PetscReal zp, Pets… in LandauTensor3DRelativistic()
131 …const PetscReal x2[3] = {xp, yp, zp}, x1[3] = {a_x1[0], a_x1[1], a_x1[2]}, c02 = c0 * c0, g1 = GAM… in LandauTensor3DRelativistic()
132 PetscReal fact, u1u2, diff[3], udiff2, u12, u22, wsq, rsq, tt; in LandauTensor3DRelativistic()