Lines Matching defs:a
81 public static final int testDotProdSimple(byte[] a, byte[] b) { in testDotProdSimple()
143 public static final int testDotProdComplex(byte[] a, byte[] b) { in testDotProdComplex()
206 public static final int testDotProdSimpleUnsigned(byte[] a, byte[] b) { in testDotProdSimpleUnsigned()
268 public static final int testDotProdComplexUnsigned(byte[] a, byte[] b) { in testDotProdComplexUnsigned()
330 public static final int testDotProdComplexUnsignedCastedToSigned(byte[] a, byte[] b) { in testDotProdComplexUnsignedCastedToSigned()
392 public static final int testDotProdComplexSignedCastedToUnsigned(byte[] a, byte[] b) { in testDotProdComplexSignedCastedToUnsigned()
403 public static final int testDotProdSignedWidening(byte[] a, byte[] b) { in testDotProdSignedWidening()
449 public static final int testDotProdSignedToChar(byte[] a, byte[] b) { in testDotProdSignedToChar()
462 public static final int testDotProdSimpleCastedToSignedByte(byte[] a, byte[] b) { in testDotProdSimpleCastedToSignedByte()
473 public static final int testDotProdSimpleCastedToUnsignedByte(byte[] a, byte[] b) { in testDotProdSimpleCastedToUnsignedByte()
483 public static final int testDotProdSimpleUnsignedCastedToSignedByte(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastedToSignedByte()
494 public static final int testDotProdSimpleUnsignedCastedToUnsignedByte(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastedToUnsignedByte()
504 public static final int testDotProdSimpleCastedToShort(byte[] a, byte[] b) { in testDotProdSimpleCastedToShort()
515 public static final int testDotProdSimpleCastedToChar(byte[] a, byte[] b) { in testDotProdSimpleCastedToChar()
526 public static final int testDotProdSimpleUnsignedCastedToShort(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastedToShort()
537 public static final int testDotProdSimpleUnsignedCastedToChar(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastedToChar()
548 public static final int testDotProdSimpleUnsignedCastedToLong(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastedToLong()
559 public static final int testDotProdUnsignedSigned(byte[] a, byte[] b) { in testDotProdUnsignedSigned()