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_round
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
rint.c
315
#undef
mpfr_round
macro
318
mpfr_round
(mpfr_ptr r, mpfr_srcptr u)
function
347
/* We need to save the flags and restore them after calling the
mpfr_round
,
394
MPFR_BLOCK (flags,
mpfr_round
(tmp, u));
rint.c
315
#undef
mpfr_round
macro
318
mpfr_round
(mpfr_ptr r, mpfr_srcptr u)
function
347
/* We need to save the flags and restore them after calling the
mpfr_round
,
394
MPFR_BLOCK (flags,
mpfr_round
(tmp, u));
mpfr.h
109
MPFR_RNDNA=-1 /* round to nearest, with ties away from zero (
mpfr_round
) */
666
__MPFR_DECLSPEC int
mpfr_round
(mpfr_ptr, mpfr_srcptr);
908
#define
mpfr_round
(a,b) mpfr_rint((a), (b), MPFR_RNDNA)
macro
mpfr.h
109
MPFR_RNDNA=-1 /* round to nearest, with ties away from zero (
mpfr_round
) */
666
__MPFR_DECLSPEC int
mpfr_round
(mpfr_ptr, mpfr_srcptr);
908
#define
mpfr_round
(a,b) mpfr_rint((a), (b), MPFR_RNDNA)
macro
Completed in 31 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026