Home
last modified time | relevance | path

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

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