Home
last modified time | relevance | path

Searched refs:hashreal (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dcomplexobject.c408 Py_uhash_t hashreal, hashimag, combined; in complex_hash() local
409 hashreal = (Py_uhash_t)_Py_HashDouble((PyObject *) v, v->cval.real); in complex_hash()
410 if (hashreal == (Py_uhash_t)-1) in complex_hash()
416 * so the following returns hashreal unchanged. This is in complex_hash()
421 combined = hashreal + _PyHASH_IMAG * hashimag; in complex_hash()

Completed in 2 milliseconds