Home
last modified time | relevance | path

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

/linux-5.19.10/lib/mpi/
Dmpih-div.c23 #ifndef UDIV_TIME
24 #define UDIV_TIME UMUL_TIME macro
48 if (UDIV_TIME > (2 * UMUL_TIME + 6) in mpihelp_mod_1()
49 && (UDIV_TIME - (2 * UMUL_TIME + 6)) * dividend_size > UDIV_TIME) { in mpihelp_mod_1()
398 if (UDIV_TIME > (2 * UMUL_TIME + 6) in mpihelp_divmod_1()
399 && (UDIV_TIME - (2 * UMUL_TIME + 6)) * dividend_size > UDIV_TIME) { in mpihelp_divmod_1()
Dlonglong.h168 #define UDIV_TIME 220 macro
225 #define UDIV_TIME 100 macro
333 #define UDIV_TIME 60
336 #define UDIV_TIME 80 macro
431 #ifndef UDIV_TIME
432 #define UDIV_TIME 40 macro
548 #define UDIV_TIME 90 macro
586 #define UDIV_TIME 400 macro
631 #define UDIV_TIME 25 macro
634 #define UDIV_TIME 150 macro
[all …]