Project Ne10
An open, optimized software library for the ARM architecture.
Macros
NE10_fft_debug_macro.h File Reference
#include "NE10_types.h"

Go to the source code of this file.

Macros

#define PRINT_STAGE_INFO   ;
 
#define PRINT_BUTTERFLY_INFO   ;
 
#define PRINT_HIT   ;
 
#define PRINT_VAR(X, FORM)   ;
 
#define PRINT_POINTERS_INFO(IN, OUT, BUF, TW)   ;
 
#define NE10_PRINT_Q_VECTOR(Q_VECTOR)   ;
 
#define NE10_PRINT_Q2_VECTOR(Q2_VECTOR)   ;
 

Macro Definition Documentation

#define NE10_PRINT_Q2_VECTOR (   Q2_VECTOR)    ;

Definition at line 95 of file NE10_fft_debug_macro.h.

#define NE10_PRINT_Q_VECTOR (   Q_VECTOR)    ;

Definition at line 94 of file NE10_fft_debug_macro.h.

#define PRINT_BUTTERFLY_INFO   ;

Definition at line 90 of file NE10_fft_debug_macro.h.

#define PRINT_HIT   ;

Definition at line 91 of file NE10_fft_debug_macro.h.

#define PRINT_POINTERS_INFO (   IN,
  OUT,
  BUF,
  TW 
)    ;

Definition at line 93 of file NE10_fft_debug_macro.h.

#define PRINT_STAGE_INFO   ;

Definition at line 89 of file NE10_fft_debug_macro.h.

#define PRINT_VAR (   X,
  FORM 
)    ;

Definition at line 92 of file NE10_fft_debug_macro.h.