OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpfr_get_exp_t
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
exp2.c
26
/* TODO:
mpfr_get_exp_t
is called 3 times, with 3 different directed
38
e =
mpfr_get_exp_t
(x, rnd_mode);
105
xint =
mpfr_get_exp_t
(x, MPFR_RNDZ);
expm1.c
93
err =
mpfr_get_exp_t
(t, MPFR_RNDU);
ubf.c
233
e =
mpfr_get_exp_t
(d, MPFR_RNDZ);
pow.c
591
ebound =
mpfr_get_exp_t
(tmp, MPFR_RNDU);
mpfr-impl.h
1005
# define
mpfr_get_exp_t
(x,r) mpfr_get_si((x),(r))
macro
1011
# define
mpfr_get_exp_t
(x,r) mpfr_get_sj((x),(r))
macro
get_str.c
2472
r =
mpfr_get_exp_t
(t, MPFR_RNDU);
Completed in 19 milliseconds
Indexes created Fri Jun 05 00:26:10 UTC 2026