HomeSort by: relevance | last modified time | path
    Searched refs:gcd_dc_threshold (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tune/
tuneup.c 211 mp_size_t gcd_dc_threshold = MP_SIZE_T_MAX; variable
2030 param.name = "GCD_DC_THRESHOLD";
2035 one (&gcd_dc_threshold, &param);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 4339 #ifndef GCD_DC_THRESHOLD
4340 #define GCD_DC_THRESHOLD 1000
4972 #undef GCD_DC_THRESHOLD
4973 #define GCD_DC_THRESHOLD gcd_dc_threshold
4974 extern mp_size_t gcd_dc_threshold;

Completed in 60 milliseconds