Home
last modified time | relevance | path

Searched refs:UDIV_TIME (Results 1 – 3 of 3) sorted by relevance

/stdlib/
A Dmod_1.c32 #ifndef UDIV_TIME
33 #define UDIV_TIME UMUL_TIME macro
58 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()
A Ddivmod_1.c35 #ifndef UDIV_TIME
36 #define UDIV_TIME UMUL_TIME macro
62 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()
A Dlonglong.h160 #define UDIV_TIME 220 macro
282 # define UDIV_TIME 100 macro
384 #define UDIV_TIME 40 macro
489 #define UDIV_TIME 40 macro
525 #define UDIV_TIME 40 macro
653 #define UDIV_TIME 90 macro
697 #define UDIV_TIME 400 macro
803 #define UDIV_TIME 25 macro
1169 #define UDIV_TIME 80 macro
1291 #define UDIV_TIME 37 macro
[all …]

Completed in 10 milliseconds