Searched refs:_Py_HashDouble (Results 1 – 9 of 9) sorted by relevance
10 PyAPI_FUNC(Py_hash_t) _Py_HashDouble(double);
86 _Py_HashDouble(double v) in _Py_HashDouble() function
412 hashreal = (Py_uhash_t)_Py_HashDouble(v->cval.real); in complex_hash()415 hashimag = (Py_uhash_t)_Py_HashDouble(v->cval.imag); in complex_hash()
531 return _Py_HashDouble(v->ob_fval); in float_hash()
466 hashreal = _Py_HashDouble(v->cval.real); in complex_hash()469 hashimag = _Py_HashDouble(v->cval.imag); in complex_hash()
632 return _Py_HashDouble(v->ob_fval); in float_hash()
1027 _Py_HashDouble(double v) in _Py_HashDouble() function
517 PyAPI_FUNC(long) _Py_HashDouble(double);
454 "_Py_HashDouble"