HomeSort by: relevance | last modified time | path
    Searched refs:HGCD_THRESHOLD (Results 1 - 25 of 126) sorted by relevancy

1 2 3 4 5 6

  /src/external/lgpl3/gmp/dist/tune/
hgcd_lehmer.c 34 #undef HGCD_THRESHOLD
35 #define HGCD_THRESHOLD MP_SIZE_T_MAX
  /src/external/lgpl3/gmp/dist/mpn/cray/
gmp-mparam.h 49 #define HGCD_THRESHOLD 964
  /src/external/lgpl3/gmp/dist/mpn/cray/ieee/
gmp-mparam.h 48 #define HGCD_THRESHOLD 964
  /src/external/lgpl3/gmp/dist/mpn/mips64/
gmp-mparam.h 49 #define HGCD_THRESHOLD 116
  /src/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/
gmp-mparam.h 47 #define HGCD_THRESHOLD 231
  /src/external/lgpl3/gmp/dist/mpn/sparc32/v8/
gmp-mparam.h 48 #define HGCD_THRESHOLD 69
  /src/external/lgpl3/gmp/dist/mpn/sparc32/v8/supersparc/
gmp-mparam.h 48 #define HGCD_THRESHOLD 97
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/
gmp-mparam.h 55 #define HGCD_THRESHOLD 121
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp-mparam.h 47 #define HGCD_THRESHOLD 231
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp-mparam.h 49 #define HGCD_THRESHOLD 116
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp-mparam.h 49 #define HGCD_THRESHOLD 116
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
gmp-mparam.h 49 #define HGCD_THRESHOLD 116
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
gmp-mparam.h 49 #define HGCD_THRESHOLD 116
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/nails/
gmp-mparam.h 47 #define HGCD_THRESHOLD 78
  /src/external/lgpl3/gmp/dist/mpn/alpha/
gmp-mparam.h 58 #define HGCD_THRESHOLD 80
  /src/external/lgpl3/gmp/dist/mpn/generic/
hgcd.c 66 if (BELOW_THRESHOLD (n, HGCD_THRESHOLD))
70 nscaled = (n - 1) / (HGCD_THRESHOLD - 1);
74 return 20 * ((n+3) / 4) + 22 * k + HGCD_THRESHOLD;
99 if (ABOVE_THRESHOLD (n, HGCD_THRESHOLD))
  /src/external/lgpl3/gmp/dist/mpn/m68k/
gmp-mparam.h 51 #define HGCD_THRESHOLD 116
  /src/external/lgpl3/gmp/dist/mpn/power/
gmp-mparam.h 44 #define HGCD_THRESHOLD 97
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
gmp-mparam.h 56 #define HGCD_THRESHOLD 93
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp-mparam.h 58 #define HGCD_THRESHOLD 80
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp-mparam.h 51 #define HGCD_THRESHOLD 116
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp-mparam.h 51 #define HGCD_THRESHOLD 116
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
gmp-mparam.h 56 #define HGCD_THRESHOLD 93
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
gmp-mparam.h 196 #define HGCD_THRESHOLD 318
  /src/external/lgpl3/gmp/dist/mpn/arm/
gmp-mparam.h 119 #define HGCD_THRESHOLD 197

Completed in 56 milliseconds

1 2 3 4 5 6