Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dconstants.c44 const mpd_uint_t INV_P1P2_MOD_P3 = 287064143708160ULL; variable
94 const mpd_uint_t INV_P1P2_MOD_P3 = 54UL; variable
Dconstants.h79 extern const mpd_uint_t INV_P1P2_MOD_P3;
Dcrt.c163 s = MULMOD(s, INV_P1P2_MOD_P3); in crt3()