Searched defs:xa (Results 1 – 6 of 6) sorted by relevance
/cmsis-dsp-3.7.0-3.6.0/Testing/PatternGeneration/ |
D | Distance.py | 18 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/ |
D | train.py | 24 xa = np.zeros((NBVECS,2)) variable
|
/cmsis-dsp-3.7.0-3.6.0/Source/TransformFunctions/ |
D | arm_cfft_radix4_q31.c | 162 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/ |
D | testdsp6.py | 133 xa = np.zeros((NBVECS,2)) variable
|
/cmsis-dsp-3.7.0-3.6.0/Source/FilteringFunctions/ |
D | arm_fir_interpolate_f32.c | 492 float32x4_t x0v,x1v,x2v,xa,xb; in arm_fir_interpolate_f32() local
|
D | arm_fir_f32.c | 706 float32x4_t accv0,accv1,samples0,samples1,x0,x1,x2,xa,xb,b; in arm_fir_f32() local
|