Home
last modified time | relevance | path

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

/linux-3.4.99/lib/mpi/
Dmpih-div.c36 #ifndef UDIV_TIME
37 #define UDIV_TIME UMUL_TIME macro
64 if (UDIV_TIME > (2 * UMUL_TIME + 6) in mpihelp_mod_1()
65 && (UDIV_TIME - (2 * UMUL_TIME + 6)) * dividend_size > UDIV_TIME) { in mpihelp_mod_1()
420 if (UDIV_TIME > (2 * UMUL_TIME + 6) in mpihelp_divmod_1()
421 && (UDIV_TIME - (2 * UMUL_TIME + 6)) * dividend_size > UDIV_TIME) { in mpihelp_divmod_1()
Dlonglong.h175 #define UDIV_TIME 220 macro
232 #define UDIV_TIME 100 macro
344 #define UDIV_TIME 60 macro
347 #define UDIV_TIME 80 macro
472 #ifndef UDIV_TIME
473 #define UDIV_TIME 40 macro
598 #define UDIV_TIME 90 macro
641 #define UDIV_TIME 400 macro
695 #define UDIV_TIME 25 macro
698 #define UDIV_TIME 150 macro
[all …]