/cmsis-dsp-3.7.0-3.6.0/Scripts/ |
D | genMVETwiddleCoefs.py | 38 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 …]
|
D | mfccdata.py | 251 def genMfccHeader(f,configs,filename): argument 254 def genMfccInit(f,configs,filename): argument
|
/cmsis-dsp-3.7.0-3.6.0/Include/ |
D | arm_math_types_f16.h | 88 float16x8_t f; member 129 float16x4_t f; member
|
D | arm_math_types.h | 432 float32x4_t f; member 544 float32x2_t f; member
|
/cmsis-dsp-3.7.0-3.6.0/Testing/TestScripts/ |
D | CodeGen.py | 431 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/ |
D | example_1_6.py | 3 import cmsisdsp.fixedpoint as f namespace
|
D | testdsp4.py | 5 import cmsisdsp.fixedpoint as f namespace
|
D | testmfcc.py | 3 import cmsisdsp.fixedpoint as f namespace
|
D | testmfccq15.py | 3 import cmsisdsp.fixedpoint as f namespace
|
D | testmfccq31.py | 3 import cmsisdsp.fixedpoint as f namespace
|
D | testdsp3.py | 3 import cmsisdsp.fixedpoint as f namespace
|
D | debug.py | 2 import cmsisdsp.fixedpoint as f namespace
|
D | example_1_9.py | 3 import cmsisdsp.fixedpoint as f namespace 43 def processSignal(sig,dec,f): argument
|
D | example.py | 25 f = open(filename,"r") variable
|
D | example_1_4.py | 3 import cmsisdsp.fixedpoint as f namespace
|
D | example_1_11.py | 3 import cmsisdsp.fixedpoint as f namespace
|
D | example_1_5.py | 3 import cmsisdsp.fixedpoint as f namespace
|
/cmsis-dsp-3.7.0-3.6.0/Testing/DebugScripts/ |
D | debugbiquad.py | 18 f = "f16" variable
|
/cmsis-dsp-3.7.0-3.6.0/cmsisdsp/ |
D | datatype.py | 1 import cmsisdsp.fixedpoint as f namespace
|
/cmsis-dsp-3.7.0-3.6.0/Source/MatrixFunctions/ |
D | arm_mat_qr_f64.c | 174 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
|
D | arm_mat_qr_f16.c | 267 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
|
D | arm_mat_qr_f32.c | 340 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/ |
D | Semihosting.cpp | 1025 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/ |
D | Support.py | 14 def genWsum(config,f,nb): argument
|
D | FastMath.py | 41 def divide(f,r): argument
|