Home
last modified time | relevance | path

Searched refs:LS2PI (Results 1 – 21 of 21) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/mingw/math/
H A Dlgamma.c36 static double LS2PI = 0.91893853320467274178; variable
67 #define LS2PI LS2P[0].d macro
104 #define LS2PI (ls2p.d) macro
145 #define LS2PI ls2p.d macro
257 q = (x - 0.5) * log(x) - x + LS2PI; in __lgamma_r()
H A Dlgammaf.c31 static const float LS2PI = 0.91893853320467274178; variable
168 q = LS2PI - x; in __lgammaf_r()
H A Dlgammal.c209 static const long double LS2PI = 0.91893853320467274178L; variable
313 q = (x - 0.5L) * logl(x) - x + LS2PI; in __lgammal_r()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/math/
H A Dlgamma.c36 static double LS2PI = 0.91893853320467274178; variable
67 #define LS2PI LS2P[0].d macro
104 #define LS2PI (ls2p.d) macro
145 #define LS2PI ls2p.d macro
257 q = (x - 0.5) * log(x) - x + LS2PI; in __lgamma_r()
H A Dlgammaf.c31 static const float LS2PI = 0.91893853320467274178; variable
168 q = LS2PI - x; in __lgammaf_r()
H A Dlgammal.c209 static const long double LS2PI = 0.91893853320467274178L; variable
313 q = (x - 0.5L) * logl(x) - x + LS2PI; in __lgammal_r()
/dports/math/p5-Math-Cephes/Math-Cephes-0.5305/libmd/
H A Dgamma.c473 static double LS2PI = 0.91893853320467274178; variable
504 #define LS2PI *(double *)LS2P macro
537 #define LS2PI *(double *)LS2P macro
569 #define LS2PI *(double *)LS2P macro
673 q = ( x - 0.5 ) * md_log(x) - x + LS2PI;
/dports/textproc/dbacl/dbacl-1.14.1/src/
H A Dgamma.c473 static double LS2PI = 0.91893853320467274178; variable
504 #define LS2PI *(double *)LS2P macro
537 #define LS2PI *(double *)LS2P macro
569 #define LS2PI *(double *)LS2P macro
673 q = ( x - 0.5 ) * log(x) - x + LS2PI;
/dports/math/grace/grace-5.1.25/cephes/
H A Dgamma.c459 static double LS2PI = 0.91893853320467274178; variable
490 #define LS2PI LS2P.d macro
521 #define LS2PI LS2P.d macro
551 #define LS2PI LS2P.d macro
653 q = ( x - 0.5 ) * log(x) - x + LS2PI;
/dports/science/py-scipy/scipy-1.7.1/scipy/special/cephes/
H A Dgamma.c269 static double LS2PI = 0.91893853320467274178; variable
352 q = (x - 0.5) * log(x) - x + LS2PI; in lgam_sgn()
/dports/math/unuran/unuran-1.8.1/src/specfunct/
H A Dgamma.c302 static double LS2PI = 0.91893853320467274178; variable
383 q = ( x - 0.5 ) * log(x) - x + LS2PI; in _unur_cephes_lgam()
/dports/math/gretl/gretl-2021d/cephes/
H A Dgamma.c301 static double LS2PI = 0.91893853320467274178; variable
386 q = (x - 0.5) * log(x) - x + LS2PI; in lgam()
/dports/biology/py-ete3/ete3-3.1.2/ete3/evol/
H A Dutils.py191 LS2PI = 0.91893853320467274178 variable
315 q = (x - 0.5) * log(x) - x + LS2PI
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/math/
H A Dchi2.cpp139 const DBL LS2PI = 0.91893853320467274178; variable
460 q = (x - 0.5) * log(x) - x + LS2PI; in lgam()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/math/
H A Dchi2.cpp112 const DBL LS2PI = 0.91893853320467274178; variable
438 q = (x - 0.5) * log(x) - x + LS2PI; in lgam()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dchi2.cpp117 const DBL LS2PI = 0.91893853320467274178; variable
448 q = (x - 0.5) * log(x) - x + LS2PI; in lgam()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dchi2.cpp112 const DBL LS2PI = 0.91893853320467274178; variable
439 q = (x - 0.5) * log(x) - x + LS2PI; in lgam()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dspecfun.c354 static const double LS2PI = 0.91893853320467274178; in lngamma() local
385 #define LS2PI *(double *)LS2P in lngamma() macro
418 #define LS2PI *(double *)LS2P in lngamma() macro
450 #define LS2PI *(double *)LS2P in lngamma() macro
537 q = (x - 0.5) * log(x) - x + LS2PI; in lngamma()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dspecfun.c374 static const double LS2PI = 0.91893853320467274178; in lngamma() local
405 #define LS2PI *(double *)LS2P in lngamma() macro
438 #define LS2PI *(double *)LS2P in lngamma() macro
470 #define LS2PI *(double *)LS2P in lngamma() macro
557 q = (x - 0.5) * log(x) - x + LS2PI; in lngamma()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dspecfun.c374 static const double LS2PI = 0.91893853320467274178; in lngamma() local
405 #define LS2PI *(double *)LS2P in lngamma() macro
438 #define LS2PI *(double *)LS2P in lngamma() macro
470 #define LS2PI *(double *)LS2P in lngamma() macro
557 q = (x - 0.5) * log(x) - x + LS2PI; in lngamma()
/dports/math/py-numpy/numpy-1.20.3/numpy/random/src/distributions/
H A Ddistributions.c545 #define LS2PI 0.91893853320467267 macro