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

  /src/external/lgpl3/mpfr/dist/src/amd/
mparam.h 229 #define MPFR_SINCOS_THRESHOLD 30593 /* bits */
  /src/external/lgpl3/mpfr/dist/src/arm/
mparam.h 229 #define MPFR_SINCOS_THRESHOLD 28990 /* bits */
  /src/external/lgpl3/mpfr/dist/src/generic/
mparam.h 55 #ifndef MPFR_SINCOS_THRESHOLD
56 # define MPFR_SINCOS_THRESHOLD 30000 /* bits */
  /src/external/lgpl3/mpfr/dist/src/mips/
mparam.h 229 #define MPFR_SINCOS_THRESHOLD 20831 /* bits */
  /src/external/lgpl3/mpfr/dist/src/powerpc64/
mparam.h 229 #define MPFR_SINCOS_THRESHOLD 22904 /* bits */
  /src/external/lgpl3/mpfr/dist/src/sparc64/
mparam.h 230 #define MPFR_SINCOS_THRESHOLD 21539 /* bits */
  /src/external/lgpl3/mpfr/dist/src/x86/
mparam.h 230 #define MPFR_SINCOS_THRESHOLD 28160 /* bits */
  /src/external/lgpl3/mpfr/dist/src/x86_64/core2/
mparam.h 228 #define MPFR_SINCOS_THRESHOLD 23323 /* bits */
  /src/external/lgpl3/mpfr/dist/src/x86_64/
mparam.h 229 #define MPFR_SINCOS_THRESHOLD 23540 /* bits */
  /src/external/lgpl3/mpfr/dist/tune/
tuneup.c 269 mpfr_prec_t mpfr_sincos_threshold; variable
270 #undef MPFR_SINCOS_THRESHOLD
271 #define MPFR_SINCOS_THRESHOLD mpfr_sincos_threshold
1109 tune_simple_func (&mpfr_sincos_threshold, speed_mpfr_sincos,
1111 fprintf (f, "#define MPFR_SINCOS_THRESHOLD %lu /* bits */\n",
1112 (unsigned long) mpfr_sincos_threshold);

Completed in 117 milliseconds