Home
last modified time | relevance | path

Searched defs:_PyHASH_MODULUS (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Modules/_decimal/tests/
Dbignum.py12 _PyHASH_MODULUS = sys.hash_info.modulus variable
/external/python/cpython3/Lib/test/
Dtest_numeric_tower.py14 _PyHASH_MODULUS = sys.hash_info.modulus variable
/external/python/cpython3/Include/
Dpyhash.h28 #define _PyHASH_MODULUS (((size_t)1 << _PyHASH_BITS) - 1) macro
/external/python/cpython3/Lib/
Dfractions.py40 _PyHASH_MODULUS = sys.hash_info.modulus variable
D_pydecimal.py6401 _PyHASH_MODULUS = sys.hash_info.modulus variable