Searched refs:uint128_max (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.c | 8956 static const mpd_t uint128_max = { MPD_STATIC|MPD_CONST_DATA, 0, 39, 3, 3, uint128_max_data }; in _coeff_as_uint128() local 8959 static const mpd_t uint128_max = { MPD_STATIC|MPD_CONST_DATA, 0, 39, 5, 5, uint128_max_data }; in _coeff_as_uint128() 8985 if (mpd_qcmp(&coeff, &uint128_max, &status) > 0) { in _coeff_as_uint128()
|
Completed in 12 milliseconds