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_nan_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
isnan.c
0
/*
mpfr_nan_p
-- check for NaN
26
(
mpfr_nan_p
) (mpfr_srcptr x)
function
mpfr.h
700
__MPFR_DECLSPEC int
mpfr_nan_p
(mpfr_srcptr);
888
#define
mpfr_nan_p
(_x) (MPFR_SRCPTR(_x)->_mpfr_exp == __MPFR_EXP_NAN)
macro
898
(
mpfr_nan_p
(_x) ? mpfr_set_erangeflag () : (mpfr_void) 0), 0 : \
Completed in 15 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026