Home
last modified time | relevance | path

Searched refs:complex_conjugate (Results 1 – 25 of 25) sorted by relevance

/dports/lang/python310/Python-3.10.1/Objects/clinic/
H A Dcomplexobject.c.h12 {"conjugate", (PyCFunction)complex_conjugate, METH_NOARGS, complex_conjugate__doc__},
18 complex_conjugate(PyComplexObject *self, PyObject *Py_UNUSED(ignored)) in complex_conjugate() function
/dports/lang/python311/Python-3.11.0a3/Objects/clinic/
H A Dcomplexobject.c.h12 {"conjugate", (PyCFunction)complex_conjugate, METH_NOARGS, complex_conjugate__doc__},
18 complex_conjugate(PyComplexObject *self, PyObject *Py_UNUSED(ignored)) in complex_conjugate() function
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dcompare.c2157 *complex_conjugate, in CrossCorrelationImage() local
2177 complex_conjugate=ComplexImages(fft_images,ConjugateComplexOperator, in CrossCorrelationImage()
2180 if (complex_conjugate == (Image *) NULL) in CrossCorrelationImage()
2181 return(complex_conjugate); in CrossCorrelationImage()
2188 complex_conjugate=DestroyImageList(complex_conjugate); in CrossCorrelationImage()
2196 complex_conjugate=DestroyImageList(complex_conjugate); in CrossCorrelationImage()
2199 complex_conjugate->next->next=fft_images; in CrossCorrelationImage()
2203 (void) SetImageArtifact(complex_conjugate,"compose:clamp","false"); in CrossCorrelationImage()
2204 complex_multiplication=ComplexImages(complex_conjugate, in CrossCorrelationImage()
2206 complex_conjugate=DestroyImageList(complex_conjugate); in CrossCorrelationImage()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dcompare.c2157 *complex_conjugate, in CrossCorrelationImage() local
2177 complex_conjugate=ComplexImages(fft_images,ConjugateComplexOperator, in CrossCorrelationImage()
2180 if (complex_conjugate == (Image *) NULL) in CrossCorrelationImage()
2181 return(complex_conjugate); in CrossCorrelationImage()
2188 complex_conjugate=DestroyImageList(complex_conjugate); in CrossCorrelationImage()
2196 complex_conjugate=DestroyImageList(complex_conjugate); in CrossCorrelationImage()
2199 complex_conjugate->next->next=fft_images; in CrossCorrelationImage()
2203 (void) SetImageArtifact(complex_conjugate,"compose:clamp","false"); in CrossCorrelationImage()
2204 complex_multiplication=ComplexImages(complex_conjugate, in CrossCorrelationImage()
2206 complex_conjugate=DestroyImageList(complex_conjugate); in CrossCorrelationImage()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g77.f-torture/execute/
H A Dintrinsic77.f29 call complex_conjugate
378 subroutine complex_conjugate subroutine
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g77.f-torture/execute/
H A Dintrinsic77.f29 call complex_conjugate
378 subroutine complex_conjugate subroutine
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dcomplexobject.c699 complex_conjugate(PyObject *self, PyObject *Py_UNUSED(ignored)) in complex_conjugate() function
747 {"conjugate", (PyCFunction)complex_conjugate, METH_NOARGS,
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dcomplexobject.c699 complex_conjugate(PyObject *self, PyObject *Py_UNUSED(ignored)) in complex_conjugate() function
747 {"conjugate", (PyCFunction)complex_conjugate, METH_NOARGS,
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dcomplexobject.c699 complex_conjugate(PyObject *self, PyObject *Py_UNUSED(ignored)) in complex_conjugate() function
747 {"conjugate", (PyCFunction)complex_conjugate, METH_NOARGS,
/dports/lang/python37/Python-3.7.12/Objects/
H A Dcomplexobject.c698 complex_conjugate(PyObject *self) in complex_conjugate() function
762 {"conjugate", (PyCFunction)complex_conjugate, METH_NOARGS,
/dports/lang/python38/Python-3.8.12/Objects/
H A Dcomplexobject.c699 complex_conjugate(PyObject *self, PyObject *Py_UNUSED(ignored)) in complex_conjugate() function
747 {"conjugate", (PyCFunction)complex_conjugate, METH_NOARGS,
/dports/lang/python39/Python-3.9.9/Objects/
H A Dcomplexobject.c680 complex_conjugate(PyObject *self, PyObject *Py_UNUSED(ignored)) in complex_conjugate() function
728 {"conjugate", (PyCFunction)complex_conjugate, METH_NOARGS,
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dcomplexobject.c699 complex_conjugate(PyObject *self, PyObject *Py_UNUSED(ignored)) in complex_conjugate() function
747 {"conjugate", (PyCFunction)complex_conjugate, METH_NOARGS,
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/eigensolvers/
H A Ddavidson.py152 M.complex_conjugate()
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dcomplexobject.c881 complex_conjugate(PyObject *self) in complex_conjugate() function
953 {"conjugate", (PyCFunction)complex_conjugate, METH_NOARGS,
/dports/lang/python27/Python-2.7.18/Objects/
H A Dcomplexobject.c881 complex_conjugate(PyObject *self) in complex_conjugate() function
953 {"conjugate", (PyCFunction)complex_conjugate, METH_NOARGS,
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dcomplexobject.c877 complex_conjugate(PyObject *self) in complex_conjugate() function
949 {"conjugate", (PyCFunction)complex_conjugate, METH_NOARGS,
/dports/security/seal/SEAL-3.7.2/native/src/seal/
H A Devaluator.h1187 inline void complex_conjugate(
/dports/security/seal/SEAL-3.7.2/native/src/seal/c/
H A Devaluator.cpp738 eval->complex_conjugate(*encrypted_ptr, *galois_keys_ptr, *destination_ptr, *pool_ptr); in Evaluator_ComplexConjugate()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/
H A Dmatrix.py329 def complex_conjugate(self): member in Matrix
/dports/math/py-pygsl/pygsl-2.3.0/doc/api/sf/
H A Dsf__gsl_complex_doc.rst566 .. py:function:: complex_conjugate(z [, ret])
/dports/math/symmetrica/symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae/src/
H A Dsymmetrica.map430 complex_conjugate;
H A Dnb.c1572 INT complex_conjugate(a,b) OP a,b; in complex_conjugate() function
1585 complex_conjugate(S_PO_K(ptr),S_PO_K(ptr));
1597 complex_conjugate(S_PO_K(ptr),S_PO_K(ptr));
H A Dsab.c382 complex_conjugate(S_M_IJ(a,i,k),h);
H A Ddef.h935 extern INT complex_conjugate();