HomeSort by: relevance | last modified time | path
    Searched refs:MPFR_MULHIGH_TAB_SIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tools/
check_mparam.c 38 #define MPFR_MULHIGH_TAB_SIZE (numberof_const (mulhigh_ktab))
50 for (n = 0; n < MPFR_MULHIGH_TAB_SIZE; n++)
  /src/external/lgpl3/mpfr/dist/src/
mulders.c 33 #ifdef MPFR_MULHIGH_TAB_SIZE
34 static short mulhigh_ktab[MPFR_MULHIGH_TAB_SIZE];
37 #define MPFR_MULHIGH_TAB_SIZE (numberof_const (mulhigh_ktab))
74 MPFR_STAT_STATIC_ASSERT (MPFR_MULHIGH_TAB_SIZE >= 8); /* so that 3*(n/4) > n/2 */
75 k = MPFR_LIKELY (n < MPFR_MULHIGH_TAB_SIZE) ? mulhigh_ktab[n] : 3*(n/4);
  /src/external/lgpl3/mpfr/dist/tune/
speed.c 30 #ifdef MPFR_MULHIGH_TAB_SIZE
31 static short mulhigh_ktab[MPFR_MULHIGH_TAB_SIZE];
34 #define MPFR_MULHIGH_TAB_SIZE ((mp_size_t) (numberof (mulhigh_ktab)))
188 else if (n < MPFR_MULHIGH_TAB_SIZE)
tuneup.c 731 #define MPFR_MULHIGH_TAB_SIZE MPFR_MULHIGH_SIZE
905 printf ("Tuning mpfr_mulhigh_n[%d]", (int) MPFR_MULHIGH_TAB_SIZE);
907 for (k = 0 ; k < MPFR_MULHIGH_TAB_SIZE ; k++)
910 if (k != MPFR_MULHIGH_TAB_SIZE-1)

Completed in 87 milliseconds