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

/openjdk10/hotspot/test/compiler/c2/cr6340864/
H A DTestDoubleVect.java77 test_divc(a0, a1);
229 test_divc(a0, a1);
230 errn += verify("test_divc: ", 0, a0[0], (Double.NaN/VALUE));
231 errn += verify("test_divc: ", 1, a0[1], (Double.POSITIVE_INFINITY/VALUE));
232 errn += verify("test_divc: ", 2, a0[2], (Double.NEGATIVE_INFINITY/VALUE));
233 errn += verify("test_divc: ", 3, a0[3], (Double.MAX_VALUE/VALUE));
234 errn += verify("test_divc: ", 4, a0[4], (Double.MIN_VALUE/VALUE));
235 errn += verify("test_divc: ", 5, a0[5], (Double.MIN_NORMAL/VALUE));
237 errn += verify("test_divc: ", i, a0[i], ((ADD_INIT+i)/VALUE));
414 test_divc(a
533 static void test_divc(double[] a0, double[] a1) { method in class:TestDoubleVect
[all...]
H A DTestFloatVect.java77 test_divc(a0, a1);
229 test_divc(a0, a1);
230 errn += verify("test_divc: ", 0, a0[0], (Float.NaN/VALUE));
231 errn += verify("test_divc: ", 1, a0[1], (Float.POSITIVE_INFINITY/VALUE));
232 errn += verify("test_divc: ", 2, a0[2], (Float.NEGATIVE_INFINITY/VALUE));
233 errn += verify("test_divc: ", 3, a0[3], (Float.MAX_VALUE/VALUE));
234 errn += verify("test_divc: ", 4, a0[4], (Float.MIN_VALUE/VALUE));
235 errn += verify("test_divc: ", 5, a0[5], (Float.MIN_NORMAL/VALUE));
237 errn += verify("test_divc: ", i, a0[i], ((ADD_INIT+i)/VALUE));
414 test_divc(a
533 static void test_divc(float[] a0, float[] a1) { method in class:TestFloatVect
[all...]
H A DTestIntVect.java82 test_divc(a0, a1);
198 test_divc(a0, a1);
200 errn += verify("test_divc: ", i, a0[i], (int)((int)(ADD_INIT+i)/VALUE));
536 test_divc(a0, a1);
539 System.out.println("test_divc: " + (end - start));
971 static void test_divc(int[] a0, int[] a1) { method in class:TestIntVect
H A DTestLongVect.java81 test_divc(a0, a1);
192 test_divc(a0, a1);
194 errn += verify("test_divc: ", i, a0[i], (long)((long)(ADD_INIT+i)/VALUE));
506 test_divc(a0, a1);
509 System.out.println("test_divc: " + (end - start));
916 static void test_divc(long[] a0, long[] a1) { method in class:TestLongVect
H A DTestByteVect.java84 test_divc(a0, a1);
208 test_divc(a0, a1);
210 errn += verify("test_divc: ", i, a0[i], (byte)((byte)(ADD_INIT+i)/VALUE));
614 test_divc(a0, a1);
617 System.out.println("test_divc: " + (end - start));
1099 static void test_divc(byte[] a0, byte[] a1) { method in class:TestByteVect
H A DTestShortVect.java83 test_divc(a0, a1);
203 test_divc(a0, a1);
205 errn += verify("test_divc: ", i, a0[i], (short)((short)(ADD_INIT+i)/VALUE));
571 test_divc(a0, a1);
574 System.out.println("test_divc: " + (end - start));
1031 static void test_divc(short[] a0, short[] a1) { method in class:TestShortVect
/openjdk10/hotspot/test/compiler/c2/cr7200264/
H A DTestIntVect.java75 test_divc(a0, a1);
171 test_divc(a0, a1);
173 errn += verify("test_divc: ", i, a0[i], (int)((int)(ADD_INIT+i)/VALUE));
447 static void test_divc(int[] a0, int[] a1) { method in class:TestIntVect
/openjdk10/hotspot/test/compiler/codegen/
H A DTestCharVect2.java83 test_divc(a0, a1);
203 test_divc(a0, a1);
205 errn += verify("test_divc: ", i, a0[i], (char)((char)(ADD_INIT+i)/VALUE));
571 test_divc(a0, a1);
574 System.out.println("test_divc: " + (end - start));
1031 static void test_divc(char[] a0, char[] a1) { method in class:TestCharVect2

Completed in 93 milliseconds