Home
last modified time | relevance | path

Searched refs:hashimag (Results 1 – 16 of 16) sorted by relevance

/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/src/
H A Dgmpy2_hash.c202 Py_uhash_t hashreal, hashimag, combined; in GMPy_MPC_Hash_Slot() local
212 hashimag = (Py_uhash_t)_mpfr_hash(mpc_imagref(self->c)); in GMPy_MPC_Hash_Slot()
213 if (hashimag == (Py_uhash_t)(-1)) { in GMPy_MPC_Hash_Slot()
216 combined = hashreal + _PyHASH_IMAG * hashimag; in GMPy_MPC_Hash_Slot()
/dports/math/py-gmpy2/gmpy2-2.1.1/src/
H A Dgmpy2_hash.c205 Py_uhash_t hashreal, hashimag, combined; in GMPy_MPC_Hash_Slot() local
215 hashimag = (Py_uhash_t)_mpfr_hash(mpc_imagref(self->c)); in GMPy_MPC_Hash_Slot()
216 if (hashimag == (Py_uhash_t)(-1)) { in GMPy_MPC_Hash_Slot()
219 combined = hashreal + _PyHASH_IMAG * hashimag; in GMPy_MPC_Hash_Slot()
/dports/lang/python310/Python-3.10.1/Objects/
H A Dcomplexobject.c407 Py_uhash_t hashreal, hashimag, combined; in complex_hash() local
411 hashimag = (Py_uhash_t)_Py_HashDouble((PyObject *)v, v->cval.imag); in complex_hash()
412 if (hashimag == (Py_uhash_t)-1) in complex_hash()
420 combined = hashreal + _PyHASH_IMAG * hashimag; in complex_hash()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dcomplexobject.c412 Py_uhash_t hashreal, hashimag, combined; in complex_hash() local
416 hashimag = (Py_uhash_t)_Py_HashDouble(v->cval.imag); in complex_hash()
417 if (hashimag == (Py_uhash_t)-1) in complex_hash()
425 combined = hashreal + _PyHASH_IMAG * hashimag; in complex_hash()
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dcomplexobject.c412 Py_uhash_t hashreal, hashimag, combined; in complex_hash() local
416 hashimag = (Py_uhash_t)_Py_HashDouble(v->cval.imag); in complex_hash()
417 if (hashimag == (Py_uhash_t)-1) in complex_hash()
425 combined = hashreal + _PyHASH_IMAG * hashimag; in complex_hash()
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dcomplexobject.c412 Py_uhash_t hashreal, hashimag, combined; in complex_hash() local
416 hashimag = (Py_uhash_t)_Py_HashDouble(v->cval.imag); in complex_hash()
417 if (hashimag == (Py_uhash_t)-1) in complex_hash()
425 combined = hashreal + _PyHASH_IMAG * hashimag; in complex_hash()
/dports/lang/python37/Python-3.7.12/Objects/
H A Dcomplexobject.c411 Py_uhash_t hashreal, hashimag, combined; in complex_hash() local
415 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()
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dcomplexobject.c409 Py_uhash_t hashreal, hashimag, combined; in complex_hash() local
413 hashimag = (Py_uhash_t)_Py_HashDouble((PyObject *)v, v->cval.imag); in complex_hash()
414 if (hashimag == (Py_uhash_t)-1) in complex_hash()
422 combined = hashreal + _PyHASH_IMAG * hashimag; in complex_hash()
/dports/lang/python38/Python-3.8.12/Objects/
H A Dcomplexobject.c412 Py_uhash_t hashreal, hashimag, combined; in complex_hash() local
416 hashimag = (Py_uhash_t)_Py_HashDouble(v->cval.imag); in complex_hash()
417 if (hashimag == (Py_uhash_t)-1) in complex_hash()
425 combined = hashreal + _PyHASH_IMAG * hashimag; in complex_hash()
/dports/lang/python39/Python-3.9.9/Objects/
H A Dcomplexobject.c405 Py_uhash_t hashreal, hashimag, combined; in complex_hash() local
409 hashimag = (Py_uhash_t)_Py_HashDouble(v->cval.imag); in complex_hash()
410 if (hashimag == (Py_uhash_t)-1) in complex_hash()
418 combined = hashreal + _PyHASH_IMAG * hashimag; in complex_hash()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dcomplexobject.c412 Py_uhash_t hashreal, hashimag, combined; in complex_hash() local
416 hashimag = (Py_uhash_t)_Py_HashDouble(v->cval.imag); in complex_hash()
417 if (hashimag == (Py_uhash_t)-1) in complex_hash()
425 combined = hashreal + _PyHASH_IMAG * hashimag; in complex_hash()
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dcomplexobject.c465 long hashreal, hashimag, combined; in complex_hash() local
469 hashimag = _Py_HashDouble(v->cval.imag); in complex_hash()
470 if (hashimag == -1) in complex_hash()
478 combined = hashreal + 1000003 * hashimag; in complex_hash()
/dports/lang/python27/Python-2.7.18/Objects/
H A Dcomplexobject.c465 long hashreal, hashimag, combined; in complex_hash() local
469 hashimag = _Py_HashDouble(v->cval.imag); in complex_hash()
470 if (hashimag == -1) in complex_hash()
478 combined = hashreal + 1000003 * hashimag; in complex_hash()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dcomplexobject.c461 long hashreal, hashimag, combined; in complex_hash() local
465 hashimag = _Py_HashDouble(v->cval.imag); in complex_hash()
466 if (hashimag == -1) in complex_hash()
474 combined = hashreal + 1000003 * hashimag; in complex_hash()
/dports/devel/py-numba/numba-0.51.2/numba/cpython/
H A Dhashing.py232 hashimag = hash(val.imag)
238 combined = hashreal + _PyHASH_IMAG * hashimag
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Dscalartypes.c.src3182 npy_hash_t hashreal, hashimag, combined;
3189 hashimag = _Py_HashDouble((double)
3191 if (hashimag == -1) {
3194 combined = hashreal + 1000003 * hashimag;