Macros | |
#define | ASM_INSTRUCT_COMPACKED(str) str |
#define | ASM_INSTRUCT_EXTENDED(str) str |
#define | DSP16_REALMUL_END_KERNEL_X_FCT(x_num, data) __attribute__((__naked__)) DSP16_REALMUL_END_KERNEL_X_FCT__(x_num, data) |
#define | DSP16_REALMUL_END_KERNEL_X_FCT__(x_num, data) |
#define | DSP16_REALMULTIPLICATION_0(r_vect1, r_vect2, real) |
#define | DSP16_REALMULTIPLICATION_1(r_vect1, r_vect2, real) |
#define | DSP16_REALMULTIPLICATION_2(r_vect1, r_vect2, real) |
#define | DSP16_REALMULTIPLICATION_3(r_vect1, r_vect2, real) |
Functions | |
void | dsp16_vect_realmul (dsp16_t *vect1, dsp16_t *vect2, int size, dsp16_t real) |
16-bit fixed point version of the vector multiplication with a real number. More... | |
static int | dsp16_vect_realmul_kernel_ext (dsp16_t *vect1, dsp16_t *vect2, int size, dsp16_t real) |
avr32-uc3 16 bit version More... | |
#define ASM_INSTRUCT_COMPACKED | ( | str | ) | str |
Referenced by dsp16_vect_realmul_kernel_ext().
#define ASM_INSTRUCT_EXTENDED | ( | str | ) | str |
#define DSP16_REALMUL_END_KERNEL_X_FCT | ( | x_num, | |
data | |||
) | __attribute__((__naked__)) DSP16_REALMUL_END_KERNEL_X_FCT__(x_num, data) |
#define DSP16_REALMUL_END_KERNEL_X_FCT__ | ( | x_num, | |
data | |||
) |
#define DSP16_REALMULTIPLICATION_0 | ( | r_vect1, | |
r_vect2, | |||
real | |||
) |
#define DSP16_REALMULTIPLICATION_1 | ( | r_vect1, | |
r_vect2, | |||
real | |||
) |
#define DSP16_REALMULTIPLICATION_2 | ( | r_vect1, | |
r_vect2, | |||
real | |||
) |
#define DSP16_REALMULTIPLICATION_3 | ( | r_vect1, | |
r_vect2, | |||
real | |||
) |
|
static |
avr32-uc3 16 bit version
References ASM_INSTRUCT_COMPACKED, ASTRINGZ, and DSP16_QB.
Referenced by dsp16_vect_realmul().