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

  /src/external/lgpl3/gmp/dist/tune/
tuneup.c 166 mp_size_t mul_toom42_to_toom53_threshold = MP_SIZE_T_MAX; variable
1443 param.name = "MUL_TOOM42_TO_TOOM53_THRESHOLD";
1446 mul_toom42_to_toom53_threshold = thres * 11 / 20;
1447 print_define ("MUL_TOOM42_TO_TOOM53_THRESHOLD", mul_toom42_to_toom53_threshold);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 2121 #ifndef MUL_TOOM42_TO_TOOM53_THRESHOLD
2122 #define MUL_TOOM42_TO_TOOM53_THRESHOLD 100
4783 #undef MUL_TOOM42_TO_TOOM53_THRESHOLD
4784 #define MUL_TOOM42_TO_TOOM53_THRESHOLD mul_toom42_to_toom53_threshold
4785 extern mp_size_t mul_toom42_to_toom53_threshold;

Completed in 30 milliseconds