OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REDUCE_EMAX
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tests/
tcsc.c
26
#define
REDUCE_EMAX
262143 /* otherwise arg. reduction is too expensive */
ty0.c
27
#define
REDUCE_EMAX
262143 /* otherwise arg. reduction is too expensive */
ty1.c
27
#define
REDUCE_EMAX
262143 /* otherwise arg. reduction is too expensive */
tj0.c
27
#define
REDUCE_EMAX
262143 /* otherwise arg. reduction is too expensive */
tcot.c
26
#define
REDUCE_EMAX
262143 /* otherwise arg. reduction is too expensive */
tj1.c
27
#define
REDUCE_EMAX
262143 /* otherwise arg. reduction is too expensive */
tsec.c
26
#define
REDUCE_EMAX
262143 /* otherwise arg. reduction is too expensive */
ttan.c
26
#define
REDUCE_EMAX
262143 /* otherwise arg. reduction is too expensive */
tai.c
28
#define
REDUCE_EMAX
7 /* this is to avoid that test_generic() calls mpfr_ai
tcos.c
69
#define
REDUCE_EMAX
262143 /* otherwise arg. reduction is too expensive */
tgamma_inc.c
31
#define
REDUCE_EMAX
TEST_RANDOM_EMAX
tsin.c
198
#define
REDUCE_EMAX
262143 /* otherwise arg. reduction is too expensive */
200
#define
REDUCE_EMAX
16383 /* reduce further since mini-gmp works in O(n^2) */
tgeneric.c
156
expensive when using mpfr_get_emax(). Then simply define
REDUCE_EMAX
158
#ifndef
REDUCE_EMAX
159
#define
REDUCE_EMAX
mpfr_get_emax ()
302
mpfr_setmax (x,
REDUCE_EMAX
);
305
mpfr_setmax (x2,
REDUCE_EMAX
);
315
mpfr_setmax (x2,
REDUCE_EMAX
);
321
mpfr_setmax (x,
REDUCE_EMAX
);
Completed in 36 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026