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

  /src/external/lgpl3/gmp/dist/mpn/generic/
mod_1.c 81 (mod_1_1p_method == 1 ? mpn_mod_1_1p_1 (ap, n, b, pre) \
82 : (mod_1_1p_method == 2 ? mpn_mod_1_1p_2 (ap, n, b, pre) \
87 (mod_1_1p_method == 1 ? mpn_mod_1_1p_cps_1 (pre, b) \
88 : (mod_1_1p_method == 2 ? mpn_mod_1_1p_cps_2 (pre, b) \
  /src/external/lgpl3/gmp/dist/tune/
tuneup.c 220 int mod_1_1p_method = 0; variable
2325 one_method (2, f, "mpn_mod_1_1", "MOD_1_1P_METHOD", &param);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 5008 #undef MOD_1_1P_METHOD
5009 #define MOD_1_1P_METHOD mod_1_1p_method
5010 extern int mod_1_1p_method;

Completed in 21 milliseconds