Searched refs:complex_type (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/Eigen/src/FFT/ |
D | ei_fftw_impl.h | 54 typedef fftwf_complex complex_type; 60 void fwd(complex_type * dst,complex_type * src,int nfft) { 65 void inv(complex_type * dst,complex_type * src,int nfft) { 70 void fwd(complex_type * dst,scalar_type * src,int nfft) { 75 void inv(scalar_type * dst,complex_type * src,int nfft) { 82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) { 87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) { 97 typedef fftw_complex complex_type; 103 void fwd(complex_type * dst,complex_type * src,int nfft) { 108 void inv(complex_type * dst,complex_type * src,int nfft) { [all …]
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 1180 … const ComplexType *complex_type = dyn_cast<ComplexType>(qual_type->getCanonicalTypeInternal()); in GetTypeInfo() local 1181 if (complex_type) in GetTypeInfo() 1183 QualType complex_element_type (complex_type->getElementType()); in GetTypeInfo() 1826 const ComplexType *complex_type = qual_type->getAsComplexIntegerType(); in GetEncoding() local 1827 if (complex_type) in GetEncoding() 1828 … encoding = ClangASTType(m_ast, complex_type->getElementType()).GetEncoding(count); in GetEncoding()
|