Lines Matching refs:s

52     int s = 1;  in testDotProdSimple()  local
55 s += temp; in testDotProdSimple()
57 return s - 1; in testDotProdSimple()
93 int s = 1; in testDotProdComplex() local
96 s += temp; in testDotProdComplex()
98 return s - 1; in testDotProdComplex()
127 int s = 1; in testDotProdSimpleUnsigned() local
130 s += temp; in testDotProdSimpleUnsigned()
132 return s - 1; in testDotProdSimpleUnsigned()
168 int s = 1; in testDotProdComplexUnsigned() local
171 s += temp; in testDotProdComplexUnsigned()
173 return s - 1; in testDotProdComplexUnsigned()
209 int s = 1; in testDotProdComplexUnsignedCastedToSigned() local
212 s += temp; in testDotProdComplexUnsignedCastedToSigned()
214 return s - 1; in testDotProdComplexUnsignedCastedToSigned()
250 int s = 1; in testDotProdComplexSignedCastedToUnsigned() local
253 s += temp; in testDotProdComplexSignedCastedToUnsigned()
255 return s - 1; in testDotProdComplexSignedCastedToUnsigned()
261 int s = 1; in testDotProdSignedToInt() local
264 s += temp; in testDotProdSignedToInt()
266 return s - 1; in testDotProdSignedToInt()
272 int s = 1; in testDotProdParamSigned() local
275 s += temp; in testDotProdParamSigned()
277 return s - 1; in testDotProdParamSigned()
283 int s = 1; in testDotProdParamUnsigned() local
286 s += temp; in testDotProdParamUnsigned()
288 return s - 1; in testDotProdParamUnsigned()
294 int s = 1; in testDotProdIntParam() local
297 s += temp; in testDotProdIntParam()
299 return s - 1; in testDotProdIntParam()
305 int s = 1; in testDotProdSignedToChar() local
308 s += temp; in testDotProdSignedToChar()
310 return s - 1; in testDotProdSignedToChar()
318 int s = 1; in testDotProdSimpleMulCastedToSigned() local
321 s += temp; in testDotProdSimpleMulCastedToSigned()
323 return s - 1; in testDotProdSimpleMulCastedToSigned()
330 int s = 1; in testDotProdSimpleMulCastedToUnsigned() local
333 s += temp; in testDotProdSimpleMulCastedToUnsigned()
335 return s - 1; in testDotProdSimpleMulCastedToUnsigned()
341 int s = 1; in testDotProdSimpleUnsignedMulCastedToSigned() local
344 s += temp; in testDotProdSimpleUnsignedMulCastedToSigned()
346 return s - 1; in testDotProdSimpleUnsignedMulCastedToSigned()
352 int s = 1; in testDotProdSimpleUnsignedMulCastedToUnsigned() local
355 s += temp; in testDotProdSimpleUnsignedMulCastedToUnsigned()
357 return s - 1; in testDotProdSimpleUnsignedMulCastedToUnsigned()
363 int s = 1; in testDotProdSimpleCastedToShort() local
366 s += temp; in testDotProdSimpleCastedToShort()
368 return s - 1; in testDotProdSimpleCastedToShort()
374 int s = 1; in testDotProdSimpleCastedToChar() local
377 s += temp; in testDotProdSimpleCastedToChar()
379 return s - 1; in testDotProdSimpleCastedToChar()
385 int s = 1; in testDotProdSimpleUnsignedCastedToShort() local
388 s += temp; in testDotProdSimpleUnsignedCastedToShort()
390 return s - 1; in testDotProdSimpleUnsignedCastedToShort()
396 int s = 1; in testDotProdSimpleUnsignedCastedToChar() local
399 s += temp; in testDotProdSimpleUnsignedCastedToChar()
401 return s - 1; in testDotProdSimpleUnsignedCastedToChar()
407 int s = 1; in testDotProdSimpleUnsignedCastedToLong() local
410 s += temp; in testDotProdSimpleUnsignedCastedToLong()
412 return s - 1; in testDotProdSimpleUnsignedCastedToLong()
420 int s = 1; in testDotProdSignedNarrowerSigned() local
423 s += temp; in testDotProdSignedNarrowerSigned()
425 return s - 1; in testDotProdSignedNarrowerSigned()
431 int s = 1; in testDotProdSignedNarrowerUnsigned() local
434 s += temp; in testDotProdSignedNarrowerUnsigned()
436 return s - 1; in testDotProdSignedNarrowerUnsigned()
442 int s = 1; in testDotProdUnsignedNarrowerSigned() local
445 s += temp; in testDotProdUnsignedNarrowerSigned()
447 return s - 1; in testDotProdUnsignedNarrowerSigned()
453 int s = 1; in testDotProdUnsignedNarrowerUnsigned() local
456 s += temp; in testDotProdUnsignedNarrowerUnsigned()
458 return s - 1; in testDotProdUnsignedNarrowerUnsigned()
464 int s = 1; in testDotProdUnsignedSigned() local
467 s += temp; in testDotProdUnsignedSigned()
469 return s - 1; in testDotProdUnsignedSigned()