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 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
ubf.c
198
use the
MPFR_UBF_EXP_LESS_P
wrapper macro, which is optimized for this
201
mpfr_ubf_exp_less_p
(mpfr_srcptr x, mpfr_srcptr y)
function
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 15 milliseconds
Indexes created Fri Jun 05 00:26:10 UTC 2026