Home
last modified time | relevance | path

Searched defs:imag (Results 1 – 23 of 23) sorted by relevance

/external/eigen/Eigen/src/plugins/
DCommonCwiseUnaryOps.h90 EIGEN_DOC_UNARY_ADDONS(imag,imaginary part function) in EIGEN_DOC_UNARY_ADDONS() argument
158 EIGEN_DOC_UNARY_ADDONS(imag,imaginary part function) in EIGEN_DOC_UNARY_ADDONS() argument
/external/python/cpython2/Include/
Dcomplexobject.h11 double imag; member
/external/compiler-rt/lib/builtins/ppc/
Ddivtc3.c41 DD imag = { .ld = __gcc_qdiv(imagNumerator, denom) }; in __divtc3() local
Dmultc3.c29 DD imag = { .ld = __gcc_qadd(ad,bc) }; in __multc3() local
/external/webrtc/webrtc/modules/audio_processing/ns/
Dns_core.c892 float* imag, in FFT()
926 const float* imag, in IFFT()
1055 float real[ANAL_BLOCKL_MAX], imag[HALF_ANAL_BLOCKL]; in WebRtcNs_AnalyzeCore() local
1197 float real[ANAL_BLOCKL_MAX], imag[HALF_ANAL_BLOCKL]; in WebRtcNs_ProcessCore() local
Dnsx_core_mips.c759 int16_t *imag = inst->imag; in WebRtcNsx_PrepareSpectrum_mips() local
Dnsx_core.h104 int16_t imag[ANAL_BLOCKL_MAX]; member
Dnsx_core_neon.c377 int16x8_t imag = vld1q_s16(pimag); in WebRtcNsx_PrepareSpectrumNeon() local
/external/clang/test/Analysis/
DMPIMock.h16 namespace std { template<class T> struct complex { T real; T imag; }; } member
/external/aac/libFDK/src/arm/
Dqmf_arm.cpp478 FIXP_DBL A, B, real, imag, sta0; in qmfSynPrototypeFirSlot1_filter() local
562 FIXP_DBL A, B, real, imag; in qmfSynPrototypeFirSlot2() local
/external/eigen/test/
Dexceptions.cpp73 ScalarWithExceptions imag(const ScalarWithExceptions & ) { return 0; } in imag() function
/external/python/cpython2/Lib/
Dnumbers.py65 def imag(self): member in Complex
259 def imag(self): member in Real
Ddecimal.py1609 def imag(self): member in Decimal
1611 imag = property(imag) variable in Decimal
/external/aac/libFDK/src/
Dqmf.cpp199 FIXP_QMF imag = imagSlot[j]; // no_channels-1 .. 0 in qmfSynPrototypeFirSlot() local
268 FIXP_QMF imag = imagSlot[j]; // no_channels-1 .. 0 in qmfSynPrototypeFirSlot_NonSymmetric() local
DFDK_hybrid.cpp129 #define HTCP(real,imag) { { HTC(real), HTC(imag) } } /* How to arrange the packed values. */ argument
/external/python/cpython2/Objects/
Dcomplexobject.c248 complex_subtype_from_doubles(PyTypeObject *type, double real, double imag) in complex_subtype_from_doubles()
257 PyComplex_FromDoubles(double real, double imag) in PyComplex_FromDoubles()
/external/python/cpython2/Lib/test/
Dtest_complex.py149 def check(n, deltas, is_equal, imag = 0.0): argument
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.h31 int16_t imag; member
/external/cblas/testing/
Dcblas_test.h20 typedef struct { float real; float imag; } CBLAS_TEST_COMPLEX; member
21 typedef struct { double real; double imag; } CBLAS_TEST_ZOMPLEX; member
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h226 imag() const { in imag() function
/external/clang/lib/CodeGen/
DCGCleanup.cpp104 llvm::Value *imag = CGF.Builder.CreateLoad( in restore() local
DCGObjCMac.cpp1668 llvm::PHINode *imag = CGF.Builder.CreatePHI(scalarTy, 2); in complete() local
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp1094 constexpr int imag() const { return im; } in imag() function in Complex::complex