Home
last modified time | relevance | path

Searched refs:mod_1_1p_method (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dmod_1.c81 (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) \
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c220 int mod_1_1p_method = 0; variable
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h5009 #define MOD_1_1P_METHOD mod_1_1p_method
5010 extern int mod_1_1p_method;
H A DChangeLog8387 to check mod_1_1p_method and call the right function.
8391 (mod_1_1p_method) [TUNE_PROGRAM_BUILD]: Declare variable.