/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_06_part3.c | 567 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 …]
|
D | test_isa_2_06_part2.c | 565 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 …]
|
D | test_dfp2.c | 382 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()
|
D | test_dfp1.c | 293 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()
|
D | test_dfp4.c | 459 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()
|
D | test_dfp3.c | 783 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 …]
|
D | test_isa_2_07_part2.c | 413 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()
|
D | test_isa_2_06_part1.c | 1030 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/ppc32/ |
D | test_isa_2_06_part3.c | 567 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 …]
|
D | test_isa_2_06_part2.c | 565 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 …]
|
D | test_dfp2.c | 382 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()
|
D | test_dfp1.c | 293 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()
|
D | test_dfp4.c | 459 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()
|
D | test_dfp3.c | 783 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 …]
|
D | test_isa_2_07_part2.c | 413 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()
|
D | test_isa_2_06_part1.c | 1030 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/ |
D | SignatureAttribute.java | 466 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/ |
D | token.rb | 363 token_class.new( *args ) do |*targs| 364 yield( *targs )
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1420 DeclarationNameInfo nameinfo, const TemplateArgumentListInfo *targs, in Create() argument 1430 if (targs) in Create() 1431 Size += ASTTemplateKWAndArgsInfo::sizeFor(targs->size()); in Create() 1457 E->HasTemplateKWAndArgsInfo = (targs || TemplateKWLoc.isValid()); in Create() 1459 if (targs) { in Create() 1463 E->getTemplateKWAndArgsInfo()->initializeFrom(TemplateKWLoc, *targs, in Create()
|
/external/tinyxml/ |
D | readme.txt | 390 Generally directive targs are stored in TiXmlUnknown so the
|
/external/clang/include/clang/AST/ |
D | Expr.h | 2438 const TemplateArgumentListInfo *targs, QualType ty,
|