OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expw
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
beta.c
308
mpfr_exp_t
expw
= mpfr_get_exp (w);
local
309
if (mpfr_cmp_ui_2exp (w, 1,
expw
- 1) == 0)
312
mpfr_set_ui_2exp (tmp, 1, 1 -
expw
, MPFR_RNDN);
315
else if (mpfr_cmp_si_2exp (w, -1,
expw
- 1) == 0)
317
mpfr_set_si_2exp (tmp, -1, 1 -
expw
, MPFR_RNDN);
/src/external/lgpl3/mpc/dist/src/
log.c
34
mpfr_exp_t
expw
;
local
178
expw
= mpfr_get_exp (w);
188
-1 +
expw
- mpfr_get_exp (w)
Completed in 42 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026