/external/valgrind/none/tests/ppc32/ |
H A D | test_dfp4.c | 459 dfp_test_args_t * targs; member in struct:dfp_test 575 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx]; 576 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx]; 578 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2]; 579 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; 580 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2]; 581 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1];
|
H A D | test_dfp1.c | 293 dfp_test_args_t * targs; member in struct:dfp_test 338 u0 = dfp64_vals[test_group.targs[i].fra_idx]; 339 u1 = dfp64_vals[test_group.targs[i].frb_idx]; 341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; 342 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; 343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2]; 344 u1x = dfp128_vals[(test_group.targs[i].frb_idx * 2) + 1];
|
H A D | test_dfp2.c | 382 dfp_test_args_t * targs; member in struct:dfp_test 465 u0 = dfp64_vals[test_group.targs[i].fra_idx]; 467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; 468 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; 536 shift_by = test_group.targs[i].frb_idx; 539 u0 = dfp64_vals[test_group.targs[i].fra_idx]; 541 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; 542 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; 612 u0 = int64_vals[test_group.targs[i].fra_idx];
|
H A D | test_dfp3.c | 783 dfp_test_args_t * targs; member in struct:dfp_test 885 u0 = dfp64_vals[test_def.targs[i].fra_idx]; 886 u1 = dfp64_vals[test_def.targs[i].frb_idx]; 888 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2]; 889 u0x = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; 890 u1 = dfp128_vals[test_def.targs[i].frb_idx * 2]; 891 u1x = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1]; 1182 u0 = dfp64_vals[test_def.targs[i].fra_idx]; 1183 u1 = dfp64_vals[test_def.targs[i].frb_idx]; 1185 u0 = dfp128_vals[test_def.targs[ [all...] |
H A D | test_isa_2_06_part1.c | 1030 fp_test_args_t * targs; member in struct:vx_fp_test 1550 fp_test_args_t aTest = test_group.targs[i];
|
H A D | test_isa_2_06_part2.c | 565 fp_test_args_t * targs; member in struct:vx_fp_test 1094 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs) argument 1101 a_idx = targs->fra_idx; 1102 b_idx = targs->frb_idx; 1108 targs++; 1112 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs) argument 1119 a_idx = targs->fra_idx; 1120 b_idx = targs->frb_idx; 1126 targs++; 1137 fp_test_args_t * targs local 1179 fp_test_args_t * targs = &test_group->targs[i]; local [all...] |
H A D | test_isa_2_06_part3.c | 567 fp_test_args_t * targs; member in struct:vx_fp_test 897 void * targs; member in struct:vx_intToFp_test 1008 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs) argument 1015 a_idx = targs->fra_idx; 1016 b_idx = targs->frb_idx; 1022 targs++; 1026 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs) argument 1033 a_idx = targs->fra_idx; 1034 b_idx = targs->frb_idx; 1040 targs 1051 fp_test_args_t * targs = &test_group->targs[i]; local 1273 unsigned long long *dst_dw, * targs = test_group.targs; local 1297 unsigned int * targs = test_group.targs; local [all...] |
H A D | test_isa_2_07_part2.c | 413 fp_test_args_t * targs; member in struct:vx_fp_test1 432 fp_test_args_t * targs; member in struct:vx_fp_test2 952 fp_test_args_t aTest = test_group.targs[i]; 1203 fp_test_args_t aTest = test_group.targs[i];
|
/external/valgrind/none/tests/ppc64/ |
H A D | test_dfp4.c | 459 dfp_test_args_t * targs; member in struct:dfp_test 575 test_val1.u64_val = dfp64_vals[test_def.targs[i].fra_idx]; 576 test_val2.u64_val = dfp64_vals[test_def.targs[i].frb_idx]; 578 test_val1.u128.valu = dfp128_vals[test_def.targs[i].fra_idx * 2]; 579 test_val1.u128.vall = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; 580 test_val2.u128.valu = dfp128_vals[test_def.targs[i].frb_idx * 2]; 581 test_val2.u128.vall = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1];
|
H A D | test_dfp1.c | 293 dfp_test_args_t * targs; member in struct:dfp_test 338 u0 = dfp64_vals[test_group.targs[i].fra_idx]; 339 u1 = dfp64_vals[test_group.targs[i].frb_idx]; 341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; 342 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; 343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2]; 344 u1x = dfp128_vals[(test_group.targs[i].frb_idx * 2) + 1];
|
H A D | test_dfp2.c | 382 dfp_test_args_t * targs; member in struct:dfp_test 465 u0 = dfp64_vals[test_group.targs[i].fra_idx]; 467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; 468 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; 536 shift_by = test_group.targs[i].frb_idx; 539 u0 = dfp64_vals[test_group.targs[i].fra_idx]; 541 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; 542 u0x = dfp128_vals[(test_group.targs[i].fra_idx * 2) + 1]; 612 u0 = int64_vals[test_group.targs[i].fra_idx];
|
H A D | test_dfp3.c | 783 dfp_test_args_t * targs; member in struct:dfp_test 885 u0 = dfp64_vals[test_def.targs[i].fra_idx]; 886 u1 = dfp64_vals[test_def.targs[i].frb_idx]; 888 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2]; 889 u0x = dfp128_vals[(test_def.targs[i].fra_idx * 2) + 1]; 890 u1 = dfp128_vals[test_def.targs[i].frb_idx * 2]; 891 u1x = dfp128_vals[(test_def.targs[i].frb_idx * 2) + 1]; 1182 u0 = dfp64_vals[test_def.targs[i].fra_idx]; 1183 u1 = dfp64_vals[test_def.targs[i].frb_idx]; 1185 u0 = dfp128_vals[test_def.targs[ [all...] |
H A D | test_isa_2_06_part1.c | 1030 fp_test_args_t * targs; member in struct:vx_fp_test 1550 fp_test_args_t aTest = test_group.targs[i];
|
H A D | test_isa_2_06_part2.c | 565 fp_test_args_t * targs; member in struct:vx_fp_test 1094 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs) argument 1101 a_idx = targs->fra_idx; 1102 b_idx = targs->frb_idx; 1108 targs++; 1112 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs) argument 1119 a_idx = targs->fra_idx; 1120 b_idx = targs->frb_idx; 1126 targs++; 1137 fp_test_args_t * targs local 1179 fp_test_args_t * targs = &test_group->targs[i]; local [all...] |
H A D | test_isa_2_06_part3.c | 567 fp_test_args_t * targs; member in struct:vx_fp_test 897 void * targs; member in struct:vx_intToFp_test 1008 static void setup_sp_fp_args(fp_test_args_t * targs, Bool swap_inputs) argument 1015 a_idx = targs->fra_idx; 1016 b_idx = targs->frb_idx; 1022 targs++; 1026 static void setup_dp_fp_args(fp_test_args_t * targs, Bool swap_inputs) argument 1033 a_idx = targs->fra_idx; 1034 b_idx = targs->frb_idx; 1040 targs 1051 fp_test_args_t * targs = &test_group->targs[i]; local 1273 unsigned long long *dst_dw, * targs = test_group.targs; local 1297 unsigned int * targs = test_group.targs; local [all...] |
H A D | test_isa_2_07_part2.c | 413 fp_test_args_t * targs; member in struct:vx_fp_test1 432 fp_test_args_t * targs; member in struct:vx_fp_test2 952 fp_test_args_t aTest = test_group.targs[i]; 1203 fp_test_args_t aTest = test_group.targs[i];
|
/external/javassist/src/main/javassist/bytecode/ |
H A D | SignatureAttribute.java | 466 TypeArgument[] targs, ClassType parent) { 468 return new ClassType(s, b, e, targs); 470 return new NestedClassType(s, b, e, targs, parent); 473 ClassType(String signature, int begin, int end, TypeArgument[] targs) { argument 475 arguments = targs; 533 TypeArgument[] targs, ClassType p) { 534 super(s, b, e, targs); 770 TypeArgument[] targs; 772 targs = parseTypeArgs(sig, c); 776 targs 465 make(String s, int b, int e, TypeArgument[] targs, ClassType parent) argument 532 NestedClassType(String s, int b, int e, TypeArgument[] targs, ClassType p) argument [all...] |
/external/clang/lib/AST/ |
H A D | Expr.cpp | 1420 DeclarationNameInfo nameinfo, const TemplateArgumentListInfo *targs, 1430 if (targs) 1431 Size += ASTTemplateKWAndArgsInfo::sizeFor(targs->size()); 1457 E->HasTemplateKWAndArgsInfo = (targs || TemplateKWLoc.isValid()); 1459 if (targs) { 1463 E->getTemplateKWAndArgsInfo()->initializeFrom(TemplateKWLoc, *targs, 1416 Create( const ASTContext &C, Expr *base, bool isarrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *memberdecl, DeclAccessPair founddecl, DeclarationNameInfo nameinfo, const TemplateArgumentListInfo *targs, QualType ty, ExprValueKind vk, ExprObjectKind ok) argument
|
/external/guice/extensions/struts2/lib/ |
H A D | javassist.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ... |
/external/robolectric/v1/lib/main/ |
H A D | javassist-3.14.0-GA.jar | ... b
int e
javassist.bytecode.SignatureAttribute$TypeArgument[] targs
javassist.bytecode.SignatureAttribute$ClassType p
public javassist ... |