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_IS_LIKE_RNDD
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tests/
tcan_round.c
197
MPFR_IS_LIKE_RNDD
(r1, MPFR_SIGN_POS) ?
200
(
MPFR_IS_LIKE_RNDD
(r2, MPFR_SIGN_POS) ? 0 : prec < i) :
286
mpfr_set (yinf,
MPFR_IS_LIKE_RNDD
(rnd1, 1) ?
tests.c
786
sb == 0 ? 0 :
MPFR_IS_LIKE_RNDD
(rnd, MPFR_SIGN (y)) ? -1 : 1;
tfms.c
230
if (signy < 0 &&
MPFR_IS_LIKE_RNDD
(rnd, -signz))
tset_si.c
379
(
MPFR_IS_LIKE_RNDD
(r, MPFR_SIGN (x)) ? 0 :
tfma.c
461
if (signy < 0 &&
MPFR_IS_LIKE_RNDD
(rnd, signz))
tsub.c
1362
MPFR_IS_LIKE_RNDD
((mpfr_rnd_t) rnd, sign) ?
/src/external/lgpl3/mpfr/dist/src/
gamma.c
217
MPFR_IS_LIKE_RNDD
(rnd_mode, sign) &&
sum.c
1051
MPFR_IS_LIKE_RNDD
(rnd, sgn) ? (sst ? -1 : 0) :
1058
else if (
MPFR_IS_LIKE_RNDD
(rnd, sgn) && sst == -1)
mpfr-impl.h
1221
#define
MPFR_IS_LIKE_RNDD
(rnd, sign) \
Completed in 29 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026