OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_up
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libquadmath/math/
lgammaq_neg.c
512
int
n_up
= (21 - i) / 2;
local
514
ny0 = y0 +
n_up
;
515
ny0_eps = y0 - (ny0 -
n_up
) + y0_eps;
518
ny = y +
n_up
;
519
ny_eps = y - (ny -
n_up
) + y_eps;
522
__float128 prodm1 = __quadmath_lgamma_productq (xdiff, y -
n_up
, y_eps,
n_up
);
/src/external/gpl3/gcc.old/dist/libquadmath/math/
lgammaq_neg.c
512
int
n_up
= (21 - i) / 2;
local
514
ny0 = y0 +
n_up
;
515
ny0_eps = y0 - (ny0 -
n_up
) + y0_eps;
518
ny = y +
n_up
;
519
ny_eps = y - (ny -
n_up
) + y_eps;
522
__float128 prodm1 = __quadmath_lgamma_productq (xdiff, y -
n_up
, y_eps,
n_up
);
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026