Searched defs:test_group (Results 1 - 11 of 11) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb17 def test_group method in class:ANTLR3.Test.Location
29 def output_directory( name = test_group )
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp1.c329 dfp_test_t test_group = dfp_two_arg_tests[k]; local
333 for (i = 0; i < test_group.num_tests; i++) {
337 if (test_group.precision == LONG_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];
350 if (test_group
[all...]
H A Dtest_dfp2.c453 dfp_test_t test_group = dfp_one_arg_tests[k]; local
462 for (i = 0; i < test_group.num_tests; i++) {
464 if (test_group.precision == LONG_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];
473 if (test_group.precision == QUAD_TEST) {
481 printf("%s %016llx", test_group.name, u0);
483 if (test_group.precision == LONG_TEST) {
485 test_group
524 dfp_test_t test_group = dfp_two_arg_tests[k]; local
599 dfp_test_t test_group = dfp_dcffix_dcffixq_tests[k]; local
[all...]
H A Dtest_isa_2_06_part1.c1600 vx_fp_test_t test_group = vx_fp_tests[k]; local
1601 vx_fp_test_type test_type = test_group.test_type;
1628 strcpy(test_name, test_group.name);
1636 for (i = 0; i < test_group.num_tests; i++) {
1639 fp_test_args_t aTest = test_group.targs[i];
1782 xs_conv_test_t test_group = xs_conv_tests[k]; local
1783 for (i = 0; i < test_group.num_tests; i++) {
1786 unsigned long long exp_result = test_group.results[i];
1796 printf("#%d: %s %016llx => %016llx\n", i, test_group.name, *frbp, *dst);
H A Dtest_isa_2_06_part2.c1088 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i) argument
1092 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0;
1094 fp_test_args_t * targs = &test_group->targs[i];
1097 strcpy(name, test_group->name);
1107 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp);
1111 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp);
1130 vx_fp_test_t * test_group, int i)
1134 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0;
1136 fp_test_args_t * targs = &test_group->targs[i];
1140 strcpy(name, test_group
1129 print_vx_aORm_fp_result(unsigned long long * XT_arg, unsigned long long * XB_arg, vx_fp_test_t * test_group, int i) argument
1190 vx_fp_test_t test_group = vx_simple_scalar_fp_tests[k]; local
1275 vx_fp_test_t test_group = vx_aORm_fp_tests[k]; local
1394 vx_fp_test_t test_group = vx_vector_one_fp_arg_tests[k]; local
1482 vx_fp_test_t test_group = vx_vector_fp_tests[k]; local
1581 div_ext_test_t test_group = div_tests[k]; local
1633 simple_test_t test_group = fct_tests[k]; local
[all...]
H A Dtest_isa_2_06_part3.c1015 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i, Bool print_vec_out) argument
1019 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0;
1021 fp_test_args_t * targs = &test_group->targs[i];
1024 strcpy(name, test_group->name);
1034 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp);
1038 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp);
1070 vx_fp_test_t test_group = vsx_one_fp_arg_tests[k]; local
1071 Bool estimate = (test_group.type == VX_ESTIMATE);
1072 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False;
1073 Bool is_sqrt = (strstr(test_group
1204 vx_intToFp_test_t test_group = intToFp_tests[k]; local
1355 div_ext_test_t test_group = div_tests[k]; local
1410 vx_fp_test_t test_group = vx_tdivORtsqrt_tests[k]; local
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp1.c329 dfp_test_t test_group = dfp_two_arg_tests[k]; local
333 for (i = 0; i < test_group.num_tests; i++) {
337 if (test_group.precision == LONG_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];
350 if (test_group
[all...]
H A Dtest_dfp2.c453 dfp_test_t test_group = dfp_one_arg_tests[k]; local
462 for (i = 0; i < test_group.num_tests; i++) {
464 if (test_group.precision == LONG_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];
473 if (test_group.precision == QUAD_TEST) {
481 printf("%s %016llx", test_group.name, u0);
483 if (test_group.precision == LONG_TEST) {
485 test_group
524 dfp_test_t test_group = dfp_two_arg_tests[k]; local
599 dfp_test_t test_group = dfp_dcffix_dcffixq_tests[k]; local
[all...]
H A Dtest_isa_2_06_part1.c1600 vx_fp_test_t test_group = vx_fp_tests[k]; local
1601 vx_fp_test_type test_type = test_group.test_type;
1628 strcpy(test_name, test_group.name);
1636 for (i = 0; i < test_group.num_tests; i++) {
1639 fp_test_args_t aTest = test_group.targs[i];
1782 xs_conv_test_t test_group = xs_conv_tests[k]; local
1783 for (i = 0; i < test_group.num_tests; i++) {
1786 unsigned long long exp_result = test_group.results[i];
1796 printf("#%d: %s %016llx => %016llx\n", i, test_group.name, *frbp, *dst);
H A Dtest_isa_2_06_part2.c1088 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i) argument
1092 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0;
1094 fp_test_args_t * targs = &test_group->targs[i];
1097 strcpy(name, test_group->name);
1107 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp);
1111 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp);
1130 vx_fp_test_t * test_group, int i)
1134 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0;
1136 fp_test_args_t * targs = &test_group->targs[i];
1140 strcpy(name, test_group
1129 print_vx_aORm_fp_result(unsigned long long * XT_arg, unsigned long long * XB_arg, vx_fp_test_t * test_group, int i) argument
1190 vx_fp_test_t test_group = vx_simple_scalar_fp_tests[k]; local
1275 vx_fp_test_t test_group = vx_aORm_fp_tests[k]; local
1394 vx_fp_test_t test_group = vx_vector_one_fp_arg_tests[k]; local
1482 vx_fp_test_t test_group = vx_vector_fp_tests[k]; local
1581 div_ext_test_t test_group = div_tests[k]; local
1633 simple_test_t test_group = fct_tests[k]; local
[all...]
H A Dtest_isa_2_06_part3.c1015 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i, Bool print_vec_out) argument
1019 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0;
1021 fp_test_args_t * targs = &test_group->targs[i];
1024 strcpy(name, test_group->name);
1034 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp);
1038 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp);
1070 vx_fp_test_t test_group = vsx_one_fp_arg_tests[k]; local
1071 Bool estimate = (test_group.type == VX_ESTIMATE);
1072 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False;
1073 Bool is_sqrt = (strstr(test_group
1204 vx_intToFp_test_t test_group = intToFp_tests[k]; local
1355 div_ext_test_t test_group = div_tests[k]; local
1410 vx_fp_test_t test_group = vx_tdivORtsqrt_tests[k]; local
[all...]

Completed in 561 milliseconds