Home
last modified time | relevance | path

Searched defs:IMAG (Results 1 – 25 of 137) sorted by relevance

123456

/dports/science/octopus/octopus-10.5/share/opencl/
H A Dcl_rtype.h33 #define IMAG(x) (0.0) macro
42 #define IMAG(x) complex_imag(x) macro
/dports/science/berkeleygw/BGW-2.0.0/Common/
H A Df_defs.h1 #define IMAG(x) aimag(x) macro
/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/math/
H A Dcnumberparser.h76 typedef enum {IMAG, REAL} postfix_t; enumerator
/dports/science/clhep/2.4.1.0/CLHEP/GenericFunctions/GenericFunctions/
H A DSphericalHarmonicExpansion.hh28 enum Type {REAL,IMAG,MAG, MAGSQ}; enumerator
H A DLegendreExpansion.hh25 enum Type {REAL,IMAG,MAG, MAGSQ}; enumerator
/dports/math/gsl/gsl-2.7/doc/examples/
H A Dfft.c7 #define IMAG(z,i) ((z)[2*(i)+1]) macro
H A Dfftmr.c7 #define IMAG(z,i) ((z)[2*(i)+1]) macro
/dports/science/chemps2/CheMPS2-1.8.10/sphinx/
H A Dcaspt2.rst167 .. [IMAG] N. Forsberg and P.-A. Malmqvist, *Chemical Physics Letters* **274**, 196-204 (1997). do… citation
/dports/science/py-scipy/scipy-1.7.1/scipy/special/
H A Dspecfun_wrappers.h19 #define IMAG(z) (z).imag macro
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/DynamicCommand/TftpDynamicCommand/
H A DTftpDynamicCommand.inf10 ##
11
/dports/math/gsl/gsl-2.7/fft/
H A Dcomplex_internal.h8 #define IMAG(a,stride,i) ((a)[2*(stride)*(i)+1]) macro
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/framing/src/
H A Dbpresync_cccf.c43 #define IMAG(X) cimagf(X) macro
H A Dpresync_cccf.c44 #define IMAG(X) cimagf(X) macro
/dports/devel/llvm80/llvm-8.0.1.src/test/MC/AArch64/SVE/
H A Dincw.s51 // CHECK-ENCODING: [0xe0,0xe3,0xb0,0x04]
/dports/audio/mixxx/mixxx-2.3.0/lib/qm-dsp/maths/
H A DMathAliases.h51 #define IMAG cimagf macro
/dports/science/chemps2/CheMPS2-1.8.10/PyCheMPS2/tests/
H A Dtest13.py53 IMAG = 0.0 variable
H A Dtest14.py59 IMAG = 0.0 variable
/dports/audio/ardour6/Ardour-6.8.0/libs/qm-dsp/maths/
H A DMathAliases.h58 #define IMAG cimagf macro
/dports/science/chemps2/CheMPS2-1.8.10/tests/
H A Dtest13.cpp.in62 const double IMAG = 0.0; local
H A Dtest14.cpp.in69 const double IMAG = 0.0; local
/dports/lang/mosh/mosh-0.2.7/src/
H A DNumberReader.tab.hpp49 IMAG = 266, enumerator
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/include/types/
H A Dattr.hpp23 struct IMAG { struct
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/types/
H A Dint.hpp19 getattr(types::attr::IMAG, T self) in getattr()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.c13 #define IMAG(X,i) (X [2*(i)+1]) macro
H A Dkluldemo.c15 #define IMAG(X,i) (X [2*(i)+1]) macro

123456