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

  /src/external/lgpl3/gmp/dist/tune/
tuneup.c 203 mp_size_t binv_newton_threshold = MP_SIZE_T_MAX; variable
1891 param.name = "BINV_NEWTON_THRESHOLD";
1893 one (&binv_newton_threshold, &param);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 2244 #ifndef BINV_NEWTON_THRESHOLD
2245 #define BINV_NEWTON_THRESHOLD 300
4936 #undef BINV_NEWTON_THRESHOLD
4937 #define BINV_NEWTON_THRESHOLD binv_newton_threshold
4938 extern mp_size_t binv_newton_threshold;

Completed in 32 milliseconds