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

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtsum.c25 #ifndef MPFR_NCANCEL
26 #define MPFR_NCANCEL 10 macro
867 * 1. We set the first MPFR_NCANCEL members of an array to random values,
870 * 2. For each of the next MPFR_NCANCEL iterations:
891 mpfr_t x[2 * MPFR_NCANCEL], bound;
892 mpfr_ptr px[2 * MPFR_NCANCEL];
920 if (n < MPFR_NCANCEL)

Completed in 44 milliseconds