Lines Matching defs:b

61   public static final int testDotProdSimple(byte[] a, byte[] b) {  in testDotProdSimple()
102 public static final int testDotProdComplex(byte[] a, byte[] b) { in testDotProdComplex()
145 public static final int testDotProdSimpleUnsigned(byte[] a, byte[] b) { in testDotProdSimpleUnsigned()
186 public static final int testDotProdComplexUnsigned(byte[] a, byte[] b) { in testDotProdComplexUnsigned()
227 public static final int testDotProdComplexUnsignedCastedToSigned(byte[] a, byte[] b) { in testDotProdComplexUnsignedCastedToSigned()
268 public static final int testDotProdComplexSignedCastedToUnsigned(byte[] a, byte[] b) { in testDotProdComplexSignedCastedToUnsigned()
279 public static final int testDotProdSignedWidening(byte[] a, byte[] b) { in testDotProdSignedWidening()
290 public static final int testDotProdParamSigned(int x, byte[] b) { in testDotProdParamSigned()
301 public static final int testDotProdParamUnsigned(int x, byte[] b) { in testDotProdParamUnsigned()
314 public static final int testDotProdIntParam(int x, byte[] b) { in testDotProdIntParam()
325 public static final int testDotProdSignedToChar(byte[] a, byte[] b) { in testDotProdSignedToChar()
338 public static final int testDotProdSimpleCastedToSignedByte(byte[] a, byte[] b) { in testDotProdSimpleCastedToSignedByte()
349 public static final int testDotProdSimpleCastedToUnsignedByte(byte[] a, byte[] b) { in testDotProdSimpleCastedToUnsignedByte()
359 public static final int testDotProdSimpleUnsignedCastedToSignedByte(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastedToSignedByte()
370 public static final int testDotProdSimpleUnsignedCastedToUnsignedByte(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastedToUnsignedByte()
380 public static final int testDotProdSimpleCastedToShort(byte[] a, byte[] b) { in testDotProdSimpleCastedToShort()
391 public static final int testDotProdSimpleCastedToChar(byte[] a, byte[] b) { in testDotProdSimpleCastedToChar()
402 public static final int testDotProdSimpleUnsignedCastedToShort(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastedToShort()
413 public static final int testDotProdSimpleUnsignedCastedToChar(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastedToChar()
424 public static final int testDotProdSimpleUnsignedCastedToLong(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastedToLong()
435 public static final int testDotProdUnsignedSigned(byte[] a, byte[] b) { in testDotProdUnsignedSigned()