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

/openjdk7/hotspot/test/compiler/6340864/
H A DTestDoubleVect.java76 test_divc(a0, a1);
228 test_divc(a0, a1);
229 errn += verify("test_divc: ", 0, a0[0], (Double.NaN/VALUE));
230 errn += verify("test_divc: ", 1, a0[1], (Double.POSITIVE_INFINITY/VALUE));
231 errn += verify("test_divc: ", 2, a0[2], (Double.NEGATIVE_INFINITY/VALUE));
232 errn += verify("test_divc: ", 3, a0[3], (Double.MAX_VALUE/VALUE));
233 errn += verify("test_divc: ", 4, a0[4], (Double.MIN_VALUE/VALUE));
234 errn += verify("test_divc: ", 5, a0[5], (Double.MIN_NORMAL/VALUE));
236 errn += verify("test_divc: ", i, a0[i], ((ADD_INIT+i)/VALUE));
413 test_divc(a
532 static void test_divc(double[] a0, double[] a1) { method in class:TestDoubleVect
[all...]
H A DTestFloatVect.java76 test_divc(a0, a1);
228 test_divc(a0, a1);
229 errn += verify("test_divc: ", 0, a0[0], (Float.NaN/VALUE));
230 errn += verify("test_divc: ", 1, a0[1], (Float.POSITIVE_INFINITY/VALUE));
231 errn += verify("test_divc: ", 2, a0[2], (Float.NEGATIVE_INFINITY/VALUE));
232 errn += verify("test_divc: ", 3, a0[3], (Float.MAX_VALUE/VALUE));
233 errn += verify("test_divc: ", 4, a0[4], (Float.MIN_VALUE/VALUE));
234 errn += verify("test_divc: ", 5, a0[5], (Float.MIN_NORMAL/VALUE));
236 errn += verify("test_divc: ", i, a0[i], ((ADD_INIT+i)/VALUE));
413 test_divc(a
532 static void test_divc(float[] a0, float[] a1) { method in class:TestFloatVect
[all...]
H A DTestIntVect.java81 test_divc(a0, a1);
197 test_divc(a0, a1);
199 errn += verify("test_divc: ", i, a0[i], (int)((int)(ADD_INIT+i)/VALUE));
535 test_divc(a0, a1);
538 System.out.println("test_divc: " + (end - start));
970 static void test_divc(int[] a0, int[] a1) { method in class:TestIntVect
H A DTestLongVect.java80 test_divc(a0, a1);
191 test_divc(a0, a1);
193 errn += verify("test_divc: ", i, a0[i], (long)((long)(ADD_INIT+i)/VALUE));
505 test_divc(a0, a1);
508 System.out.println("test_divc: " + (end - start));
915 static void test_divc(long[] a0, long[] a1) { method in class:TestLongVect
H A DTestShortVect.java82 test_divc(a0, a1);
202 test_divc(a0, a1);
204 errn += verify("test_divc: ", i, a0[i], (short)((short)(ADD_INIT+i)/VALUE));
570 test_divc(a0, a1);
573 System.out.println("test_divc: " + (end - start));
1030 static void test_divc(short[] a0, short[] a1) { method in class:TestShortVect
H A DTestByteVect.java83 test_divc(a0, a1);
207 test_divc(a0, a1);
209 errn += verify("test_divc: ", i, a0[i], (byte)((byte)(ADD_INIT+i)/VALUE));
613 test_divc(a0, a1);
616 System.out.println("test_divc: " + (end - start));
1098 static void test_divc(byte[] a0, byte[] a1) { method in class:TestByteVect
/openjdk7/hotspot/test/compiler/7200264/
H A DTestIntVect.java83 test_divc(a0, a1);
179 test_divc(a0, a1);
181 errn += verify("test_divc: ", i, a0[i], (int)((int)(ADD_INIT+i)/VALUE));
455 static void test_divc(int[] a0, int[] a1) { method in class:TestIntVect
/openjdk7/hotspot/test/compiler/8001183/
H A DTestCharVect.java82 test_divc(a0, a1);
202 test_divc(a0, a1);
204 errn += verify("test_divc: ", i, a0[i], (char)((char)(ADD_INIT+i)/VALUE));
570 test_divc(a0, a1);
573 System.out.println("test_divc: " + (end - start));
1030 static void test_divc(char[] a0, char[] a1) { method in class:TestCharVect

Completed in 53 milliseconds