Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dconstants.c45 const mpd_uint_t LH_P1P2 = 18446744052234715137ULL; /* (P1*P2) % 2^64 */ variable
95 const mpd_uint_t LH_P1P2 = 4127195137UL; /* (P1*P2) % 2^32 */ variable
Dconstants.h80 extern const mpd_uint_t LH_P1P2;
Dcrt.c46 _mpd_mul_words(&hi1, &lo, LH_P1P2, v); in _crt_mulP1P2_3()