Searched refs:hashimag (Results 1 – 1 of 1) sorted by relevance
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()