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_UBF_EXP_LESS_P
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
add.c
93
else if (
MPFR_UBF_EXP_LESS_P
(b, c))
sub.c
87
else if (
MPFR_UBF_EXP_LESS_P
(b, c))
add1.c
40
MPFR_ASSERTD (!
MPFR_UBF_EXP_LESS_P
(b, c));
mpfr-impl.h
1067
#define
MPFR_UBF_EXP_LESS_P
(x,y) \
1069
mpfr_ubf_exp_less_p
(x, y) : MPFR_GET_EXP (x) < MPFR_GET_EXP (y))
2667
For instance, that's why
mpfr_ubf_exp_less_p
uses mpfr_srcptr.
2732
__MPFR_DECLSPEC int
mpfr_ubf_exp_less_p
(mpfr_srcptr, mpfr_srcptr);
Completed in 18 milliseconds
Indexes created Fri Jun 05 00:26:10 UTC 2026