OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:supplement
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
acos.c
30
mpfr_exp_t
supplement
;
local
87
/* Compute the
supplement
*/
90
supplement
= 2 - 2 * MPFR_GET_EXP (xp);
92
supplement
= 2 - MPFR_GET_EXP (xp);
96
prec += MPFR_INT_CEIL_LOG2(prec) + 10 +
supplement
;
131
if (MPFR_LIKELY (MPFR_CAN_ROUND (arcc, prec -
supplement
,
Completed in 24 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026