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

  /src/external/lgpl3/mpfr/dist/src/amd/
mparam.h 230 #define MPFR_AI_THRESHOLD1 -11898 /* threshold for negative input of mpfr_ai */
  /src/external/lgpl3/mpfr/dist/src/arm/
mparam.h 230 #define MPFR_AI_THRESHOLD1 -28503 /* threshold for negative input of mpfr_ai */
  /src/external/lgpl3/mpfr/dist/src/generic/
mparam.h 59 #ifndef MPFR_AI_THRESHOLD1
60 # define MPFR_AI_THRESHOLD1 -13107 /* threshold for negative input of mpfr_ai */
  /src/external/lgpl3/mpfr/dist/src/mips/
mparam.h 230 #define MPFR_AI_THRESHOLD1 -19332 /* threshold for negative input of mpfr_ai */
  /src/external/lgpl3/mpfr/dist/src/powerpc64/
mparam.h 230 #define MPFR_AI_THRESHOLD1 -12474 /* threshold for negative input of mpfr_ai */
  /src/external/lgpl3/mpfr/dist/src/sparc64/
mparam.h 231 #define MPFR_AI_THRESHOLD1 -6778 /* threshold for negative input of mpfr_ai */
  /src/external/lgpl3/mpfr/dist/src/x86/
mparam.h 231 #define MPFR_AI_THRESHOLD1 -24100 /* threshold for negative input of mpfr_ai */
  /src/external/lgpl3/mpfr/dist/src/x86_64/core2/
mparam.h 229 #define MPFR_AI_THRESHOLD1 -14098 /* threshold for negative input of mpfr_ai */
  /src/external/lgpl3/mpfr/dist/src/x86_64/
mparam.h 230 #define MPFR_AI_THRESHOLD1 -14260 /* threshold for negative input of mpfr_ai */
  /src/external/lgpl3/mpfr/dist/tune/
tuneup.c 972 long int mpfr_ai_threshold1; variable
975 #undef MPFR_AI_THRESHOLD1
976 #define MPFR_AI_THRESHOLD1 mpfr_ai_threshold1
1123 tune_simple_func_in_some_direction (&mpfr_ai_threshold1, &mpfr_ai_threshold2,
1127 tune_simple_func_in_some_direction (&mpfr_ai_threshold1, &mpfr_ai_threshold2,
1131 tune_simple_func_in_some_direction (&mpfr_ai_threshold1, &mpfr_ai_threshold2,
1144 mpfr_ai_threshold1 = mpfr_get_si (tmp2, MPFR_RNDN);
1156 fprintf (f, "#define MPFR_AI_THRESHOLD1 %ld /* threshold for negative input of mpfr_ai */\n", mpfr_ai_threshold1);
    [all...]

Completed in 20 milliseconds