PandA-2024.02
|
Go to the source code of this file.
Macros | |
#define | saturate(x) ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x)) |
Functions | |
word | gsm_add (word a, word b) |
word | gsm_mult (word a, word b) |
word | gsm_mult_r (word a, word b) |
word | gsm_abs (word a) |
word | gsm_norm (longword a) |
word | gsm_div (word num, word denum) |
Variables | |
const unsigned char | bitoff [256] |
Definition at line 126 of file add.c.
References k.
Referenced by Reflection_coefficients().
Definition at line 91 of file add.c.
References bitoff.
Referenced by Autocorrelation(), and Reflection_coefficients().
const unsigned char bitoff[256] |
Definition at line 71 of file add.c.
Referenced by gsm_norm().