Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/plugins/
DCommonCwiseUnaryOps.h116 imag() const { return derived(); } in imag() function
172 imag() { return derived(); } in imag() function
/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/ceres-solver/internal/ceres/
Dpolynomial_test.cc67 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/
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/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/opencv3/modules/cudaarithm/src/cuda/
Dmul_spectrums.cu69 __device__ __forceinline__ float imag(const float2& val) in imag() function
/external/eigen/test/
Dexceptions.cpp73 ScalarWithExceptions imag(const ScalarWithExceptions & ) { return 0; } in imag() function
/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/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/clang/lib/CodeGen/
DCGCleanup.cpp104 llvm::Value *imag = CGF.Builder.CreateLoad( in restore() local
DCGObjCMac.cpp1661 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