HomeSort by relevance Sort by last modified time
    Searched refs:complex_type (Results 1 - 5 of 5) 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/tensorflow/tensorflow/compiler/xla/
primitive_util.cc 78 PrimitiveType ComplexComponentType(PrimitiveType complex_type) {
79 switch (complex_type) {
84 << PrimitiveType_Name(complex_type);
primitive_util.h 140 // LOG(FATAL)'s if complex_type is not complex.
141 PrimitiveType ComplexComponentType(PrimitiveType complex_type);
  /toolchain/binutils/binutils-2.27/binutils/
debug.h 196 bfd_boolean (*complex_type) (void *, unsigned int); member in struct:debug_write_fns
debug.c     [all...]

Completed in 627 milliseconds