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

/netbsd-current/external/lgpl3/mpfr/dist/tools/
H A Dcheck_mparam.c44 #define MPFR_DIVHIGH_TAB_SIZE (numberof_const (divhigh_ktab)) macro
64 for (n = 2; n < MPFR_DIVHIGH_TAB_SIZE; n++)
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmulders.c138 #ifdef MPFR_DIVHIGH_TAB_SIZE
139 static short divhigh_ktab[MPFR_DIVHIGH_TAB_SIZE];
142 #define MPFR_DIVHIGH_TAB_SIZE (numberof_const (divhigh_ktab)) macro
247 MPFR_STAT_STATIC_ASSERT (MPFR_DIVHIGH_TAB_SIZE >= 15); /* so that 2*(n/3) >= (n+4)/2 */
249 k = MPFR_LIKELY (n < MPFR_DIVHIGH_TAB_SIZE) ? divhigh_ktab[n] : 2*(n/3);
/netbsd-current/external/lgpl3/mpfr/dist/tune/
H A Dtuneup.c733 #define MPFR_DIVHIGH_TAB_SIZE MPFR_DIVHIGH_SIZE macro
951 printf ("Tuning mpfr_divhigh_n[%d]", (int) MPFR_DIVHIGH_TAB_SIZE);
953 for (k = 0 ; k < MPFR_DIVHIGH_TAB_SIZE ; k++)
956 if (k != MPFR_DIVHIGH_TAB_SIZE - 1)

Completed in 187 milliseconds