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

  /src/external/lgpl3/mpfr/dist/tools/
check_mparam.c 43 static short divhigh_ktab[] = {MPFR_DIVHIGH_TAB}; variable
44 #define MPFR_DIVHIGH_TAB_SIZE (numberof_const (divhigh_ktab))
65 if (divhigh_ktab[n] >= n-1)
67 printf ("Error, divhigh_ktab[%d] = %d\n", n, divhigh_ktab[n]);
  /src/external/lgpl3/mpfr/dist/src/
mulders.c 139 static short divhigh_ktab[MPFR_DIVHIGH_TAB_SIZE]; variable
141 static short divhigh_ktab[] = {MPFR_DIVHIGH_TAB}; variable
142 #define MPFR_DIVHIGH_TAB_SIZE (numberof_const (divhigh_ktab))
249 k = MPFR_LIKELY (n < MPFR_DIVHIGH_TAB_SIZE) ? divhigh_ktab[n] : 2*(n/3);

Completed in 19 milliseconds