Searched defs:test_vi_oppos (Results 1 - 25 of 30) sorted by relevance

12

/openjdk10/hotspot/test/compiler/codegen/
H A DTestFloatDoubleVect.java497 static void test_vi_oppos(float[] a, double[] b, float c, double d) { method in class:TestFloatDoubleVect
H A DTestCharShortVect.java497 static void test_vi_oppos(char[] a, short[] b, char c, short d) { method in class:TestCharShortVect
H A DTestIntDoubleVect.java497 static void test_vi_oppos(int[] a, double[] b, int c, double d) { method in class:TestIntDoubleVect
H A DTestByteShortVect.java497 static void test_vi_oppos(byte[] a, short[] b, byte c, short d) { method in class:TestByteShortVect
H A DTestIntFloatVect.java497 static void test_vi_oppos(int[] a, float[] b, int c, float d) { method in class:TestIntFloatVect
H A DTestShortFloatVect.java497 static void test_vi_oppos(short[] a, float[] b, short c, float d) { method in class:TestShortFloatVect
H A DTestLongFloatVect.java497 static void test_vi_oppos(long[] a, float[] b, long c, float d) { method in class:TestLongFloatVect
H A DTestShortDoubleVect.java497 static void test_vi_oppos(short[] a, double[] b, short c, double d) { method in class:TestShortDoubleVect
H A DTestLongDoubleVect.java497 static void test_vi_oppos(long[] a, double[] b, long c, double d) { method in class:TestLongDoubleVect
H A DTestIntLongVect.java497 static void test_vi_oppos(int[] a, long[] b, int c, long d) { method in class:TestIntLongVect
H A DTestShortIntVect.java497 static void test_vi_oppos(short[] a, int[] b, short c, int d) { method in class:TestShortIntVect
H A DTestShortLongVect.java497 static void test_vi_oppos(short[] a, long[] b, short c, long d) { method in class:TestShortLongVect
H A DTestByteFloatVect.java497 static void test_vi_oppos(byte[] a, float[] b, byte c, float d) { method in class:TestByteFloatVect
H A DTestByteDoubleVect.java497 static void test_vi_oppos(byte[] a, double[] b, byte c, double d) { method in class:TestByteDoubleVect
H A DTestByteIntVect.java497 static void test_vi_oppos(byte[] a, int[] b, byte c, int d) { method in class:TestByteIntVect
H A DTestByteLongVect.java497 static void test_vi_oppos(byte[] a, long[] b, byte c, long d) { method in class:TestByteLongVect
H A DTestFloatVect.java797 static void test_vi_oppos(float[] a, float b) { method in class:TestFloatVect
H A DTestCharVect.java797 static void test_vi_oppos(char[] a, char b) { method in class:TestCharVect
H A DTestByteVect.java797 static void test_vi_oppos(byte[] a, byte b) { method in class:TestByteVect
H A DTestDoubleVect.java797 static void test_vi_oppos(double[] a, double b) { method in class:TestDoubleVect
H A DTestLongVect.java797 static void test_vi_oppos(long[] a, long b) { method in class:TestLongVect
H A DTestIntVect.java797 static void test_vi_oppos(int[] a, int b) { method in class:TestIntVect
H A DTestShortVect.java797 static void test_vi_oppos(short[] a, short b) { method in class:TestShortVect
H A DTestBooleanVect.java796 static void test_vi_oppos(boolean[] a, boolean b) { method in class:TestBooleanVect
/openjdk10/hotspot/test/compiler/c2/cr8004867/
H A DTestIntAtomicCAS.java815 static void test_vi_oppos(AtomicIntegerArray a, int b, int old) { method in class:TestIntAtomicCAS

Completed in 206 milliseconds

12