HomeSort by relevance Sort by last modified time
    Searched refs:complex_type (Results 1 - 6 of 6) sorted by null

  /external/eigen/unsupported/Eigen/src/FFT/
ei_fftw_impl.h 54 typedef fftwf_complex complex_type; typedef in struct:Eigen::internal::fftw_plan
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; typedef in struct:Eigen::internal::fftw_plan
138 typedef fftwl_complex complex_type; typedef in struct:Eigen::internal::fftw_plan
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Builtin.py 386 global float_type, bool_type, type_type, complex_type, bytearray_type
401 complex_type = builtin_scope.lookup('complex').type
Nodes.py     [all...]
ExprNodes.py     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Utility/
Buffer.c 928 __Pyx_TypeInfo complex_type = *type; local
929 complex_type.typegroup = 'R';
930 complex_type.size /= 2;
933 *buf = __Pyx_TypeInfoToFormat(&complex_type).string[0];
  /external/lldb/source/Symbol/
ClangASTType.cpp 1180 const ComplexType *complex_type = dyn_cast<ComplexType>(qual_type->getCanonicalTypeInternal()); local
1826 const ComplexType *complex_type = qual_type->getAsComplexIntegerType(); local
    [all...]

Completed in 119 milliseconds