Home
last modified time | relevance | path

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

/stdlib/
A Dmod_1.c28 #ifndef UMUL_TIME
29 #define UMUL_TIME 1 macro
33 #define UDIV_TIME UMUL_TIME
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.c31 #ifndef UMUL_TIME
32 #define UMUL_TIME 1 macro
36 #define UDIV_TIME UMUL_TIME
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.h151 #define UMUL_TIME 46 macro
280 # define UMUL_TIME 3 macro
380 #define UMUL_TIME 8 macro
382 #define UMUL_TIME 30 macro
488 #define UMUL_TIME 40 macro
524 #define UMUL_TIME 40 macro
593 #define UMUL_TIME 14 macro
645 #define UMUL_TIME 45 macro
802 #define UMUL_TIME 5 macro
1115 #define UMUL_TIME 5 macro
[all …]

Completed in 9 milliseconds