Lines Matching +full:add +full:- +full:path
1 import os.path
8 # For tests, there is the need to add tests for saturation
12 minValues=[-0.5,-0.5,0.1]
13 maxValues=[-0.1, 0.5,0.5]
20 minBound=-0.9
54 ref = data1 - data2
60 ref = -data1
133 # So we can't add tests here for q15 and q31.
154 data1 = np.full(NBSAMPLES, 2**format - 1)
156 data2 = np.full(NBSAMPLES, -2**format)
157 data2[1::2] = -2
166 config.writeInputS32(nb+1,data1-1,"MaxPosInput")
171 config.writeInputS16(nb+1,data1-1,"MaxPosInput")
176 config.writeInputS8(nb+1,data1-1,"MaxPosInput")
180 d1 = 1.0*(data1-1) / 2**format
189 d1 = 1.0*(data1-1) / 2**format
191 ref = d1 - d2
194 ref = d2 - d1
200 ref = -d3
205 ref = d2 - 0.9
236 minVal = -maxVal-1
301 PATTERNDIR = os.path.join("Patterns","DSP","BasicMaths","BasicMaths")
302 PARAMDIR = os.path.join("Parameters","DSP","BasicMaths","BasicMaths")