Searched refs:hashimag (Results 1 – 2 of 2) sorted by relevance
411 Py_uhash_t hashreal, hashimag, combined; in complex_hash() local415 hashimag = (Py_uhash_t)_Py_HashDouble(v->cval.imag); in complex_hash()416 if (hashimag == (Py_uhash_t)-1) in complex_hash()424 combined = hashreal + _PyHASH_IMAG * hashimag; in complex_hash()
465 long hashreal, hashimag, combined; in complex_hash() local469 hashimag = _Py_HashDouble(v->cval.imag); in complex_hash()470 if (hashimag == -1) in complex_hash()478 combined = hashreal + 1000003 * hashimag; in complex_hash()