Searched refs:REDUCE_EMAX (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtai.c32 #define REDUCE_EMAX 7 /* this is to avoid that test_generic() calls mpfr_ai macro
H A Dtcsc.c29 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dtj1.c30 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dtj0.c30 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dtcot.c29 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dtsec.c29 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dttan.c29 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dtgeneric.c104 expensive when using mpfr_get_emax(). Then simply define REDUCE_EMAX
106 #ifndef REDUCE_EMAX
107 #define REDUCE_EMAX mpfr_get_emax () macro
197 mpfr_setmax (x, REDUCE_EMAX);
H A Dtcos.c72 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro
H A Dtsin.c199 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */ macro

Completed in 110 milliseconds