Home
last modified time | relevance | path

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

/linux-5.19.10/lib/mpi/
Dmpih-div.c20 #ifndef UMUL_TIME
21 #define UMUL_TIME 1 macro
24 #define UDIV_TIME UMUL_TIME
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.h160 #define UMUL_TIME 46 macro
224 #define UMUL_TIME 20 macro
332 #define UMUL_TIME 8
335 #define UMUL_TIME 40 macro
428 #ifndef UMUL_TIME
429 #define UMUL_TIME 40 macro
540 #define UMUL_TIME 45 macro
585 #define UMUL_TIME 100 macro
630 #define UMUL_TIME 5 macro
633 #define UMUL_TIME 17 macro
[all …]