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_EXP_INVALID
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
init2.c
60
MPFR_EXP (x) =
MPFR_EXP_INVALID
; /* make sure that the exp field has a
mpfr-impl.h
1021
#define
MPFR_EXP_INVALID
\
1033
#define MPFR_EMIN_MIN (1-
MPFR_EXP_INVALID
)
1034
#define MPFR_EMIN_MAX (
MPFR_EXP_INVALID
-1)
1035
#define MPFR_EMAX_MIN (1-
MPFR_EXP_INVALID
)
1036
#define MPFR_EMAX_MAX (
MPFR_EXP_INVALID
-1)
1058
# define MPFR_SET_INVALID_EXP(x) ((void) (MPFR_EXP (x) =
MPFR_EXP_INVALID
))
/src/external/lgpl3/mpfr/dist/tests/
tcheck.c
99
MPFR_EXP (a) =
MPFR_EXP_INVALID
;
102
MPFR_EXP (a) = -
MPFR_EXP_INVALID
;
Completed in 18 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026