Home
last modified time | relevance | path

Searched defs:BITS_PER_ITER (Results 1 – 2 of 2) sorted by relevance

/linux/lib/math/
H A Ddiv64.c219 #define BITS_PER_ITER (__LONG_WIDTH__ >= 64 ? 32 : 16) macro
227 #define BITS_PER_ITER 16 macro
H A Dtest_mul_u64_u64_div_u64.c175 #define BITS_PER_ITER 16 macro