HomeSort by: relevance | last modified time | path
    Searched defs:MPFR_DIVHIGH_TAB_SIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tools/
check_mparam.c 44 #define MPFR_DIVHIGH_TAB_SIZE (numberof_const (divhigh_ktab))
64 for (n = 2; n < MPFR_DIVHIGH_TAB_SIZE; n++)
  /src/external/lgpl3/mpfr/dist/src/
mulders.c 138 #ifdef MPFR_DIVHIGH_TAB_SIZE
139 static short divhigh_ktab[MPFR_DIVHIGH_TAB_SIZE];
142 #define MPFR_DIVHIGH_TAB_SIZE (numberof_const (divhigh_ktab))
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);
  /src/external/lgpl3/mpfr/dist/tune/
tuneup.c 733 #define MPFR_DIVHIGH_TAB_SIZE MPFR_DIVHIGH_SIZE
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 49 milliseconds