/cmsis-dsp-latest/PrivateInclude/ |
D | arm_vec_fft.h | 38 #define MVE_CMPLX_ADD_A_ixB(A, B) vcaddq_rot90(A,B) argument 39 #define MVE_CMPLX_SUB_A_ixB(A,B) vcaddq_rot270(A,B) argument 40 #define MVE_CMPLX_MULT_FLT_AxB(A,B) vcmlaq_rot90(vcmulq(A, B), A, B) argument 41 #define MVE_CMPLX_MULT_FLT_Conj_AxB(A,B) vcmlaq_rot270(vcmulq(A, B), A, B) argument 43 #define MVE_CMPLX_MULT_FX_AxB(A,B,TyA) vqdmladhxq(vqdmlsdhq((TyA)vuninitializedq_s32(), A, B),… argument 44 #define MVE_CMPLX_MULT_FX_AxConjB(A,B,TyA) vqdmladhq(vqdmlsdhxq((TyA)vuninitializedq_s32(), A, B),… argument 46 #define MVE_CMPLX_ADD_FX_A_ixB(A, B) vhcaddq_rot90(A,B) argument 47 #define MVE_CMPLX_SUB_FX_A_ixB(A,B) vhcaddq_rot270(A,B) argument
|
/cmsis-dsp-latest/Include/dsp/ |
D | matrix_utils.h | 115 #define MAC_ROW_F16(COL,A,i,v,B,j) \ argument 120 float16_t *dataB = (B)->pData; \ 136 #define MAS_ROW_F16(COL,A,i,v,B,j) \ argument 141 float16_t *dataB = (B)->pData; \ 197 #define MAC_ROW_F16(COL,A,i,v,B,j) \ 201 float16_t *dataB = (B)->pData; \ 214 #define MAS_ROW_F16(COL,A,i,v,B,j) \ 218 float16_t *dataB = (B)->pData; \ 266 #define MAC_ROW_F32(COL,A,i,v,B,j) \ argument 270 float32_t *dataB = (B)->pData; \ [all …]
|
/cmsis-dsp-latest/dsppp/tests/ |
D | matrix_utils.h | 115 #define MAC_ROW_F16(COL,A,i,v,B,j) \ argument 120 float16_t *dataB = (B)->pData; \ 136 #define MAS_ROW_F16(COL,A,i,v,B,j) \ argument 141 float16_t *dataB = (B)->pData; \ 197 #define MAC_ROW_F16(COL,A,i,v,B,j) \ 201 float16_t *dataB = (B)->pData; \ 214 #define MAS_ROW_F16(COL,A,i,v,B,j) \ 218 float16_t *dataB = (B)->pData; \ 266 #define MAC_ROW_F32(COL,A,i,v,B,j) \ argument 270 float32_t *dataB = (B)->pData; \ [all …]
|
/cmsis-dsp-latest/Testing/FrameworkInclude/ |
D | Error.h | 156 #define ASSERT_EQ(A,B) Client::assert_equal(__LINE__,A,B) argument 157 #define ASSERT_EQ_PARTIAL(NB,A,B) Client::assert_equal_partial(__LINE__,NB,A,B) argument 159 #define ASSERT_NEAR_EQ(A,B,THRESH) Client::assert_near_equal(__LINE__,A,B,THRESH) argument 160 #define ASSERT_REL_ERROR(A,B,THRESH) Client::assert_relative_error(__LINE__,A,B,THRESH) argument 161 #define ASSERT_CLOSE_ERROR(A,B,ABSTHRESH,RELTHRESH) Client::assert_close_error(__LINE__,A,B,ABSTHRE… argument 162 #define ASSERT_SNR(A,B,SNR) Client::assert_snr_error(__LINE__,A,B,SNR) argument
|
/cmsis-dsp-latest/dsppp/Include/dsppp/num_features/ |
D | group.hpp | 209 template<typename A,typename V,typename B,std::size_t... Ns> 210 …__STATIC_FORCEINLINE A vmacc_impl(const A &acc,const V &a,const V &b, const B p0,std::index_sequen… in vmacc_impl() 229 template<typename A,typename B,typename ...E> 231 vmacc(const A &acc,const std::tuple<E...> &a,const std::tuple<E...> &b,const B p0) in vmacc() 368 template<typename A,typename V,typename B,std::size_t... Ns> 369 …__STATIC_FORCEINLINE A mac_impl(const A &acc,const V &a,const V &b, const B p0,std::index_sequence… in mac_impl() 388 template<typename A,typename B,typename ...E> 390 mac(const A &acc,const std::tuple<E...> &a,const std::tuple<E...> &b,const B p0) in mac()
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | MISCF32.cpp | 4 #define MAX(A,B) (A) > (B) ? (A) : (B) argument
|
D | MISCQ15.cpp | 4 #define MAX(A,B) (A) > (B) ? (A) : (B) argument
|
D | MISCQ31.cpp | 4 #define MAX(A,B) (A) > (B) ? (A) : (B) argument
|
D | MISCQ7.cpp | 4 #define MAX(A,B) (A) > (B) ? (A) : (B) argument
|
D | MISCF16.cpp | 4 #define MAX(A,B) (A) > (B) ? (A) : (B) argument
|
/cmsis-dsp-latest/Examples/ARM/arm_matrix_example/ |
D | arm_matrix_example_f32.c | 153 arm_matrix_instance_f32 B; /* Matrix B instance */ in main() local 195 arm_mat_init_f32(&B, srcRows, srcColumns, (float32_t *)B_f32); in main() 203 status = arm_mat_mult_f32(&ATMA, &B, &X); in main()
|
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_rfft_q31.c | 162 …ine MVE_CMPLX_MULT_FX_AxB_S32(A,B) vqdmladhxq_s32(vqdmlsdhq_s32((__typeof(A))vuninitializ… argument 163 …e MVE_CMPLX_MULT_FX_AxConjB_S32(A,B) vqdmladhq_s32(vqdmlsdhxq_s32((__typeof(A))vuninitialized… argument
|
D | arm_rfft_q15.c | 163 …ine MVE_CMPLX_MULT_FX_AxB_S16(A,B) vqdmladhxq_s16(vqdmlsdhq_s16((__typeof(A))vuninitializ… argument 164 …e MVE_CMPLX_MULT_FX_AxConjB_S16(A,B) vqdmladhq_s16(vqdmlsdhxq_s16((__typeof(A))vuninitialized… argument
|
/cmsis-dsp-latest/ComputeLibrary/Include/ |
D | NEMath.h | 275 float32x4_t B = vmlaq_f32(vld1q_f32(&coeffs[4*2]), vld1q_f32(&coeffs[4*6]), x); in vtaylor_polyq_f32() local 280 float32x4_t res = vmlaq_f32(vmlaq_f32(A, B, x2), vmlaq_f32(C, D, x2), x4); in vtaylor_polyq_f32() 289 float64x2_t B = vmlaq_f64(vld1q_f64(&coeffs[2*2]), vld1q_f64(&coeffs[2*6]), x); in vtaylor_polyq_f64() local 294 float64x2_t res = vmlaq_f64(vmlaq_f64(A, B, x2), vmlaq_f64(C, D, x2), x4); in vtaylor_polyq_f64() 426 … const float16x8_t B = vaddq_f16(vld1q_f16(&coeffs[8*2]), vmulq_f16(vld1q_f16(&coeffs[8*6]), x)); in vtaylor_polyq_f16() local 431 …const float16x8_t res = vaddq_f16(vaddq_f16(A, vmulq_f16(B, x2)), vmulq_f16(vaddq_f16(C, vmulq_f16… in vtaylor_polyq_f16()
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testrfft_all.py | 23 B = np.copy(A) 24 B[np.abs(A) < eps] = 0 25 return B
|
/cmsis-dsp-latest/Testing/ |
D | README.md | 116 …B which is not interesting us in the regression. In that case, the regression formula should not t… 118 The parameters of the tests would be Vector Size and B but the Summary parameter only Vector Size. 235 A,B,C 236 Summary A,B 237 Names "Param A", "Param B" 238 Formula "A*B" 244 In above example we declare that the functions of the suite are using 3 parameters named A,B and C. 245 We declare that a regression formula will use only A and B. So for each C value, we will get a diff… 249 We define a regression formula using R syntax. (We do not write "cycles ~ A*B" but only "A*B") 266 B = [1,3,5] [all …]
|
/cmsis-dsp-latest/Testing/Patterns/NN/FullyConnected/ |
D | TestCase_1_9_1_output_4.txt | 1 B
|
/cmsis-dsp-latest/Testing/Patterns/NN/Pooling/ |
D | Ref8.txt | 1 B
|
D | Ref2.txt | 1 B
|
D | Ref3.txt | 1 B
|
D | Ref4.txt | 1 B
|
D | Ref5.txt | 1 B
|
D | Ref7.txt | 1 B
|
/cmsis-dsp-latest/Testing/Patterns/DSP/Interpolation/InterpolationQ7/ |
D | InputX5_q7.txt | 1 B
|
D | InputY5_q7.txt | 1 B
|