Searched refs:UDIV_TIME (Results 1 – 3 of 3) sorted by relevance
32 #ifndef UDIV_TIME33 #define UDIV_TIME UMUL_TIME macro58 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()
35 #ifndef UDIV_TIME36 #define UDIV_TIME UMUL_TIME macro62 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()
160 #define UDIV_TIME 220 macro282 # define UDIV_TIME 100 macro384 #define UDIV_TIME 40 macro489 #define UDIV_TIME 40 macro525 #define UDIV_TIME 40 macro653 #define UDIV_TIME 90 macro697 #define UDIV_TIME 400 macro803 #define UDIV_TIME 25 macro1169 #define UDIV_TIME 80 macro1291 #define UDIV_TIME 37 macro[all …]
Completed in 10 milliseconds