Home
last modified time | relevance | path

Searched refs:writeInputS8 (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/Testing/PatternGeneration/
DBasicMaths.py176 config.writeInputS8(nb+1,data1-1,"MaxPosInput")
177 config.writeInputS8(nb+1,data2+1,"MaxNegInput")
178 config.writeInputS8(nb+1,data2,"MaxNeg2Input")
250 config.writeInputS8(nb,data1,"BitwiseInput")
251 config.writeInputS8(nb+1,data2,"BitwiseInput")
DTools.py1170 def writeInputS8(self,j,data,name=None): member in Config