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

  /src/external/lgpl3/mpfr/dist/tune/
bidimensional_sample.c 295 mpfr_prec_t mpfr_exp_2_threshold; variable
296 mpfr_prec_t old_threshold = MPFR_EXP_2_THRESHOLD;
297 #undef MPFR_EXP_2_THRESHOLD
298 #define MPFR_EXP_2_THRESHOLD mpfr_exp_2_threshold
304 mpfr_exp_2_threshold = s->size+1;
311 mpfr_exp_2_threshold = s->size-1;
tuneup.c 247 mpfr_prec_t mpfr_exp_2_threshold; variable
248 #undef MPFR_EXP_2_THRESHOLD
249 #define MPFR_EXP_2_THRESHOLD mpfr_exp_2_threshold
1094 tune_simple_func (&mpfr_exp_2_threshold, speed_mpfr_exp_2, GMP_NUMB_BITS);
1095 fprintf (f, "#define MPFR_EXP_2_THRESHOLD %lu /* bits */\n",
1096 (unsigned long) mpfr_exp_2_threshold);

Completed in 24 milliseconds