Searched refs:hashreal (Results 1 – 1 of 1) sorted by relevance
465 long hashreal, hashimag, combined; in complex_hash() local466 hashreal = _Py_HashDouble(v->cval.real); in complex_hash()467 if (hashreal == -1) in complex_hash()478 combined = hashreal + 1000003 * hashimag; in complex_hash()