OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MPFR_RNDU
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tune/
bidimensional_sample.c
130
mpfr_set_ui (temp, (unsigned long int)param.max_prec,
MPFR_RNDU
);
131
mpfr_div_ui (temp, temp, (unsigned long int)param.min_prec,
MPFR_RNDU
);
133
(unsigned long int)param.nb_points_prec,
MPFR_RNDU
);
134
incr_prec = mpfr_get_d (temp,
MPFR_RNDU
);
158
MPFR_RNDU
);
164
MPFR_RNDU
);
165
mpfr_exp2 (incr_x, incr_x,
MPFR_RNDU
);
171
MPFR_RNDU
);
172
mpfr_exp2 (incr_x, incr_x,
MPFR_RNDU
);
183
mpfr_set_d (temp, param.min_x,
MPFR_RNDU
);
[
all
...]
/src/external/lgpl3/mpfr/dist/src/
mpfr.h
96
MPFR_RNDU
must appear just before MPFR_RNDD (see
105
MPFR_RNDU
, /* round toward +Inf */
115
#define GMP_RNDU
MPFR_RNDU
910
#define mpfr_ceil(a,b) mpfr_rint((a), (b),
MPFR_RNDU
)
Completed in 67 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026