PandA-2024.02
Macros | Typedefs
private.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MIN_WORD   ((-32767)-1)
 
#define MAX_WORD   ( 32767)
 
#define SASR(x, by)   ((x) >> (by))
 
#define GSM_MULT_R(a, b)   gsm_mult_r(a, b)
 
#define GSM_MULT(a, b)   gsm_mult(a, b)
 
#define GSM_ADD(a, b)   gsm_add(a, b)
 
#define GSM_ABS(a)   gsm_abs(a)
 

Typedefs

typedef short word
 
typedef long longword
 

Macro Definition Documentation

◆ GSM_ABS

#define GSM_ABS (   a)    gsm_abs(a)

◆ GSM_ADD

#define GSM_ADD (   a,
 
)    gsm_add(a, b)

Definition at line 40 of file private.h.

Referenced by Reflection_coefficients().

◆ GSM_MULT

#define GSM_MULT (   a,
 
)    gsm_mult(a, b)

Definition at line 39 of file private.h.

◆ GSM_MULT_R

#define GSM_MULT_R (   a,
 
)    gsm_mult_r(a, b)

Definition at line 38 of file private.h.

Referenced by Autocorrelation(), and Reflection_coefficients().

◆ MAX_WORD

#define MAX_WORD   ( 32767)

Definition at line 34 of file private.h.

Referenced by gsm_abs(), gsm_mult(), and gsm_mult_r().

◆ MIN_WORD

#define MIN_WORD   ((-32767)-1)

Definition at line 33 of file private.h.

Referenced by gsm_abs(), gsm_mult(), and gsm_mult_r().

◆ SASR

#define SASR (   x,
  by 
)    ((x) >> (by))

Definition at line 36 of file private.h.

Referenced by gsm_mult(), and Reflection_coefficients().

Typedef Documentation

◆ longword

typedef long longword

Definition at line 31 of file private.h.

◆ word

typedef short word

Definition at line 30 of file private.h.


Generated on Mon Feb 12 2024 13:03:07 for PandA-2024.02 by doxygen 1.8.13