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

1 2 3 4 5

  /src/external/lgpl3/gmp/dist/mpn/generic/
mod_1.c 67 #ifndef MOD_1_2_TO_MOD_1_4_THRESHOLD
68 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 20
267 else if (BELOW_THRESHOLD (n, MOD_1_2_TO_MOD_1_4_THRESHOLD) || UNLIKELY (b > GMP_NUMB_MASK / 4))
  /src/external/lgpl3/gmp/dist/mpn/minithres/
gmp-mparam.h 40 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 4
  /src/external/lgpl3/gmp/dist/mpn/x86/geode/
gmp-mparam.h 41 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 14
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/
gmp-mparam.h 43 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 0
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
gmp-mparam.h 48 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 11
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev5/
gmp-mparam.h 46 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 0 /* never mpn_mod_1s_2p */
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
gmp-mparam.h 49 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 21
  /src/external/lgpl3/gmp/dist/mpn/arm/
gmp-mparam.h 44 #define MOD_1_2_TO_MOD_1_4_THRESHOLD MP_SIZE_T_MAX
  /src/external/lgpl3/gmp/dist/mpn/arm/v6/
gmp-mparam.h 45 #define MOD_1_2_TO_MOD_1_4_THRESHOLD MP_SIZE_T_MAX
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/
gmp-mparam.h 43 #define MOD_1_2_TO_MOD_1_4_THRESHOLD MP_SIZE_T_MAX
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora17/
gmp-mparam.h 43 #define MOD_1_2_TO_MOD_1_4_THRESHOLD MP_SIZE_T_MAX
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora5/
gmp-mparam.h 43 #define MOD_1_2_TO_MOD_1_4_THRESHOLD MP_SIZE_T_MAX
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora7/
gmp-mparam.h 43 #define MOD_1_2_TO_MOD_1_4_THRESHOLD MP_SIZE_T_MAX
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora8/
gmp-mparam.h 43 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 0 /* never mpn_mod_1s_2p */
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora9/
gmp-mparam.h 44 #define MOD_1_2_TO_MOD_1_4_THRESHOLD MP_SIZE_T_MAX
  /src/external/lgpl3/gmp/dist/mpn/arm64/cora53/
gmp-mparam.h 46 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 18
  /src/external/lgpl3/gmp/dist/mpn/arm64/cora57/
gmp-mparam.h 46 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 42
  /src/external/lgpl3/gmp/dist/mpn/arm64/cora72/
gmp-mparam.h 46 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 26
  /src/external/lgpl3/gmp/dist/mpn/arm64/cora73/
gmp-mparam.h 46 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 44
  /src/external/lgpl3/gmp/dist/mpn/arm64/
gmp-mparam.h 46 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 20
  /src/external/lgpl3/gmp/dist/mpn/arm64/xgene1/
gmp-mparam.h 46 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 22
  /src/external/lgpl3/gmp/dist/mpn/ia64/
gmp-mparam.h 44 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 0 /* never mpn_mod_1s_2p */
  /src/external/lgpl3/gmp/dist/mpn/pa32/hppa2_0/
gmp-mparam.h 44 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 22
  /src/external/lgpl3/gmp/dist/mpn/pa64/
gmp-mparam.h 44 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 14
  /src/external/lgpl3/gmp/dist/mpn/powerpc32/750/
gmp-mparam.h 47 #define MOD_1_2_TO_MOD_1_4_THRESHOLD 18

Completed in 49 milliseconds

1 2 3 4 5