Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
Dmpdecimal.c8955 … static mpd_uint_t uint128_max_data[3] = { 3374607431768211455ULL, 4028236692093846346ULL, 3ULL }; in _coeff_as_uint128() local
8956 static const mpd_t uint128_max = { MPD_STATIC|MPD_CONST_DATA, 0, 39, 3, 3, uint128_max_data }; in _coeff_as_uint128()
8958 … static mpd_uint_t uint128_max_data[5] = { 768211455U, 374607431U, 938463463U, 282366920U, 340U }; in _coeff_as_uint128()
8959 static const mpd_t uint128_max = { MPD_STATIC|MPD_CONST_DATA, 0, 39, 5, 5, uint128_max_data }; in _coeff_as_uint128()