Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 33) sorted by relevance

12

/cmsis-dsp-3.7.0-3.6.0/Scripts/
DgenMVETwiddleCoefs.py38 def printCUInt32Array(f,name,arr): argument
52 def printCFloat32Array(f,name,arr): argument
66 def printCFloat16Array(f,name,arr): argument
80 def printCQ31Array(f,name,arr): argument
94 def printCQ15Array(f,name,arr): argument
108 def printCQ7Array(f,name,arr): argument
122 def printHUInt32Array(f,name,arr): argument
125 def printHFloat32Array(f,name,arr): argument
128 def printHFloat16Array(f,name,arr): argument
131 def printHQ31Array(f,name,arr): argument
[all …]
Dmfccdata.py251 def genMfccHeader(f,configs,filename): argument
254 def genMfccInit(f,configs,filename): argument
/cmsis-dsp-3.7.0-3.6.0/Include/
Darm_math_types_f16.h88 float16x8_t f; member
129 float16x4_t f; member
Darm_math_types.h432 float32x4_t f; member
544 float32x2_t f; member
/cmsis-dsp-3.7.0-3.6.0/Testing/TestScripts/
DCodeGen.py431 def _write64(self,v,f): argument
464 def _write32(self,v,f): argument
490 def _write16(self,v,f): argument
510 def _write8(self,v,f): argument
528 def _writeString(self,v,f): argument
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/examples/
Dexample_1_6.py3 import cmsisdsp.fixedpoint as f namespace
Dtestdsp4.py5 import cmsisdsp.fixedpoint as f namespace
Dtestmfcc.py3 import cmsisdsp.fixedpoint as f namespace
Dtestmfccq15.py3 import cmsisdsp.fixedpoint as f namespace
Dtestmfccq31.py3 import cmsisdsp.fixedpoint as f namespace
Dtestdsp3.py3 import cmsisdsp.fixedpoint as f namespace
Ddebug.py2 import cmsisdsp.fixedpoint as f namespace
Dexample_1_9.py3 import cmsisdsp.fixedpoint as f namespace
43 def processSignal(sig,dec,f): argument
Dexample.py25 f = open(filename,"r") variable
Dexample_1_4.py3 import cmsisdsp.fixedpoint as f namespace
Dexample_1_11.py3 import cmsisdsp.fixedpoint as f namespace
Dexample_1_5.py3 import cmsisdsp.fixedpoint as f namespace
/cmsis-dsp-3.7.0-3.6.0/Testing/DebugScripts/
Ddebugbiquad.py18 f = "f16" variable
/cmsis-dsp-3.7.0-3.6.0/cmsisdsp/
Ddatatype.py1 import cmsisdsp.fixedpoint as f namespace
/cmsis-dsp-3.7.0-3.6.0/Source/MatrixFunctions/
Darm_mat_qr_f64.c174 float64_t f = beta * pTmpA[j]; in arm_mat_qr_f64() local
284 float64_t f = beta * pTmpA[j]; in arm_mat_qr_f64() local
Darm_mat_qr_f16.c267 float16_t f = -(_Float16)beta * (_Float16)pTmpA[j]; in arm_mat_qr_f16() local
490 float16_t f = -(_Float16)beta * (_Float16)pTmpA[j]; in arm_mat_qr_f16() local
645 float16_t f = (_Float16)beta * (_Float16)pTmpA[j]; in arm_mat_qr_f16() local
755 float16_t f = (_Float16)beta * (_Float16)pTmpA[j]; in arm_mat_qr_f16() local
Darm_mat_qr_f32.c340 float32_t f = -beta * pTmpA[j]; in arm_mat_qr_f32() local
563 float32_t f = -beta * pTmpA[j]; in arm_mat_qr_f32() local
716 float32_t f = beta * pTmpA[j]; in arm_mat_qr_f32() local
826 float32_t f = beta * pTmpA[j]; in arm_mat_qr_f32() local
/cmsis-dsp-3.7.0-3.6.0/Testing/FrameworkSource/
DSemihosting.cpp1025 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_f64() local
1044 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_f32() local
1064 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_f16() local
1084 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_q63() local
1101 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_q31() local
1117 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_q15() local
1133 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_q7() local
1150 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_u64() local
1167 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_u32() local
1183 FILE *f = fopen(fileName.c_str(),"w"); in DumpPattern_u16() local
[all …]
/cmsis-dsp-3.7.0-3.6.0/Testing/PatternGeneration/
DSupport.py14 def genWsum(config,f,nb): argument
DFastMath.py41 def divide(f,r): argument

12