/external/eigen/Eigen/src/plugins/ |
D | CommonCwiseUnaryOps.h | 90 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/ |
D | complexobject.h | 11 double imag; member
|
/external/compiler-rt/lib/builtins/ppc/ |
D | divtc3.c | 41 DD imag = { .ld = __gcc_qdiv(imagNumerator, denom) }; in __divtc3() local
|
D | multc3.c | 29 DD imag = { .ld = __gcc_qadd(ad,bc) }; in __multc3() local
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | ns_core.c | 892 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
|
D | nsx_core_mips.c | 759 int16_t *imag = inst->imag; in WebRtcNsx_PrepareSpectrum_mips() local
|
D | nsx_core.h | 104 int16_t imag[ANAL_BLOCKL_MAX]; member
|
D | nsx_core_neon.c | 377 int16x8_t imag = vld1q_s16(pimag); in WebRtcNsx_PrepareSpectrumNeon() local
|
/external/clang/test/Analysis/ |
D | MPIMock.h | 16 namespace std { template<class T> struct complex { T real; T imag; }; } member
|
/external/aac/libFDK/src/arm/ |
D | qmf_arm.cpp | 478 FIXP_DBL A, B, real, imag, sta0; in qmfSynPrototypeFirSlot1_filter() local 562 FIXP_DBL A, B, real, imag; in qmfSynPrototypeFirSlot2() local
|
/external/eigen/test/ |
D | exceptions.cpp | 73 ScalarWithExceptions imag(const ScalarWithExceptions & ) { return 0; } in imag() function
|
/external/python/cpython2/Lib/ |
D | numbers.py | 65 def imag(self): member in Complex 259 def imag(self): member in Real
|
D | decimal.py | 1609 def imag(self): member in Decimal 1611 imag = property(imag) variable in Decimal
|
/external/aac/libFDK/src/ |
D | qmf.cpp | 199 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
|
D | FDK_hybrid.cpp | 129 #define HTCP(real,imag) { { HTC(real), HTC(imag) } } /* How to arrange the packed values. */ argument
|
/external/python/cpython2/Objects/ |
D | complexobject.c | 248 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/ |
D | test_complex.py | 149 def check(n, deltas, is_equal, imag = 0.0): argument
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_core.h | 31 int16_t imag; member
|
/external/cblas/testing/ |
D | cblas_test.h | 20 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/ |
D | TensorBase.h | 226 imag() const { in imag() function
|
/external/clang/lib/CodeGen/ |
D | CGCleanup.cpp | 104 llvm::Value *imag = CGF.Builder.CreateLoad( in restore() local
|
D | CGObjCMac.cpp | 1668 llvm::PHINode *imag = CGF.Builder.CreatePHI(scalarTy, 2); in complete() local
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 1094 constexpr int imag() const { return im; } in imag() function in Complex::complex
|