Searched refs:UMUL_TIME (Results 1 – 3 of 3) sorted by relevance
28 #ifndef UMUL_TIME29 #define UMUL_TIME 1 macro33 #define UDIV_TIME UMUL_TIME58 if (UDIV_TIME > (2 * UMUL_TIME + 6) in mpn_mod_1()59 && (UDIV_TIME - (2 * UMUL_TIME + 6)) * dividend_size > UDIV_TIME) in mpn_mod_1()
31 #ifndef UMUL_TIME32 #define UMUL_TIME 1 macro36 #define UDIV_TIME UMUL_TIME62 if (UDIV_TIME > (2 * UMUL_TIME + 6) in mpn_divmod_1()63 && (UDIV_TIME - (2 * UMUL_TIME + 6)) * dividend_size > UDIV_TIME) in mpn_divmod_1()
151 #define UMUL_TIME 46 macro280 # define UMUL_TIME 3 macro380 #define UMUL_TIME 8 macro382 #define UMUL_TIME 30 macro488 #define UMUL_TIME 40 macro524 #define UMUL_TIME 40 macro593 #define UMUL_TIME 14 macro645 #define UMUL_TIME 45 macro802 #define UMUL_TIME 5 macro1115 #define UMUL_TIME 5 macro[all …]
Completed in 9 milliseconds