Home
last modified time | relevance | path

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

/coreutils/src/
Dmake-prime-list.c44 #ifndef wide_uint
46 typedef unsigned __int128 wide_uint; typedef
48 typedef uintmax_t wide_uint; typedef
55 wide_uint pinv; /* Inverse mod b = 2^{bitsize of wide_uint} */
56 wide_uint lim; /* floor ((wide_uint) -1 / p) */
60 static wide_uint
61 binvert (wide_uint a) in binvert()
63 wide_uint x = 0xf5397db1 >> (4 * ((a / 2) & 0x7)); in binvert()
66 wide_uint y = 2 * x - x * x * a; in binvert()
76 wide_uint max = -1; in process_prime()
[all …]