Home
last modified time | relevance | path

Searched refs:targs (Results 1 – 23 of 23) sorted by relevance

/external/valgrind/none/tests/ppc32/
Dtest_isa_2_06_part3.c567 fp_test_args_t * targs; member
897 void * targs; member
1008 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_sp_fp_args() argument
1015 a_idx = targs->fra_idx; in setup_sp_fp_args()
1016 b_idx = targs->frb_idx; in setup_sp_fp_args()
1022 targs++; in setup_sp_fp_args()
1026 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_dp_fp_args() argument
1033 a_idx = targs->fra_idx; in setup_dp_fp_args()
1034 b_idx = targs->frb_idx; in setup_dp_fp_args()
1040 targs++; in setup_dp_fp_args()
[all …]
Dtest_isa_2_06_part2.c565 fp_test_args_t * targs; member
1094 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_sp_fp_args() argument
1101 a_idx = targs->fra_idx; in setup_sp_fp_args()
1102 b_idx = targs->frb_idx; in setup_sp_fp_args()
1108 targs++; in setup_sp_fp_args()
1112 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_dp_fp_args() argument
1119 a_idx = targs->fra_idx; in setup_dp_fp_args()
1120 b_idx = targs->frb_idx; in setup_dp_fp_args()
1126 targs++; in setup_dp_fp_args()
1137 fp_test_args_t * targs = &test_group->targs[i]; in print_vector_fp_result() local
[all …]
Dtest_dfp2.c382 dfp_test_args_t * targs; member
465 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_one_arg_ops()
467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_one_arg_ops()
468 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_one_arg_ops()
536 shift_by = test_group.targs[i].frb_idx; in test_dfp_two_arg_ops()
539 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_two_arg_ops()
541 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_two_arg_ops()
542 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_two_arg_ops()
612 u0 = int64_vals[test_group.targs[i].fra_idx]; in test_dcffix_dcffixq()
Dtest_dfp1.c293 dfp_test_args_t * targs; member
338 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_two_arg_ops()
339 u1 = dfp64_vals[test_group.targs[i].frb_idx]; in test_dfp_two_arg_ops()
341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_two_arg_ops()
342 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_two_arg_ops()
343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2]; in test_dfp_two_arg_ops()
344 u1x = dfp128_vals[(test_group.targs[i].frb_idx * 2) + 1]; in test_dfp_two_arg_ops()
Dtest_dfp4.c459 dfp_test_args_t * targs; member
575 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_ExpTest_ops()
576 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_ExpTest_ops()
578 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_ExpTest_ops()
579 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; in test_dfp_ExpTest_ops()
580 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2]; in test_dfp_ExpTest_ops()
581 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1]; in test_dfp_ExpTest_ops()
Dtest_dfp3.c783 dfp_test_args_t * targs; member
885 u0 = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_qua_ops()
886 u1 = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_qua_ops()
888 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_qua_ops()
889 u0x = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; in test_dfp_qua_ops()
890 u1 = dfp128_vals[test_def.targs[i].frb_idx * 2]; in test_dfp_qua_ops()
891 u1x = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1]; in test_dfp_qua_ops()
1182 u0 = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_cmp_ops()
1183 u1 = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_cmp_ops()
1185 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_cmp_ops()
[all …]
Dtest_isa_2_07_part2.c413 fp_test_args_t * targs; member
432 fp_test_args_t * targs; member
952 fp_test_args_t aTest = test_group.targs[i]; in test_vx_fp_ops()
1203 fp_test_args_t aTest = test_group.targs[i]; in test_vsx_two_fp_arg()
Dtest_isa_2_06_part1.c1030 fp_test_args_t * targs; member
1550 fp_test_args_t aTest = test_group.targs[i]; in test_vx_fp_ops()
/external/valgrind/none/tests/ppc64/
Dtest_isa_2_06_part3.c567 fp_test_args_t * targs; member
897 void * targs; member
1008 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_sp_fp_args() argument
1015 a_idx = targs->fra_idx; in setup_sp_fp_args()
1016 b_idx = targs->frb_idx; in setup_sp_fp_args()
1022 targs++; in setup_sp_fp_args()
1026 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_dp_fp_args() argument
1033 a_idx = targs->fra_idx; in setup_dp_fp_args()
1034 b_idx = targs->frb_idx; in setup_dp_fp_args()
1040 targs++; in setup_dp_fp_args()
[all …]
Dtest_isa_2_06_part2.c565 fp_test_args_t * targs; member
1094 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_sp_fp_args() argument
1101 a_idx = targs->fra_idx; in setup_sp_fp_args()
1102 b_idx = targs->frb_idx; in setup_sp_fp_args()
1108 targs++; in setup_sp_fp_args()
1112 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs) in setup_dp_fp_args() argument
1119 a_idx = targs->fra_idx; in setup_dp_fp_args()
1120 b_idx = targs->frb_idx; in setup_dp_fp_args()
1126 targs++; in setup_dp_fp_args()
1137 fp_test_args_t * targs = &test_group->targs[i]; in print_vector_fp_result() local
[all …]
Dtest_dfp2.c382 dfp_test_args_t * targs; member
465 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_one_arg_ops()
467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_one_arg_ops()
468 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_one_arg_ops()
536 shift_by = test_group.targs[i].frb_idx; in test_dfp_two_arg_ops()
539 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_two_arg_ops()
541 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_two_arg_ops()
542 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_two_arg_ops()
612 u0 = int64_vals[test_group.targs[i].fra_idx]; in test_dcffix_dcffixq()
Dtest_dfp1.c293 dfp_test_args_t * targs; member
338 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_two_arg_ops()
339 u1 = dfp64_vals[test_group.targs[i].frb_idx]; in test_dfp_two_arg_ops()
341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_two_arg_ops()
342 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; in test_dfp_two_arg_ops()
343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2]; in test_dfp_two_arg_ops()
344 u1x = dfp128_vals[(test_group.targs[i].frb_idx * 2) + 1]; in test_dfp_two_arg_ops()
Dtest_dfp4.c459 dfp_test_args_t * targs; member
575 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_ExpTest_ops()
576 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_ExpTest_ops()
578 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_ExpTest_ops()
579 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; in test_dfp_ExpTest_ops()
580 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2]; in test_dfp_ExpTest_ops()
581 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1]; in test_dfp_ExpTest_ops()
Dtest_dfp3.c783 dfp_test_args_t * targs; member
885 u0 = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_qua_ops()
886 u1 = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_qua_ops()
888 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_qua_ops()
889 u0x = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; in test_dfp_qua_ops()
890 u1 = dfp128_vals[test_def.targs[i].frb_idx * 2]; in test_dfp_qua_ops()
891 u1x = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1]; in test_dfp_qua_ops()
1182 u0 = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_cmp_ops()
1183 u1 = dfp64_vals[test_def.targs[i].frb_idx]; in test_dfp_cmp_ops()
1185 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_cmp_ops()
[all …]
Dtest_isa_2_07_part2.c413 fp_test_args_t * targs; member
432 fp_test_args_t * targs; member
952 fp_test_args_t aTest = test_group.targs[i]; in test_vx_fp_ops()
1203 fp_test_args_t aTest = test_group.targs[i]; in test_vsx_two_fp_arg()
Dtest_isa_2_06_part1.c1030 fp_test_args_t * targs; member
1550 fp_test_args_t aTest = test_group.targs[i]; in test_vx_fp_ops()
/external/javassist/src/main/javassist/bytecode/
DSignatureAttribute.java466 TypeArgument[] targs, ClassType parent) { in make() argument
468 return new ClassType(s, b, e, targs); in make()
470 return new NestedClassType(s, b, e, targs, parent); in make()
473 ClassType(String signature, int begin, int end, TypeArgument[] targs) { in ClassType() argument
475 arguments = targs; in ClassType()
533 TypeArgument[] targs, ClassType p) { in NestedClassType() argument
534 super(s, b, e, targs); in NestedClassType()
770 TypeArgument[] targs; in parseClassType2() local
772 targs = parseTypeArgs(sig, c); in parseClassType2()
776 targs = null; in parseClassType2()
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtoken.rb363 token_class.new( *args ) do |*targs|
364 yield( *targs )
/external/clang/lib/AST/
DExpr.cpp1406 DeclarationNameInfo nameinfo, const TemplateArgumentListInfo *targs, in Create() argument
1413 bool HasTemplateKWAndArgsInfo = targs || TemplateKWLoc.isValid(); in Create()
1418 targs ? targs->size() : 0); in Create()
1443 E->HasTemplateKWAndArgsInfo = (targs || TemplateKWLoc.isValid()); in Create()
1445 if (targs) { in Create()
1450 TemplateKWLoc, *targs, E->getTrailingObjects<TemplateArgumentLoc>(), in Create()
/external/tinyxml/
Dreadme.txt390 Generally directive targs are stored in TiXmlUnknown so the
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/robolectric/v1/lib/main/
Djavassist-3.14.0-GA.jar ... e javassist.bytecode.SignatureAttribute$TypeArgument[] targs javassist.bytecode.SignatureAttribute$ClassType p public javassist ...
/external/clang/include/clang/AST/
DExpr.h2401 const TemplateArgumentListInfo *targs, QualType ty,