Searched defs:test_mulc (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/test/compiler/6340864/
H A DTestDoubleVect.java73 test_mulc(a0, a1);
191 test_mulc(a0, a1);
192 errn += verify("test_mulc: ", 0, a0[0], (Double.NaN*VALUE));
193 errn += verify("test_mulc: ", 1, a0[1], (Double.POSITIVE_INFINITY*VALUE));
194 errn += verify("test_mulc: ", 2, a0[2], (Double.NEGATIVE_INFINITY*VALUE));
195 errn += verify("test_mulc: ", 3, a0[3], (Double.MAX_VALUE*VALUE));
196 errn += verify("test_mulc: ", 4, a0[4], (Double.MIN_VALUE*VALUE));
197 errn += verify("test_mulc: ", 5, a0[5], (Double.MIN_NORMAL*VALUE));
199 errn += verify("test_mulc: ", i, a0[i], ((ADD_INIT+i)*VALUE));
394 test_mulc(a
511 static void test_mulc(double[] a0, double[] a1) { method in class:TestDoubleVect
[all...]
H A DTestFloatVect.java73 test_mulc(a0, a1);
191 test_mulc(a0, a1);
192 errn += verify("test_mulc: ", 0, a0[0], (Float.NaN*VALUE));
193 errn += verify("test_mulc: ", 1, a0[1], (Float.POSITIVE_INFINITY*VALUE));
194 errn += verify("test_mulc: ", 2, a0[2], (Float.NEGATIVE_INFINITY*VALUE));
195 errn += verify("test_mulc: ", 3, a0[3], (Float.MAX_VALUE*VALUE));
196 errn += verify("test_mulc: ", 4, a0[4], (Float.MIN_VALUE*VALUE));
197 errn += verify("test_mulc: ", 5, a0[5], (Float.MIN_NORMAL*VALUE));
199 errn += verify("test_mulc: ", i, a0[i], ((ADD_INIT+i)*VALUE));
394 test_mulc(a
511 static void test_mulc(float[] a0, float[] a1) { method in class:TestFloatVect
[all...]
H A DTestIntVect.java78 test_mulc(a0, a1);
184 test_mulc(a0, a1);
186 errn += verify("test_mulc: ", i, a0[i], (int)((int)(ADD_INIT+i)*VALUE));
516 test_mulc(a0, a1);
519 System.out.println("test_mulc: " + (end - start));
949 static void test_mulc(int[] a0, int[] a1) { method in class:TestIntVect
H A DTestLongVect.java77 test_mulc(a0, a1);
178 test_mulc(a0, a1);
180 errn += verify("test_mulc: ", i, a0[i], (long)((long)(ADD_INIT+i)*VALUE));
486 test_mulc(a0, a1);
489 System.out.println("test_mulc: " + (end - start));
894 static void test_mulc(long[] a0, long[] a1) { method in class:TestLongVect
H A DTestShortVect.java79 test_mulc(a0, a1);
189 test_mulc(a0, a1);
191 errn += verify("test_mulc: ", i, a0[i], (short)((short)(ADD_INIT+i)*VALUE));
551 test_mulc(a0, a1);
554 System.out.println("test_mulc: " + (end - start));
1009 static void test_mulc(short[] a0, short[] a1) { method in class:TestShortVect
H A DTestByteVect.java80 test_mulc(a0, a1);
194 test_mulc(a0, a1);
196 errn += verify("test_mulc: ", i, a0[i], (byte)((byte)(ADD_INIT+i)*VALUE));
594 test_mulc(a0, a1);
597 System.out.println("test_mulc: " + (end - start));
1077 static void test_mulc(byte[] a0, byte[] a1) { method in class:TestByteVect
/openjdk7/hotspot/test/compiler/7200264/
H A DTestIntVect.java80 test_mulc(a0, a1);
166 test_mulc(a0, a1);
168 errn += verify("test_mulc: ", i, a0[i], (int)((int)(ADD_INIT+i)*VALUE));
434 static void test_mulc(int[] a0, int[] a1) { method in class:TestIntVect
/openjdk7/hotspot/test/compiler/8001183/
H A DTestCharVect.java79 test_mulc(a0, a1);
189 test_mulc(a0, a1);
191 errn += verify("test_mulc: ", i, a0[i], (char)((char)(ADD_INIT+i)*VALUE));
551 test_mulc(a0, a1);
554 System.out.println("test_mulc: " + (end - start));
1009 static void test_mulc(char[] a0, char[] a1) { method in class:TestCharVect

Completed in 53 milliseconds