Home
last modified time | relevance | path

Searched defs:xa (Results 1 – 6 of 6) sorted by relevance

/cmsis-dsp-3.7.0-3.6.0/Testing/PatternGeneration/
DDistance.py18 def euclidean(xa,xb): argument
22 def braycurtis(xa,xb): argument
26 def canberra(xa,xb): argument
30 def chebyshev(xa,xb): argument
34 def cityblock(xa,xb): argument
38 def correlation(xa,xb): argument
42 def cosine(xa,xb): argument
46 def jensenshannon(xa,xb): argument
50 def minkowski (xa,xb,dim): argument
54 def dice(xa,xb): argument
[all …]
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_svm_example/
Dtrain.py24 xa = np.zeros((NBVECS,2)) variable
/cmsis-dsp-3.7.0-3.6.0/Source/TransformFunctions/
Darm_cfft_radix4_q31.c162 q31_t xa, xb, xc, xd; in arm_radix4_butterfly_q31() local
532 q31_t xa, xb, xc, xd; in arm_radix4_butterfly_inverse_q31() local
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/examples/
Dtestdsp6.py133 xa = np.zeros((NBVECS,2)) variable
/cmsis-dsp-3.7.0-3.6.0/Source/FilteringFunctions/
Darm_fir_interpolate_f32.c492 float32x4_t x0v,x1v,x2v,xa,xb; in arm_fir_interpolate_f32() local
Darm_fir_f32.c706 float32x4_t accv0,accv1,samples0,samples1,x0,x1,x2,xa,xb,b; in arm_fir_f32() local