Home
last modified time | relevance | path

Searched refs:writeInputS32 (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/Testing/PatternGeneration/
DBasicMaths.py166 config.writeInputS32(nb+1,data1-1,"MaxPosInput")
167 config.writeInputS32(nb+1,data2+1,"MaxNegInput")
168 config.writeInputS32(nb+1,data2,"MaxNeg2Input")
242 config.writeInputS32(nb,data1,"BitwiseInput")
243 config.writeInputS32(nb+1,data2,"BitwiseInput")
DFastMath.py271 config.writeInputS32(1,allCombinations[1::2],"DivNumInput")
DTools.py1164 def writeInputS32(self,j,data,name=None): member in Config