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_int
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
mpfr.h
62
typedef int
mpfr_int
;
typedef
1046
mpfr_int
_s, _k; \
1069
(
mpfr_int
) MPFR_REGULAR_KIND * MPFR_SIGN (_x) \
1071
(
mpfr_int
) MPFR_INF_KIND * MPFR_SIGN (_x) \
1072
: _x->_mpfr_exp == __MPFR_EXP_NAN ? (
mpfr_int
) MPFR_NAN_KIND \
1073
: (
mpfr_int
) MPFR_ZERO_KIND * MPFR_SIGN (_x); \
Completed in 21 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026