Home
last modified time | relevance | path

Searched defs:REDUCE_EMAX (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dty0.c27 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dty1.c27 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dtcsc.c26 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dtsin.c198 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
200 #define REDUCE_EMAX 16383 /* reduce further since mini-gmp works in O(n^2) */ macro
H A Dtj0.c27 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dtcot.c26 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dtsec.c26 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dtj1.c27 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dttan.c26 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dtai.c28 #define REDUCE_EMAX 7 /* this is to avoid that test_generic() calls mpfr_ai macro
H A Dtgamma_inc.c31 #define REDUCE_EMAX TEST_RANDOM_EMAX macro
H A Dtcos.c69 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dtgeneric.c159 #define REDUCE_EMAX mpfr_get_emax () macro