/external/eigen/Eigen/src/plugins/ |
D | CommonCwiseUnaryOps.h | 116 imag() const { return derived(); } in imag() function 172 imag() { return derived(); } in imag() function
|
/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/ceres-solver/internal/ceres/ |
D | polynomial_test.cc | 67 Vector AddComplexRootPair(const Vector& poly, double real, double imag) { in AddComplexRootPair() 123 Vector imag; in TEST() local 132 Vector imag; in TEST() local 172 Vector imag; in TEST() 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/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/opencv3/modules/cudaarithm/src/cuda/ |
D | mul_spectrums.cu | 69 __device__ __forceinline__ float imag(const float2& val) in imag() function
|
/external/eigen/test/ |
D | exceptions.cpp | 73 ScalarWithExceptions imag(const ScalarWithExceptions & ) { return 0; } in imag() function
|
/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/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/clang/lib/CodeGen/ |
D | CGCleanup.cpp | 104 llvm::Value *imag = CGF.Builder.CreateLoad( in restore() local
|
D | CGObjCMac.cpp | 1661 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
|