OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x_eps
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libquadmath/math/
tgammaq.c
86
__float128
x_eps
= 0;
local
95
x_eps
= (x - (x_adj - n));
96
prod = __quadmath_gamma_productq (x_adj - n,
x_eps
, n, &eps);
98
/* The result is now gamma (X_ADJ +
X_EPS
) / (PROD * (1 + EPS)).
99
Compute gamma (X_ADJ +
X_EPS
) using Stirling's approximation,
118
exp_adj +=
x_eps
* logq (x_adj);
/src/external/gpl3/gcc.old/dist/libquadmath/math/
tgammaq.c
86
__float128
x_eps
= 0;
local
95
x_eps
= (x - (x_adj - n));
96
prod = __quadmath_gamma_productq (x_adj - n,
x_eps
, n, &eps);
98
/* The result is now gamma (X_ADJ +
X_EPS
) / (PROD * (1 + EPS)).
99
Compute gamma (X_ADJ +
X_EPS
) using Stirling's approximation,
118
exp_adj +=
x_eps
* logq (x_adj);
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026