Lines Matching defs:b
60 public static final int testDotProdSimple(short[] a, short[] b) { in testDotProdSimple()
110 public static final int testDotProdComplex(short[] a, short[] b) { in testDotProdComplex()
153 public static final int testDotProdSimpleUnsigned(char[] a, char[] b) { in testDotProdSimpleUnsigned()
203 public static final int testDotProdComplexUnsigned(char[] a, char[] b) { in testDotProdComplexUnsigned()
253 public static final int testDotProdComplexUnsignedCastToSigned(char[] a, char[] b) { in testDotProdComplexUnsignedCastToSigned()
303 public static final int testDotProdComplexSignedCastToUnsigned(short[] a, short[] b) { in testDotProdComplexSignedCastToUnsigned()
323 public static final int testDotProdSignedToInt(short[] a, short[] b) { in testDotProdSignedToInt()
343 public static final int testDotProdParamSigned(int x, short[] b) { in testDotProdParamSigned()
363 public static final int testDotProdParamUnsigned(int x, char[] b) { in testDotProdParamUnsigned()
374 public static final int testDotProdIntParam(int x, short[] b) { in testDotProdIntParam()
394 public static final int testDotProdSignedToChar(short[] a, short[] b) { in testDotProdSignedToChar()
407 public static final int testDotProdSimpleMulCastToSigned(short[] a, short[] b) { in testDotProdSimpleMulCastToSigned()
418 public static final int testDotProdSimpleMulCastToUnsigned(short[] a, short[] b) { in testDotProdSimpleMulCastToUnsigned()
429 public static final int testDotProdSimpleUnsignedMulCastToSigned(char[] a, char[] b) { in testDotProdSimpleUnsignedMulCastToSigned()
440 public static final int testDotProdSimpleUnsignedMulCastToUnsigned(char[] a, char[] b) { in testDotProdSimpleUnsignedMulCastToUnsigned()
451 public static final int testDotProdSimpleCastToShort(short[] a, short[] b) { in testDotProdSimpleCastToShort()
462 public static final int testDotProdSimpleCastToChar(short[] a, short[] b) { in testDotProdSimpleCastToChar()
473 public static final int testDotProdSimpleUnsignedCastToShort(char[] a, char[] b) { in testDotProdSimpleUnsignedCastToShort()
484 public static final int testDotProdSimpleUnsignedCastToChar(char[] a, char[] b) { in testDotProdSimpleUnsignedCastToChar()
495 public static final int testDotProdSimpleUnsignedCastToLong(char[] a, char[] b) { in testDotProdSimpleUnsignedCastToLong()
508 public static final int testDotProdSignedNarrowerSigned(short[] a, short[] b) { in testDotProdSignedNarrowerSigned()
519 public static final int testDotProdSignedNarrowerUnsigned(short[] a, short[] b) { in testDotProdSignedNarrowerUnsigned()
530 public static final int testDotProdUnsignedNarrowerSigned(char[] a, char[] b) { in testDotProdUnsignedNarrowerSigned()
541 public static final int testDotProdUnsignedNarrowerUnsigned(char[] a, char[] b) { in testDotProdUnsignedNarrowerUnsigned()
552 public static final int testDotProdUnsignedSigned(char[] a, short[] b) { in testDotProdUnsignedSigned()