/cmsis-dsp-latest/dsppp/tests/ |
D | cmsisdsp.cpp | 22 float16_t* c, in cmsisdsp_add() 33 float64_t* c, in cmsisdsp_add() 43 float32_t* c, in cmsisdsp_add() 54 Q31* c, in cmsisdsp_add() 66 Q15* c, in cmsisdsp_add() 77 Q7* c, in cmsisdsp_add() 89 float16_t &c, in cmsisdsp_dot() 99 float64_t &c, in cmsisdsp_dot() 107 float32_t &c, in cmsisdsp_dot() 118 Q<15,48> &c, in cmsisdsp_dot() [all …]
|
D | fusion_test.cpp | 27 PVector<T,NB> c; in test() local 31 PVector<T> c(NB); in test() local 87 PVector<T,NB> c; in test2() local 91 PVector<T> c(NB); in test2() local
|
D | dot_test.cpp | 29 PVector<T,NB> c; in complex_test() local 36 PVector<T> c(NB); in complex_test() local
|
/cmsis-dsp-latest/Testing/ |
D | processTests.py | 31 c = TestScripts.CodeGen.CodeGen(args.p,args.d, args.e) variable
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp2.py | 133 c = np.dot(a,b) variable 135 c = dsp.arm_mat_vec_mult_f32(a,b) variable 144 c=dsp.arm_mat_vec_mult_q31(f.toQ31(a),f.toQ31(b)) variable 147 c=dsp.arm_mat_vec_mult_q15(f.toQ15(a),f.toQ15(b)) variable 150 c=dsp.arm_mat_vec_mult_q7(f.toQ7(a),f.toQ7(b)) variable 160 c=dsp.arm_mat_mult_f32(a,b) variable 169 c=dsp.arm_mat_mult_f32(a,b) variable 191 c = dsp.arm_mat_mult_q15(af,bf,tmp) variable 201 c = dsp.arm_mat_mult_q7(af,bf,tmp) variable 456 c = np.array(a) * np.array(b) variable
|
D | testdsp3.py | 25 s,c=dsp.arm_sin_cos_f32(t) variable 29 s,c=dsp.arm_sin_cos_q31(f.toQ31(t/180.0)) variable
|
/cmsis-dsp-latest/Source/ComplexMathFunctions/ |
D | arm_cmplx_mult_cmplx_f64.c | 55 float64_t a, b, c, d; /* Temporary variables to store real and imaginary values */ in arm_cmplx_mult_cmplx_f64() local
|
D | arm_cmplx_mult_cmplx_f16.c | 170 _Float16 a, b, c, d; /* Temporary variables to store real and imaginary values */ in arm_cmplx_mult_cmplx_f16() local
|
D | arm_cmplx_mult_cmplx_q31.c | 174 q31_t a, b, c, d; /* Temporary variables */ in arm_cmplx_mult_cmplx_q31() local
|
D | arm_cmplx_mult_cmplx_q15.c | 179 q15_t a, b, c, d; /* Temporary variables */ in arm_cmplx_mult_cmplx_q15() local
|
/cmsis-dsp-latest/dsppp/Examples/ |
D | dot_product.cpp | 30 Vector<float32_t,NB> c; in main() local
|
D | matrix_op.cpp | 75 Vector<float32_t,ROWS> c; in main() local
|
D | vector_op.cpp | 33 Vector<float32_t,NB> c; in main() local
|
/cmsis-dsp-latest/Source/FastMathFunctions/ |
D | arm_vlog_q31.c | 59 int32_t c = __CLZ(src); in arm_scalar_log_q31() local 131 int32x4_t c = vclzq_s32(src); in vlogq_q31() local
|
D | arm_vlog_q15.c | 62 int16_t c = __CLZ(src)-16; in arm_scalar_log_q15() local 136 int16x8_t c = vclzq_s16(src); in vlogq_q15() local
|
/cmsis-dsp-latest/Source/DistanceFunctions/ |
D | arm_braycurtis_distance_f32.c | 58 f32x4_t a, b, c, accumDiffV, accumSumV; in arm_braycurtis_distance_f32() local 114 float32x4_t a,b,c,accumDiffV, accumSumV; in arm_braycurtis_distance_f32() local
|
D | arm_canberra_distance_f32.c | 64 f32x4_t a, b, c, accumV; in arm_canberra_distance_f32() local 138 float32x4_t a,b,c,accumV; in arm_canberra_distance_f32() local
|
D | arm_canberra_distance_f16.c | 77 f16x8_t a, b, c, accumV; in arm_canberra_distance_f16() local
|
D | arm_braycurtis_distance_f16.c | 79 f16x8_t a, b, c, accumDiffV, accumSumV; in arm_braycurtis_distance_f16() local
|
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | SVM.py | 43 c = 0 variable 45 c = 1 variable
|
/cmsis-dsp-latest/Testing/FrameworkSource/ |
D | IORunner.cpp | 80 Calibrate c((Testing::testID_t)0); in IORunner() local 406 TestContainer *c = g->getContainer(i); in run() local
|
/cmsis-dsp-latest/dsppp/ |
D | clang_sse300.c | 24 static int stderr_putc(char c, FILE *file) { in stderr_putc()
|
D | process.py | 16 c = 0 variable 63 c = m.group(1) variable
|
/cmsis-dsp-latest/Source/InterpolationFunctions/ |
D | arm_spline_interp_init_f32.c | 81 float32_t * c = coeffs+(n-1); in arm_spline_init_f32() local
|
/cmsis-dsp-latest/Testing/Include/Tests/ |
D | UnaryTestsF16.h | 35 Client::LocalPattern<float16_t> c; variable
|