• Home
  • Raw
  • Download

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 testDotProdComplexUnsignedCastedToSigned(char[] a, char[] b) { in testDotProdComplexUnsignedCastedToSigned()
303 public static final int testDotProdComplexSignedCastedToUnsigned(short[] a, short[] b) { in testDotProdComplexSignedCastedToUnsigned()
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 testDotProdSimpleMulCastedToSigned(short[] a, short[] b) { in testDotProdSimpleMulCastedToSigned()
419 public static final int testDotProdSimpleMulCastedToUnsigned(short[] a, short[] b) { in testDotProdSimpleMulCastedToUnsigned()
430 public static final int testDotProdSimpleUnsignedMulCastedToSigned(char[] a, char[] b) { in testDotProdSimpleUnsignedMulCastedToSigned()
441 public static final int testDotProdSimpleUnsignedMulCastedToUnsigned(char[] a, char[] b) { in testDotProdSimpleUnsignedMulCastedToUnsigned()
452 public static final int testDotProdSimpleCastedToShort(short[] a, short[] b) { in testDotProdSimpleCastedToShort()
463 public static final int testDotProdSimpleCastedToChar(short[] a, short[] b) { in testDotProdSimpleCastedToChar()
474 public static final int testDotProdSimpleUnsignedCastedToShort(char[] a, char[] b) { in testDotProdSimpleUnsignedCastedToShort()
485 public static final int testDotProdSimpleUnsignedCastedToChar(char[] a, char[] b) { in testDotProdSimpleUnsignedCastedToChar()
496 public static final int testDotProdSimpleUnsignedCastedToLong(char[] a, char[] b) { in testDotProdSimpleUnsignedCastedToLong()
509 public static final int testDotProdSignedNarrowerSigned(short[] a, short[] b) { in testDotProdSignedNarrowerSigned()
520 public static final int testDotProdSignedNarrowerUnsigned(short[] a, short[] b) { in testDotProdSignedNarrowerUnsigned()
531 public static final int testDotProdUnsignedNarrowerSigned(char[] a, char[] b) { in testDotProdUnsignedNarrowerSigned()
542 public static final int testDotProdUnsignedNarrowerUnsigned(char[] a, char[] b) { in testDotProdUnsignedNarrowerUnsigned()
553 public static final int testDotProdUnsignedSigned(char[] a, short[] b) { in testDotProdUnsignedSigned()