Searched refs:a0 (Results 1 - 25 of 47) sorted by relevance

12

/openjdk9/nashorn/test/script/basic/
H A Daccess-specializer.js38 var a0 = a1 = a2 = 0;
39 a0 = 16.1;
/openjdk9/hotspot/test/compiler/c2/cr7200264/
H A DTestIntVect.java47 int[] a0 = new int[ARRLEN];
66 test_addc(a0, a1);
67 test_addv(a0, a1, (int)VALUE);
68 test_adda(a0, a1, a2);
69 test_subc(a0, a1);
70 test_subv(a0, a1, (int)VALUE);
71 test_suba(a0, a1, a2);
72 test_mulc(a0, a1);
73 test_mulv(a0, a1, (int)VALUE);
74 test_mula(a0, a
394 test_addc(int[] a0, int[] a1) argument
399 test_addv(int[] a0, int[] a1, int b) argument
404 test_adda(int[] a0, int[] a1, int[] a2) argument
410 test_subc(int[] a0, int[] a1) argument
415 test_subv(int[] a0, int[] a1, int b) argument
420 test_suba(int[] a0, int[] a1, int[] a2) argument
426 test_mulc(int[] a0, int[] a1) argument
431 test_mulc_n(int[] a0, int[] a1) argument
436 test_mulv(int[] a0, int[] a1, int b) argument
441 test_mula(int[] a0, int[] a1, int[] a2) argument
447 test_divc(int[] a0, int[] a1) argument
452 test_divc_n(int[] a0, int[] a1) argument
457 test_divv(int[] a0, int[] a1, int b) argument
462 test_diva(int[] a0, int[] a1, int[] a2) argument
468 test_andc(int[] a0, int[] a1) argument
473 test_andv(int[] a0, int[] a1, int b) argument
478 test_anda(int[] a0, int[] a1, int[] a2) argument
484 test_orc(int[] a0, int[] a1) argument
489 test_orv(int[] a0, int[] a1, int b) argument
494 test_ora(int[] a0, int[] a1, int[] a2) argument
500 test_xorc(int[] a0, int[] a1) argument
505 test_xorv(int[] a0, int[] a1, int b) argument
510 test_xora(int[] a0, int[] a1, int[] a2) argument
516 test_sllc(int[] a0, int[] a1) argument
521 test_sllc_n(int[] a0, int[] a1) argument
526 test_sllc_o(int[] a0, int[] a1) argument
531 test_sllc_on(int[] a0, int[] a1) argument
536 test_sllv(int[] a0, int[] a1, int b) argument
542 test_srlc(int[] a0, int[] a1) argument
547 test_srlc_n(int[] a0, int[] a1) argument
552 test_srlc_o(int[] a0, int[] a1) argument
557 test_srlc_on(int[] a0, int[] a1) argument
562 test_srlv(int[] a0, int[] a1, int b) argument
568 test_srac(int[] a0, int[] a1) argument
573 test_srac_n(int[] a0, int[] a1) argument
578 test_srac_o(int[] a0, int[] a1) argument
583 test_srac_on(int[] a0, int[] a1) argument
588 test_srav(int[] a0, int[] a1, int b) argument
602 test_unpack2(int[] a0, long[] p2) argument
618 test_unpack2_swap(int[] a0, long[] p2) argument
[all...]
/openjdk9/hotspot/test/compiler/c2/cr6340864/
H A DTestDoubleVect.java51 double[] a0 = new double[ARRLEN];
68 test_addc(a0, a1);
69 test_addv(a0, a1, VALUE);
70 test_adda(a0, a1, a2);
71 test_subc(a0, a1);
72 test_subv(a0, a1, VALUE);
73 test_suba(a0, a1, a2);
74 test_mulc(a0, a1);
75 test_mulv(a0, a1, VALUE);
76 test_mula(a0, a
480 test_addc(double[] a0, double[] a1) argument
485 test_addv(double[] a0, double[] a1, double b) argument
490 test_adda(double[] a0, double[] a1, double[] a2) argument
496 test_subc(double[] a0, double[] a1) argument
501 test_subv(double[] a0, double[] a1, double b) argument
506 test_suba(double[] a0, double[] a1, double[] a2) argument
512 test_mulc(double[] a0, double[] a1) argument
517 test_mulc_n(double[] a0, double[] a1) argument
522 test_mulv(double[] a0, double[] a1, double b) argument
527 test_mula(double[] a0, double[] a1, double[] a2) argument
533 test_divc(double[] a0, double[] a1) argument
538 test_divc_n(double[] a0, double[] a1) argument
543 test_divv(double[] a0, double[] a1, double b) argument
548 test_diva(double[] a0, double[] a1, double[] a2) argument
[all...]
H A DTestFloatVect.java51 float[] a0 = new float[ARRLEN];
68 test_addc(a0, a1);
69 test_addv(a0, a1, VALUE);
70 test_adda(a0, a1, a2);
71 test_subc(a0, a1);
72 test_subv(a0, a1, VALUE);
73 test_suba(a0, a1, a2);
74 test_mulc(a0, a1);
75 test_mulv(a0, a1, VALUE);
76 test_mula(a0, a
480 test_addc(float[] a0, float[] a1) argument
485 test_addv(float[] a0, float[] a1, float b) argument
490 test_adda(float[] a0, float[] a1, float[] a2) argument
496 test_subc(float[] a0, float[] a1) argument
501 test_subv(float[] a0, float[] a1, float b) argument
506 test_suba(float[] a0, float[] a1, float[] a2) argument
512 test_mulc(float[] a0, float[] a1) argument
517 test_mulc_n(float[] a0, float[] a1) argument
522 test_mulv(float[] a0, float[] a1, float b) argument
527 test_mula(float[] a0, float[] a1, float[] a2) argument
533 test_divc(float[] a0, float[] a1) argument
538 test_divc_n(float[] a0, float[] a1) argument
543 test_divv(float[] a0, float[] a1, float b) argument
548 test_diva(float[] a0, float[] a1, float[] a2) argument
[all...]
H A DTestIntVect.java53 int[] a0 = new int[ARRLEN];
72 test_addc(a0, a1);
73 test_addv(a0, a1, (int)VALUE);
74 test_adda(a0, a1, a2);
75 test_subc(a0, a1);
76 test_subv(a0, a1, (int)VALUE);
77 test_suba(a0, a1, a2);
79 test_mulc(a0, a1);
80 test_mulv(a0, a1, (int)VALUE);
81 test_mula(a0, a
918 test_addc(int[] a0, int[] a1) argument
923 test_addv(int[] a0, int[] a1, int b) argument
928 test_adda(int[] a0, int[] a1, int[] a2) argument
934 test_subc(int[] a0, int[] a1) argument
939 test_subv(int[] a0, int[] a1, int b) argument
944 test_suba(int[] a0, int[] a1, int[] a2) argument
950 test_mulc(int[] a0, int[] a1) argument
955 test_mulc_n(int[] a0, int[] a1) argument
960 test_mulv(int[] a0, int[] a1, int b) argument
965 test_mula(int[] a0, int[] a1, int[] a2) argument
971 test_divc(int[] a0, int[] a1) argument
976 test_divc_n(int[] a0, int[] a1) argument
981 test_divv(int[] a0, int[] a1, int b) argument
986 test_diva(int[] a0, int[] a1, int[] a2) argument
992 test_andc(int[] a0, int[] a1) argument
997 test_andv(int[] a0, int[] a1, int b) argument
1002 test_anda(int[] a0, int[] a1, int[] a2) argument
1008 test_orc(int[] a0, int[] a1) argument
1013 test_orv(int[] a0, int[] a1, int b) argument
1018 test_ora(int[] a0, int[] a1, int[] a2) argument
1024 test_xorc(int[] a0, int[] a1) argument
1029 test_xorv(int[] a0, int[] a1, int b) argument
1034 test_xora(int[] a0, int[] a1, int[] a2) argument
1040 test_sllc(int[] a0, int[] a1) argument
1045 test_sllc_n(int[] a0, int[] a1) argument
1050 test_sllc_o(int[] a0, int[] a1) argument
1055 test_sllc_on(int[] a0, int[] a1) argument
1060 test_sllv(int[] a0, int[] a1, int b) argument
1065 test_sllc_add(int[] a0, int[] a1) argument
1070 test_sllv_add(int[] a0, int[] a1, int b) argument
1075 test_sllc_and(int[] a0, int[] a1) argument
1080 test_sllv_and(int[] a0, int[] a1, int b) argument
1086 test_srlc(int[] a0, int[] a1) argument
1091 test_srlc_n(int[] a0, int[] a1) argument
1096 test_srlc_o(int[] a0, int[] a1) argument
1101 test_srlc_on(int[] a0, int[] a1) argument
1106 test_srlv(int[] a0, int[] a1, int b) argument
1111 test_srlc_add(int[] a0, int[] a1) argument
1116 test_srlv_add(int[] a0, int[] a1, int b) argument
1121 test_srlc_and(int[] a0, int[] a1) argument
1126 test_srlv_and(int[] a0, int[] a1, int b) argument
1132 test_srac(int[] a0, int[] a1) argument
1137 test_srac_n(int[] a0, int[] a1) argument
1142 test_srac_o(int[] a0, int[] a1) argument
1147 test_srac_on(int[] a0, int[] a1) argument
1152 test_srav(int[] a0, int[] a1, int b) argument
1157 test_srac_add(int[] a0, int[] a1) argument
1162 test_srav_add(int[] a0, int[] a1, int b) argument
1167 test_srac_and(int[] a0, int[] a1) argument
1172 test_srav_and(int[] a0, int[] a1, int b) argument
1186 test_unpack2(int[] a0, long[] p2) argument
1202 test_unpack2_swap(int[] a0, long[] p2) argument
[all...]
H A DTestLongVect.java53 long[] a0 = new long[ARRLEN];
71 test_addc(a0, a1);
72 test_addv(a0, a1, (long)VALUE);
73 test_adda(a0, a1, a2);
74 test_subc(a0, a1);
75 test_subv(a0, a1, (long)VALUE);
76 test_suba(a0, a1, a2);
78 test_mulc(a0, a1);
79 test_mulv(a0, a1, (long)VALUE);
80 test_mula(a0, a
863 test_addc(long[] a0, long[] a1) argument
868 test_addv(long[] a0, long[] a1, long b) argument
873 test_adda(long[] a0, long[] a1, long[] a2) argument
879 test_subc(long[] a0, long[] a1) argument
884 test_subv(long[] a0, long[] a1, long b) argument
889 test_suba(long[] a0, long[] a1, long[] a2) argument
895 test_mulc(long[] a0, long[] a1) argument
900 test_mulc_n(long[] a0, long[] a1) argument
905 test_mulv(long[] a0, long[] a1, long b) argument
910 test_mula(long[] a0, long[] a1, long[] a2) argument
916 test_divc(long[] a0, long[] a1) argument
921 test_divc_n(long[] a0, long[] a1) argument
926 test_divv(long[] a0, long[] a1, long b) argument
931 test_diva(long[] a0, long[] a1, long[] a2) argument
937 test_andc(long[] a0, long[] a1) argument
942 test_andv(long[] a0, long[] a1, long b) argument
947 test_anda(long[] a0, long[] a1, long[] a2) argument
953 test_orc(long[] a0, long[] a1) argument
958 test_orv(long[] a0, long[] a1, long b) argument
963 test_ora(long[] a0, long[] a1, long[] a2) argument
969 test_xorc(long[] a0, long[] a1) argument
974 test_xorv(long[] a0, long[] a1, long b) argument
979 test_xora(long[] a0, long[] a1, long[] a2) argument
985 test_sllc(long[] a0, long[] a1) argument
990 test_sllc_n(long[] a0, long[] a1) argument
995 test_sllc_o(long[] a0, long[] a1) argument
1000 test_sllc_on(long[] a0, long[] a1) argument
1005 test_sllv(long[] a0, long[] a1, int b) argument
1010 test_sllc_add(long[] a0, long[] a1) argument
1015 test_sllv_add(long[] a0, long[] a1, long b) argument
1020 test_sllc_and(long[] a0, long[] a1) argument
1025 test_sllv_and(long[] a0, long[] a1, long b) argument
1031 test_srlc(long[] a0, long[] a1) argument
1036 test_srlc_n(long[] a0, long[] a1) argument
1041 test_srlc_o(long[] a0, long[] a1) argument
1046 test_srlc_on(long[] a0, long[] a1) argument
1051 test_srlv(long[] a0, long[] a1, int b) argument
1056 test_srlc_add(long[] a0, long[] a1) argument
1061 test_srlv_add(long[] a0, long[] a1, long b) argument
1066 test_srlc_and(long[] a0, long[] a1) argument
1071 test_srlv_and(long[] a0, long[] a1, long b) argument
1077 test_srac(long[] a0, long[] a1) argument
1082 test_srac_n(long[] a0, long[] a1) argument
1087 test_srac_o(long[] a0, long[] a1) argument
1092 test_srac_on(long[] a0, long[] a1) argument
1097 test_srav(long[] a0, long[] a1, int b) argument
1102 test_srac_add(long[] a0, long[] a1) argument
1107 test_srav_add(long[] a0, long[] a1, long b) argument
1112 test_srac_and(long[] a0, long[] a1) argument
1117 test_srav_and(long[] a0, long[] a1, long b) argument
[all...]
H A DTestByteVect.java53 byte[] a0 = new byte[ARRLEN];
74 test_addc(a0, a1);
75 test_addv(a0, a1, (byte)VALUE);
76 test_adda(a0, a1, a2);
77 test_subc(a0, a1);
78 test_subv(a0, a1, (byte)VALUE);
79 test_suba(a0, a1, a2);
81 test_mulc(a0, a1);
82 test_mulv(a0, a1, (byte)VALUE);
83 test_mula(a0, a
1046 test_addc(byte[] a0, byte[] a1) argument
1051 test_addv(byte[] a0, byte[] a1, byte b) argument
1056 test_adda(byte[] a0, byte[] a1, byte[] a2) argument
1062 test_subc(byte[] a0, byte[] a1) argument
1067 test_subv(byte[] a0, byte[] a1, byte b) argument
1072 test_suba(byte[] a0, byte[] a1, byte[] a2) argument
1078 test_mulc(byte[] a0, byte[] a1) argument
1083 test_mulc_n(byte[] a0, byte[] a1) argument
1088 test_mulv(byte[] a0, byte[] a1, byte b) argument
1093 test_mula(byte[] a0, byte[] a1, byte[] a2) argument
1099 test_divc(byte[] a0, byte[] a1) argument
1104 test_divc_n(byte[] a0, byte[] a1) argument
1109 test_divv(byte[] a0, byte[] a1, byte b) argument
1114 test_diva(byte[] a0, byte[] a1, byte[] a2) argument
1120 test_andc(byte[] a0, byte[] a1) argument
1125 test_andv(byte[] a0, byte[] a1, byte b) argument
1130 test_anda(byte[] a0, byte[] a1, byte[] a2) argument
1136 test_orc(byte[] a0, byte[] a1) argument
1141 test_orv(byte[] a0, byte[] a1, byte b) argument
1146 test_ora(byte[] a0, byte[] a1, byte[] a2) argument
1152 test_xorc(byte[] a0, byte[] a1) argument
1157 test_xorv(byte[] a0, byte[] a1, byte b) argument
1162 test_xora(byte[] a0, byte[] a1, byte[] a2) argument
1168 test_sllc(byte[] a0, byte[] a1) argument
1173 test_sllc_n(byte[] a0, byte[] a1) argument
1178 test_sllc_o(byte[] a0, byte[] a1) argument
1183 test_sllc_on(byte[] a0, byte[] a1) argument
1188 test_sllv(byte[] a0, byte[] a1, int b) argument
1193 test_sllc_add(byte[] a0, byte[] a1) argument
1198 test_sllv_add(byte[] a0, byte[] a1, int b) argument
1203 test_sllc_and(byte[] a0, byte[] a1) argument
1208 test_sllv_and(byte[] a0, byte[] a1, int b) argument
1214 test_srlc(byte[] a0, byte[] a1) argument
1219 test_srlc_n(byte[] a0, byte[] a1) argument
1224 test_srlc_o(byte[] a0, byte[] a1) argument
1229 test_srlc_on(byte[] a0, byte[] a1) argument
1234 test_srlv(byte[] a0, byte[] a1, int b) argument
1239 test_srlc_add(byte[] a0, byte[] a1) argument
1244 test_srlv_add(byte[] a0, byte[] a1, int b) argument
1249 test_srlc_and(byte[] a0, byte[] a1) argument
1254 test_srlv_and(byte[] a0, byte[] a1, int b) argument
1260 test_srac(byte[] a0, byte[] a1) argument
1265 test_srac_n(byte[] a0, byte[] a1) argument
1270 test_srac_o(byte[] a0, byte[] a1) argument
1275 test_srac_on(byte[] a0, byte[] a1) argument
1280 test_srav(byte[] a0, byte[] a1, int b) argument
1285 test_srac_add(byte[] a0, byte[] a1) argument
1290 test_srav_add(byte[] a0, byte[] a1, int b) argument
1295 test_srac_and(byte[] a0, byte[] a1) argument
1300 test_srav_and(byte[] a0, byte[] a1, int b) argument
1314 test_unpack2(byte[] a0, short[] p2) argument
1330 test_unpack2_swap(byte[] a0, short[] p2) argument
1352 test_unpack4(byte[] a0, int[] p4) argument
1375 test_unpack4_swap(byte[] a0, int[] p4) argument
1407 test_unpack8(byte[] a0, long[] p8) argument
1442 test_unpack8_swap(byte[] a0, long[] p8) argument
[all...]
H A DTestShortVect.java53 short[] a0 = new short[ARRLEN];
73 test_addc(a0, a1);
74 test_addv(a0, a1, (short)VALUE);
75 test_adda(a0, a1, a2);
76 test_subc(a0, a1);
77 test_subv(a0, a1, (short)VALUE);
78 test_suba(a0, a1, a2);
80 test_mulc(a0, a1);
81 test_mulv(a0, a1, (short)VALUE);
82 test_mula(a0, a
978 test_addc(short[] a0, short[] a1) argument
983 test_addv(short[] a0, short[] a1, short b) argument
988 test_adda(short[] a0, short[] a1, short[] a2) argument
994 test_subc(short[] a0, short[] a1) argument
999 test_subv(short[] a0, short[] a1, short b) argument
1004 test_suba(short[] a0, short[] a1, short[] a2) argument
1010 test_mulc(short[] a0, short[] a1) argument
1015 test_mulc_n(short[] a0, short[] a1) argument
1020 test_mulv(short[] a0, short[] a1, short b) argument
1025 test_mula(short[] a0, short[] a1, short[] a2) argument
1031 test_divc(short[] a0, short[] a1) argument
1036 test_divc_n(short[] a0, short[] a1) argument
1041 test_divv(short[] a0, short[] a1, short b) argument
1046 test_diva(short[] a0, short[] a1, short[] a2) argument
1052 test_andc(short[] a0, short[] a1) argument
1057 test_andv(short[] a0, short[] a1, short b) argument
1062 test_anda(short[] a0, short[] a1, short[] a2) argument
1068 test_orc(short[] a0, short[] a1) argument
1073 test_orv(short[] a0, short[] a1, short b) argument
1078 test_ora(short[] a0, short[] a1, short[] a2) argument
1084 test_xorc(short[] a0, short[] a1) argument
1089 test_xorv(short[] a0, short[] a1, short b) argument
1094 test_xora(short[] a0, short[] a1, short[] a2) argument
1100 test_sllc(short[] a0, short[] a1) argument
1105 test_sllc_n(short[] a0, short[] a1) argument
1110 test_sllc_o(short[] a0, short[] a1) argument
1115 test_sllc_on(short[] a0, short[] a1) argument
1120 test_sllv(short[] a0, short[] a1, int b) argument
1125 test_sllc_add(short[] a0, short[] a1) argument
1130 test_sllv_add(short[] a0, short[] a1, int b) argument
1135 test_sllc_and(short[] a0, short[] a1) argument
1140 test_sllv_and(short[] a0, short[] a1, int b) argument
1146 test_srlc(short[] a0, short[] a1) argument
1151 test_srlc_n(short[] a0, short[] a1) argument
1156 test_srlc_o(short[] a0, short[] a1) argument
1161 test_srlc_on(short[] a0, short[] a1) argument
1166 test_srlv(short[] a0, short[] a1, int b) argument
1171 test_srlc_add(short[] a0, short[] a1) argument
1176 test_srlv_add(short[] a0, short[] a1, int b) argument
1181 test_srlc_and(short[] a0, short[] a1) argument
1186 test_srlv_and(short[] a0, short[] a1, int b) argument
1192 test_srac(short[] a0, short[] a1) argument
1197 test_srac_n(short[] a0, short[] a1) argument
1202 test_srac_o(short[] a0, short[] a1) argument
1207 test_srac_on(short[] a0, short[] a1) argument
1212 test_srav(short[] a0, short[] a1, int b) argument
1217 test_srac_add(short[] a0, short[] a1) argument
1222 test_srav_add(short[] a0, short[] a1, int b) argument
1227 test_srac_and(short[] a0, short[] a1) argument
1232 test_srav_and(short[] a0, short[] a1, int b) argument
1246 test_unpack2(short[] a0, int[] p2) argument
1262 test_unpack2_swap(short[] a0, int[] p2) argument
1284 test_unpack4(short[] a0, long[] p4) argument
1307 test_unpack4_swap(short[] a0, long[] p4) argument
[all...]
/openjdk9/hotspot/test/compiler/c2/cr7192963/
H A DTestFloatVect.java48 float[] a0 = new float[ARRLEN];
56 test_init(a0);
57 test_addi(a0, a1);
58 test_divi(a0, a1);
59 test_unrl_init(a0);
60 test_unrl_addi(a0, a1);
61 test_unrl_divi(a0, a1);
67 test_init(a0);
69 errn += verify("test_init: ", i, a0[i], (float)(i&3));
71 test_addi(a0, a
144 test_init(float[] a0) argument
149 test_addi(float[] a0, float[] a1) argument
154 test_divi(float[] a0, float[] a1) argument
159 test_unrl_init(float[] a0) argument
171 test_unrl_addi(float[] a0, float[] a1) argument
183 test_unrl_divi(float[] a0, float[] a1) argument
[all...]
H A DTestDoubleVect.java48 double[] a0 = new double[ARRLEN];
56 test_init(a0);
57 test_addi(a0, a1);
58 test_divi(a0, a1);
59 test_unrl_init(a0);
60 test_unrl_addi(a0, a1);
61 test_unrl_divi(a0, a1);
67 test_init(a0);
69 errn += verify("test_init: ", i, a0[i], (double)(i&3));
71 test_addi(a0, a
144 test_init(double[] a0) argument
149 test_addi(double[] a0, double[] a1) argument
154 test_divi(double[] a0, double[] a1) argument
159 test_unrl_init(double[] a0) argument
171 test_unrl_addi(double[] a0, double[] a1) argument
183 test_unrl_divi(double[] a0, double[] a1) argument
[all...]
H A DTestShortVect.java48 short[] a0 = new short[ARRLEN];
56 test_init(a0);
57 test_addi(a0, a1);
58 test_lsai(a0, a1);
59 test_unrl_init(a0);
60 test_unrl_addi(a0, a1);
61 test_unrl_lsai(a0, a1);
67 test_init(a0);
69 errn += verify("test_init: ", i, a0[i], (short)(i&3));
71 test_addi(a0, a
144 test_init(short[] a0) argument
149 test_addi(short[] a0, short[] a1) argument
154 test_lsai(short[] a0, short[] a1) argument
159 test_unrl_init(short[] a0) argument
171 test_unrl_addi(short[] a0, short[] a1) argument
183 test_unrl_lsai(short[] a0, short[] a1) argument
[all...]
H A DTestLongVect.java48 long[] a0 = new long[ARRLEN];
56 test_init(a0);
57 test_addi(a0, a1);
58 test_lsai(a0, a1);
59 test_unrl_init(a0);
60 test_unrl_addi(a0, a1);
61 test_unrl_lsai(a0, a1);
67 test_init(a0);
69 errn += verify("test_init: ", i, a0[i], (long)(i&3));
71 test_addi(a0, a
144 test_init(long[] a0) argument
149 test_addi(long[] a0, long[] a1) argument
154 test_lsai(long[] a0, long[] a1) argument
159 test_unrl_init(long[] a0) argument
171 test_unrl_addi(long[] a0, long[] a1) argument
183 test_unrl_lsai(long[] a0, long[] a1) argument
[all...]
H A DTestIntVect.java48 int[] a0 = new int[ARRLEN];
56 test_init(a0);
57 test_addi(a0, a1);
58 test_lsai(a0, a1);
59 test_unrl_init(a0);
60 test_unrl_addi(a0, a1);
61 test_unrl_lsai(a0, a1);
67 test_init(a0);
69 errn += verify("test_init: ", i, a0[i], (i&3));
71 test_addi(a0, a
144 test_init(int[] a0) argument
149 test_addi(int[] a0, int[] a1) argument
154 test_lsai(int[] a0, int[] a1) argument
159 test_unrl_init(int[] a0) argument
171 test_unrl_addi(int[] a0, int[] a1) argument
183 test_unrl_lsai(int[] a0, int[] a1) argument
[all...]
H A DTestByteVect.java48 byte[] a0 = new byte[ARRLEN];
56 test_init(a0);
57 test_addi(a0, a1);
58 test_lsai(a0, a1);
59 test_unrl_init(a0);
60 test_unrl_addi(a0, a1);
61 test_unrl_lsai(a0, a1);
67 test_init(a0);
69 errn += verify("test_init: ", i, a0[i], (byte)(i&3));
71 test_addi(a0, a
144 test_init(byte[] a0) argument
149 test_addi(byte[] a0, byte[] a1) argument
154 test_lsai(byte[] a0, byte[] a1) argument
159 test_unrl_init(byte[] a0) argument
171 test_unrl_addi(byte[] a0, byte[] a1) argument
183 test_unrl_lsai(byte[] a0, byte[] a1) argument
[all...]
/openjdk9/hotspot/test/compiler/codegen/
H A DTestCharVect2.java53 char[] a0 = new char[ARRLEN];
73 test_addc(a0, a1);
74 test_addv(a0, a1, (char)VALUE);
75 test_adda(a0, a1, a2);
76 test_subc(a0, a1);
77 test_subv(a0, a1, (char)VALUE);
78 test_suba(a0, a1, a2);
80 test_mulc(a0, a1);
81 test_mulv(a0, a1, (char)VALUE);
82 test_mula(a0, a
978 test_addc(char[] a0, char[] a1) argument
983 test_addv(char[] a0, char[] a1, char b) argument
988 test_adda(char[] a0, char[] a1, short[] a2) argument
994 test_subc(char[] a0, char[] a1) argument
999 test_subv(char[] a0, char[] a1, char b) argument
1004 test_suba(char[] a0, char[] a1, short[] a2) argument
1010 test_mulc(char[] a0, char[] a1) argument
1015 test_mulc_n(char[] a0, char[] a1) argument
1020 test_mulv(char[] a0, char[] a1, char b) argument
1025 test_mula(char[] a0, char[] a1, short[] a2) argument
1031 test_divc(char[] a0, char[] a1) argument
1036 test_divc_n(char[] a0, char[] a1) argument
1041 test_divv(char[] a0, char[] a1, int b) argument
1046 test_diva(char[] a0, char[] a1, short[] a2) argument
1052 test_andc(char[] a0, char[] a1) argument
1057 test_andv(char[] a0, char[] a1, short b) argument
1062 test_anda(char[] a0, char[] a1, short[] a2) argument
1068 test_orc(char[] a0, char[] a1) argument
1073 test_orv(char[] a0, char[] a1, short b) argument
1078 test_ora(char[] a0, char[] a1, short[] a2) argument
1084 test_xorc(char[] a0, char[] a1) argument
1089 test_xorv(char[] a0, char[] a1, short b) argument
1094 test_xora(char[] a0, char[] a1, short[] a2) argument
1100 test_sllc(char[] a0, char[] a1) argument
1105 test_sllc_n(char[] a0, char[] a1) argument
1110 test_sllc_o(char[] a0, char[] a1) argument
1115 test_sllc_on(char[] a0, char[] a1) argument
1120 test_sllv(char[] a0, char[] a1, int b) argument
1125 test_sllc_add(char[] a0, char[] a1) argument
1130 test_sllv_add(char[] a0, char[] a1, int b) argument
1135 test_sllc_and(char[] a0, char[] a1) argument
1140 test_sllv_and(char[] a0, char[] a1, int b) argument
1146 test_srlc(char[] a0, char[] a1) argument
1151 test_srlc_n(char[] a0, char[] a1) argument
1156 test_srlc_o(char[] a0, char[] a1) argument
1161 test_srlc_on(char[] a0, char[] a1) argument
1166 test_srlv(char[] a0, char[] a1, int b) argument
1171 test_srlc_add(char[] a0, char[] a1) argument
1176 test_srlv_add(char[] a0, char[] a1, int b) argument
1181 test_srlc_and(char[] a0, char[] a1) argument
1186 test_srlv_and(char[] a0, char[] a1, int b) argument
1192 test_srac(char[] a0, char[] a1) argument
1197 test_srac_n(char[] a0, char[] a1) argument
1202 test_srac_o(char[] a0, char[] a1) argument
1207 test_srac_on(char[] a0, char[] a1) argument
1212 test_srav(char[] a0, char[] a1, int b) argument
1217 test_srac_add(char[] a0, char[] a1) argument
1222 test_srav_add(char[] a0, char[] a1, int b) argument
1227 test_srac_and(char[] a0, char[] a1) argument
1232 test_srav_and(char[] a0, char[] a1, int b) argument
1246 test_unpack2(char[] a0, int[] p2) argument
1262 test_unpack2_swap(char[] a0, int[] p2) argument
1284 test_unpack4(char[] a0, long[] p4) argument
1307 test_unpack4_swap(char[] a0, long[] p4) argument
[all...]
/openjdk9/hotspot/test/compiler/runtime/
H A DTest7196199.java56 float[] a0 = new float[ARRLEN];
60 a0[i] = 0.f;
65 test_incrc(a0);
66 test_incrv(a0, VALUE);
67 test_addc(a0, a1);
68 test_addv(a0, a1, VALUE);
74 a0[i] = 0.f;
78 test_incrc(a0);
80 errn += verify("test_incrc: ", i, a0[i], VALUE * SFP_ITERS_F);
81 a0[
149 test_incrc(float[] a0) argument
159 test_incrv(float[] a0, float b) argument
169 test_addc(float[] a0, float[] a1) argument
179 test_addv(float[] a0, float[] a1, float b) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFT6Compressor.java75 int a0 = colOffset;
76 int last = a0 + width;
79 ((data[lineAddr + (a0>>>3)]&0xff) >>>
80 (7-(a0 & 0x7))) & 0x1;
82 a0 : nextState(data, lineAddr, a0, last);
85 0: ((refData[refAddr + (a0>>>3)]&0xff) >>>
86 (7-(a0 & 0x7))) & 0x1;
88 a0 : nextState(refData, refAddr, a0, las
[all...]
H A DTIFFT4Compressor.java135 int a0 = colOffset;
136 int last = a0 + width;
139 ((data[lineAddr + (a0>>>3)]&0xff) >>>
140 (7-(a0 & 0x7))) & 0x1;
142 a0 : nextState(data, lineAddr, a0, last);
144 testbit = ((refData[refAddr + (a0>>>3)]&0xff) >>>
145 (7-(a0 & 0x7))) & 0x1;
147 a0 : nextState(refData, refAddr, a0, las
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftFilter.java68 private float a0; field in class:SoftFilter
121 a0 = 0;
158 last_a0 = a0;
171 float a0 = this.last_a0;
178 float a0_delta = (this.a0 - this.last_a0) / len;
196 a0 += a0_delta;
204 float y = (a0*x + a1*x1 + a2*x2 - b1*y1 - b2*y2);
210 float yy = (a0*xx + a1*xx1 + a2*xx2 - b1*yy1 - b2*yy2);
221 float y = (a0*x + a1*x1 + a2*x2 - b1*y1 - b2*y2);
227 float yy = (a0*x
[all...]
H A DSoftCubicResampler.java57 float a0 = y3 - y2 + y1 - y0;
58 float a1 = y0 - y1 - a0;
62 //out[ox++] = (a0 * fix + a1) * fix2 + (a2 * fix + a3);
63 out[ox++] = ((a0 * fix + a1) * fix + a2) * fix + a3;
74 float a0 = y3 - y2 + y1 - y0;
75 float a1 = y0 - y1 - a0;
79 //out[ox++] = (a0 * fix + a1) * fix2 + (a2 * fix + a3);
80 out[ox++] = ((a0 * fix + a1) * fix + a2) * fix + a3;
/openjdk9/jdk/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dvis_Interp.c44 a0 = vis_fmul8x16au(vis_read_hi(a01), vis_read_hi(xr)); \
48 a0 = vis_fpadd16(a0, a1); \
50 a2 = vis_fpsub16(a2, a0); \
52 a0 = vis_fmul8x16(mask40, a0); \
53 a0 = vis_fpadd16(a0, a2); \
54 a0 = vis_fpadd16(a0, d_rn
78 mlib_d64 a01, a23, a0, a1, a2, a3; local
195 mlib_d64 a0, a1, a2, a3, a4, a5, a6, a7; local
[all...]
H A Dvis_ByteGray_Mask.c123 mlib_d64 dd, a0, a1; local
144 a0 = vis_ld_u16(a0_S32 + pathA);
145 a1 = vis_fpsub16(d_one, a0);
146 a0 = vis_fmul8x16(vis_read_lo(dd), a0);
148 a0 = vis_fpadd16(a0, d_round);
149 a0 = vis_fpadd16(a0, a1);
150 ff = vis_fpack16(a0);
205 mlib_d64 dd, a0, a1; local
269 vis_ByteGrayBlend(mlib_u8 *rasBase, mlib_s32 rasScan, mlib_s32 width, mlib_s32 height, mlib_f32 a0, mlib_d64 d1) argument
475 mlib_f32 a0, a1, srcG_f; local
595 mlib_f32 a0; local
[all...]
/openjdk9/langtools/test/tools/javac/lambda/
H A DLambdaCapture05.java53 void test1(final int a0) { argument
57 exec((final Integer a3) -> { assertTrue(106 == (a0 + a1 + a2 + a3 + x2 + x3 + i)); return null; }, 3);
64 static void test2(final int a0) { argument
68 exec((final Integer a3) -> { assertTrue(66 == (a0 + a1 + a2 + a3 + x2 + x3)); return null; }, 3);
/openjdk9/langtools/test/tools/javac/lambda/lambdaExecution/
H A DLambdaTranslationTest2.java149 public String m(float a0, double a1); argument
153 public String m(byte a0, short a1); argument
157 public String m(byte a0, short a1, char a2, int a3); argument
161 public String m(byte a0, short a1, char a2, int a3, long a4); argument
165 public String m(byte a0, short a1, char a2, int a3, long a4, boolean a5, float a6, double a7); argument
168 static String pb(Byte a0, Short a1, Character a2, Integer a3, Long a4, Boolean a5, Float a6, Double a7) { argument
169 return String.format("b%d s%d c%c i%d j%d z%b f%f d%f", a0, a1, a2, a3, a4, a5, a6, a7);
172 static String pwI1(int a0, int a1, int a2, int a3) { argument
173 return String.format("b%d s%d c%d i%d", a0, a1, a2, a3);
176 static String pwI2(Integer a0, Intege argument
180 pwL1(long a0, long a1, long a2, long a3, long a4) argument
184 pwL2(Long a0, Long a1, Long a2, Long a3, Long a4) argument
188 pwS1(short a0, short a1) argument
192 pwS2(Short a0, Short a1) argument
196 pwD1(double a0, double a1) argument
200 pwD2(Double a0, Double a1) argument
221 m(Byte a0, Short a1, Character a2, Integer a3, Long a4, Boolean a5, Float a6, Double a7) argument
224 pu(byte a0, short a1, char a2, int a3, long a4, boolean a5, float a6, double a7) argument
[all...]
/openjdk9/jdk/test/jdk/lambda/
H A DLambdaTranslationTest2.java143 public String m(float a0, double a1); argument
147 public String m(byte a0, short a1); argument
151 public String m(byte a0, short a1, char a2, int a3); argument
155 public String m(byte a0, short a1, char a2, int a3, long a4); argument
159 public String m(byte a0, short a1, char a2, int a3, long a4, boolean a5, float a6, double a7); argument
162 static String pb(Byte a0, Short a1, Character a2, Integer a3, Long a4, Boolean a5, Float a6, Double a7) { argument
163 return String.format("b%d s%d c%c i%d j%d z%b f%f d%f", a0, a1, a2, a3, a4, a5, a6, a7);
166 static String pwI1(int a0, int a1, int a2, int a3) { argument
167 return String.format("b%d s%d c%d i%d", a0, a1, a2, a3);
170 static String pwI2(Integer a0, Intege argument
174 pwL1(long a0, long a1, long a2, long a3, long a4) argument
178 pwL2(Long a0, Long a1, Long a2, Long a3, Long a4) argument
182 pwS1(short a0, short a1) argument
186 pwS2(Short a0, Short a1) argument
190 pwD1(double a0, double a1) argument
194 pwD2(Double a0, Double a1) argument
215 m(Byte a0, Short a1, Character a2, Integer a3, Long a4, Boolean a5, Float a6, Double a7) argument
218 pu(byte a0, short a1, char a2, int a3, long a4, boolean a5, float a6, double a7) argument
[all...]

Completed in 289 milliseconds

12