| 12345678910111213141516171819202122232425 |
- void vec_mult_q31();
- void vec_add_q31();
- void vec_sub_q31();
- void vec_abs_q31();
- void vec_negate_q31();
- void vec_offset_q31();
- void vec_scale_q31();
- void vec_dot_q31();
- // Pattern IDs
- static const int INPUT1_Q31_ID=0;
- static const int INPUT2_Q31_ID=1;
- // Output IDs
- static const int OUT_SAMPLES_Q31_ID=0;
- // Test IDs
- static const int VEC_MULT_Q31_1=1;
- static const int VEC_ADD_Q31_2=2;
- static const int VEC_SUB_Q31_3=3;
- static const int VEC_ABS_Q31_4=4;
- static const int VEC_NEGATE_Q31_5=5;
- static const int VEC_OFFSET_Q31_6=6;
- static const int VEC_SCALE_Q31_7=7;
- static const int VEC_DOT_Q31_8=8;
|