HomeSort by: relevance | last modified time | path
    Searched defs:REDC_1_TO_REDC_2_THRESHOLD (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/mpn/generic/
sec_powm.c 57 * REDC_1_TO_REDC_2_THRESHOLD might actually represent the cutoff between
92 #undef REDC_1_TO_REDC_2_THRESHOLD
93 #define REDC_1_TO_REDC_2_THRESHOLD MP_SIZE_T_MAX
233 if (BELOW_THRESHOLD (n, REDC_1_TO_REDC_2_THRESHOLD))
268 if (BELOW_THRESHOLD (n, REDC_1_TO_REDC_2_THRESHOLD))
334 if (BELOW_THRESHOLD (n, REDC_1_TO_REDC_2_THRESHOLD))
350 if (BELOW_THRESHOLD (n, REDC_1_TO_REDC_2_THRESHOLD))
  /src/external/lgpl3/gmp/dist/mpn/arm/v6/
gmp-mparam.h 159 #define REDC_1_TO_REDC_2_THRESHOLD 6
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/
gmp-mparam.h 184 #define REDC_1_TO_REDC_2_THRESHOLD 61
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora17/
gmp-mparam.h 205 #define REDC_1_TO_REDC_2_THRESHOLD 2
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora5/
gmp-mparam.h 177 #define REDC_1_TO_REDC_2_THRESHOLD 0 /* always */
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora7/
gmp-mparam.h 174 #define REDC_1_TO_REDC_2_THRESHOLD 4
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora8/
gmp-mparam.h 179 #define REDC_1_TO_REDC_2_THRESHOLD 4
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora9/
gmp-mparam.h 186 #define REDC_1_TO_REDC_2_THRESHOLD 6
  /src/external/lgpl3/gmp/dist/mpn/ia64/
gmp-mparam.h 184 #define REDC_1_TO_REDC_2_THRESHOLD 0 /* always */
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p7/
gmp-mparam.h 148 #define REDC_1_TO_REDC_2_THRESHOLD 18
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p8/
gmp-mparam.h 144 #define REDC_1_TO_REDC_2_THRESHOLD 56
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/
gmp-mparam.h 225 #define REDC_1_TO_REDC_2_THRESHOLD 8
  /src/external/lgpl3/gmp/dist/mpn/sparc64/
gmp-mparam.h 121 #define REDC_1_TO_REDC_2_THRESHOLD 10
  /src/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparc34/
gmp-mparam.h 197 #define REDC_1_TO_REDC_2_THRESHOLD 0 /* always */
  /src/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct45/
gmp-mparam.h 147 #define REDC_1_TO_REDC_2_THRESHOLD 4
  /src/external/lgpl3/gmp/dist/mpn/x86_64/atom/
gmp-mparam.h 194 #define REDC_1_TO_REDC_2_THRESHOLD 24
  /src/external/lgpl3/gmp/dist/mpn/x86_64/bd1/
gmp-mparam.h 237 #define REDC_1_TO_REDC_2_THRESHOLD 32
  /src/external/lgpl3/gmp/dist/mpn/x86_64/bd2/
gmp-mparam.h 235 #define REDC_1_TO_REDC_2_THRESHOLD 40
  /src/external/lgpl3/gmp/dist/mpn/x86_64/bd4/
gmp-mparam.h 238 #define REDC_1_TO_REDC_2_THRESHOLD 28
  /src/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
gmp-mparam.h 202 #define REDC_1_TO_REDC_2_THRESHOLD 67
  /src/external/lgpl3/gmp/dist/mpn/x86_64/bt2/
gmp-mparam.h 212 #define REDC_1_TO_REDC_2_THRESHOLD 67
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreibwl/
gmp-mparam.h 218 #define REDC_1_TO_REDC_2_THRESHOLD 33
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreihwl/
gmp-mparam.h 225 #define REDC_1_TO_REDC_2_THRESHOLD 48
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
gmp-mparam.h 213 #define REDC_1_TO_REDC_2_THRESHOLD 36
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
gmp-mparam.h 194 #define REDC_1_TO_REDC_2_THRESHOLD 4

Completed in 52 milliseconds

1 2