Searched refs:wide_uint (Results 1 – 1 of 1) sorted by relevance
44 #ifndef wide_uint46 typedef unsigned __int128 wide_uint; typedef48 typedef uintmax_t wide_uint; typedef55 wide_uint pinv; /* Inverse mod b = 2^{bitsize of wide_uint} */56 wide_uint lim; /* floor ((wide_uint) -1 / p) */60 static wide_uint61 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 …]