Lines Matching defs:b

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 testDotProdComplexUnsignedCastToSigned(byte[] a, byte[] b) { in testDotProdComplexUnsignedCastToSigned()
392 public static final int testDotProdComplexSignedCastToUnsigned(byte[] a, byte[] b) { in testDotProdComplexSignedCastToUnsigned()
403 public static final int testDotProdSignedWidening(byte[] a, byte[] b) { in testDotProdSignedWidening()
414 public static final int testDotProdParamSigned(int x, byte[] b) { in testDotProdParamSigned()
425 public static final int testDotProdParamUnsigned(int x, byte[] b) { in testDotProdParamUnsigned()
438 public static final int testDotProdIntParam(int x, byte[] b) { in testDotProdIntParam()
449 public static final int testDotProdSignedToChar(byte[] a, byte[] b) { in testDotProdSignedToChar()
462 public static final int testDotProdSimpleCastToSignedByte(byte[] a, byte[] b) { in testDotProdSimpleCastToSignedByte()
473 public static final int testDotProdSimpleCastToUnsignedByte(byte[] a, byte[] b) { in testDotProdSimpleCastToUnsignedByte()
483 public static final int testDotProdSimpleUnsignedCastToSignedByte(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastToSignedByte()
494 public static final int testDotProdSimpleUnsignedCastToUnsignedByte(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastToUnsignedByte()
504 public static final int testDotProdSimpleCastToShort(byte[] a, byte[] b) { in testDotProdSimpleCastToShort()
515 public static final int testDotProdSimpleCastToChar(byte[] a, byte[] b) { in testDotProdSimpleCastToChar()
526 public static final int testDotProdSimpleUnsignedCastToShort(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastToShort()
537 public static final int testDotProdSimpleUnsignedCastToChar(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastToChar()
548 public static final int testDotProdSimpleUnsignedCastToLong(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastToLong()
559 public static final int testDotProdUnsignedSigned(byte[] a, byte[] b) { in testDotProdUnsignedSigned()