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_get_exp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
get_exp.c
0
/*
mpfr_get_exp
- get the exponent of a floating-point number
25
#undef
mpfr_get_exp
macro
27
mpfr_get_exp
(mpfr_srcptr x)
function
30
return MPFR_EXP(x); /* do not use
MPFR_GET_EXP
of course... */
mpfr.h
461
__MPFR_DECLSPEC mpfr_exp_t
mpfr_get_exp
(mpfr_srcptr);
902
#define
mpfr_get_exp
(_x) MPFR_VALUE_OF(MPFR_SRCPTR(_x)->_mpfr_exp)
macro
903
/* Note: Defining
mpfr_get_exp
() as a macro has the effect to disable
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026