Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyhash.h31 #define _PyHASH_IMAG _PyHASH_MULTIPLIER macro
/external/python/cpython3/Objects/
Dcomplexobject.c424 combined = hashreal + _PyHASH_IMAG * hashimag; in complex_hash()
/external/python/cpython3/Python/
Dsysmodule.c988 PyLong_FromLong(_PyHASH_IMAG)); in get_hash_info()