HomeSort by: relevance | last modified time | path
    Searched refs: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 */
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 */
tai.c 28 #define REDUCE_EMAX 7 /* this is to avoid that test_generic() calls mpfr_ai
tj0.c 27 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */
ttan.c 26 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */
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);
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) */
tcos.c 69 #define REDUCE_EMAX 262143 /* otherwise arg. reduction is too expensive */
tgamma_inc.c 31 #define REDUCE_EMAX TEST_RANDOM_EMAX

Completed in 182 milliseconds