Home
last modified time | relevance | path

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

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