Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 47) sorted by relevance

12

/cmsis-dsp-latest/dsppp/tests/
Dcmsisdsp.cpp22 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 …]
Dfusion_test.cpp27 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
Ddot_test.cpp29 PVector<T,NB> c; in complex_test() local
36 PVector<T> c(NB); in complex_test() local
/cmsis-dsp-latest/Testing/
DprocessTests.py31 c = TestScripts.CodeGen.CodeGen(args.p,args.d, args.e) variable
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestdsp2.py133 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
Dtestdsp3.py25 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/
Darm_cmplx_mult_cmplx_f64.c55 float64_t a, b, c, d; /* Temporary variables to store real and imaginary values */ in arm_cmplx_mult_cmplx_f64() local
Darm_cmplx_mult_cmplx_f16.c170 _Float16 a, b, c, d; /* Temporary variables to store real and imaginary values */ in arm_cmplx_mult_cmplx_f16() local
Darm_cmplx_mult_cmplx_q31.c174 q31_t a, b, c, d; /* Temporary variables */ in arm_cmplx_mult_cmplx_q31() local
Darm_cmplx_mult_cmplx_q15.c179 q15_t a, b, c, d; /* Temporary variables */ in arm_cmplx_mult_cmplx_q15() local
/cmsis-dsp-latest/dsppp/Examples/
Ddot_product.cpp30 Vector<float32_t,NB> c; in main() local
Dmatrix_op.cpp75 Vector<float32_t,ROWS> c; in main() local
Dvector_op.cpp33 Vector<float32_t,NB> c; in main() local
/cmsis-dsp-latest/Source/FastMathFunctions/
Darm_vlog_q31.c59 int32_t c = __CLZ(src); in arm_scalar_log_q31() local
131 int32x4_t c = vclzq_s32(src); in vlogq_q31() local
Darm_vlog_q15.c62 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/
Darm_braycurtis_distance_f32.c58 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
Darm_canberra_distance_f32.c64 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
Darm_canberra_distance_f16.c77 f16x8_t a, b, c, accumV; in arm_canberra_distance_f16() local
Darm_braycurtis_distance_f16.c79 f16x8_t a, b, c, accumDiffV, accumSumV; in arm_braycurtis_distance_f16() local
/cmsis-dsp-latest/Testing/PatternGeneration/
DSVM.py43 c = 0 variable
45 c = 1 variable
/cmsis-dsp-latest/Testing/FrameworkSource/
DIORunner.cpp80 Calibrate c((Testing::testID_t)0); in IORunner() local
406 TestContainer *c = g->getContainer(i); in run() local
/cmsis-dsp-latest/dsppp/
Dclang_sse300.c24 static int stderr_putc(char c, FILE *file) { in stderr_putc()
Dprocess.py16 c = 0 variable
63 c = m.group(1) variable
/cmsis-dsp-latest/Source/InterpolationFunctions/
Darm_spline_interp_init_f32.c81 float32_t * c = coeffs+(n-1); in arm_spline_init_f32() local
/cmsis-dsp-latest/Testing/Include/Tests/
DUnaryTestsF16.h35 Client::LocalPattern<float16_t> c; variable

12