/external/valgrind/main/none/tests/ppc32/ |
D | test_dfp2.c | 453 dfp_test_t test_group = dfp_one_arg_tests[k]; in test_dfp_one_arg_ops() local 462 for (i = 0; i < test_group.num_tests; i++) { in test_dfp_one_arg_ops() 464 if (test_group.precision == LONG_TEST) { in test_dfp_one_arg_ops() 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() 473 if (test_group.precision == QUAD_TEST) { in test_dfp_one_arg_ops() 481 printf("%s %016llx", test_group.name, u0); in test_dfp_one_arg_ops() 483 if (test_group.precision == LONG_TEST) { in test_dfp_one_arg_ops() 485 test_group.op, *((unsigned long long *)(&res))); in test_dfp_one_arg_ops() [all …]
|
D | test_isa_2_06_part2.c | 1088 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i) in print_vector_fp_result() argument 1092 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; in print_vector_fp_result() 1094 fp_test_args_t * targs = &test_group->targs[i]; in print_vector_fp_result() 1097 strcpy(name, test_group->name); in print_vector_fp_result() 1107 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp); in print_vector_fp_result() 1111 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1130 vx_fp_test_t * test_group, int i) in print_vx_aORm_fp_result() argument 1134 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; in print_vx_aORm_fp_result() 1136 fp_test_args_t * targs = &test_group->targs[i]; in print_vx_aORm_fp_result() 1140 strcpy(name, test_group->name); in print_vx_aORm_fp_result() [all …]
|
D | test_isa_2_06_part3.c | 1015 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i, Bool print_ve… in print_vector_fp_result() argument 1019 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; in print_vector_fp_result() 1021 fp_test_args_t * targs = &test_group->targs[i]; in print_vector_fp_result() 1024 strcpy(name, test_group->name); in print_vector_fp_result() 1034 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp); in print_vector_fp_result() 1038 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1070 vx_fp_test_t test_group = vsx_one_fp_arg_tests[k]; in test_vsx_one_fp_arg() local 1071 Bool estimate = (test_group.type == VX_ESTIMATE); in test_vsx_one_fp_arg() 1072 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False; in test_vsx_one_fp_arg() 1073 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False; in test_vsx_one_fp_arg() [all …]
|
D | test_dfp1.c | 329 dfp_test_t test_group = dfp_two_arg_tests[k]; in test_dfp_two_arg_ops() local 333 for (i = 0; i < test_group.num_tests; i++) { in test_dfp_two_arg_ops() 337 if (test_group.precision == LONG_TEST) { in test_dfp_two_arg_ops() 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() 350 if (test_group.precision == QUAD_TEST) { in test_dfp_two_arg_ops() [all …]
|
D | test_isa_2_06_part1.c | 1600 vx_fp_test_t test_group = vx_fp_tests[k]; in test_vx_fp_ops() local 1601 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() 1628 strcpy(test_name, test_group.name); in test_vx_fp_ops() 1636 for (i = 0; i < test_group.num_tests; i++) { in test_vx_fp_ops() 1639 fp_test_args_t aTest = test_group.targs[i]; in test_vx_fp_ops() 1782 xs_conv_test_t test_group = xs_conv_tests[k]; in test_xs_conv_ops() local 1783 for (i = 0; i < test_group.num_tests; i++) { in test_xs_conv_ops() 1786 unsigned long long exp_result = test_group.results[i]; in test_xs_conv_ops() 1796 printf("#%d: %s %016llx => %016llx\n", i, test_group.name, *frbp, *dst); in test_xs_conv_ops()
|
/external/valgrind/main/none/tests/ppc64/ |
D | test_dfp2.c | 453 dfp_test_t test_group = dfp_one_arg_tests[k]; in test_dfp_one_arg_ops() local 462 for (i = 0; i < test_group.num_tests; i++) { in test_dfp_one_arg_ops() 464 if (test_group.precision == LONG_TEST) { in test_dfp_one_arg_ops() 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() 473 if (test_group.precision == QUAD_TEST) { in test_dfp_one_arg_ops() 481 printf("%s %016llx", test_group.name, u0); in test_dfp_one_arg_ops() 483 if (test_group.precision == LONG_TEST) { in test_dfp_one_arg_ops() 485 test_group.op, *((unsigned long long *)(&res))); in test_dfp_one_arg_ops() [all …]
|
D | test_isa_2_06_part2.c | 1088 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i) in print_vector_fp_result() argument 1092 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; in print_vector_fp_result() 1094 fp_test_args_t * targs = &test_group->targs[i]; in print_vector_fp_result() 1097 strcpy(name, test_group->name); in print_vector_fp_result() 1107 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp); in print_vector_fp_result() 1111 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1130 vx_fp_test_t * test_group, int i) in print_vx_aORm_fp_result() argument 1134 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; in print_vx_aORm_fp_result() 1136 fp_test_args_t * targs = &test_group->targs[i]; in print_vx_aORm_fp_result() 1140 strcpy(name, test_group->name); in print_vx_aORm_fp_result() [all …]
|
D | test_isa_2_06_part3.c | 1015 static void print_vector_fp_result(unsigned int cc, vx_fp_test_t * test_group, int i, Bool print_ve… in print_vector_fp_result() argument 1019 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; in print_vector_fp_result() 1021 fp_test_args_t * targs = &test_group->targs[i]; in print_vector_fp_result() 1024 strcpy(name, test_group->name); in print_vector_fp_result() 1034 printf("%016llx %s %016llx", *frA_dp, test_group->op, *frB_dp); in print_vector_fp_result() 1038 printf("%08x %s %08x", *frA_sp, test_group->op, *frB_sp); in print_vector_fp_result() 1070 vx_fp_test_t test_group = vsx_one_fp_arg_tests[k]; in test_vsx_one_fp_arg() local 1071 Bool estimate = (test_group.type == VX_ESTIMATE); in test_vsx_one_fp_arg() 1072 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False; in test_vsx_one_fp_arg() 1073 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False; in test_vsx_one_fp_arg() [all …]
|
D | test_dfp1.c | 329 dfp_test_t test_group = dfp_two_arg_tests[k]; in test_dfp_two_arg_ops() local 333 for (i = 0; i < test_group.num_tests; i++) { in test_dfp_two_arg_ops() 337 if (test_group.precision == LONG_TEST) { in test_dfp_two_arg_ops() 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() 350 if (test_group.precision == QUAD_TEST) { in test_dfp_two_arg_ops() [all …]
|
D | test_isa_2_06_part1.c | 1600 vx_fp_test_t test_group = vx_fp_tests[k]; in test_vx_fp_ops() local 1601 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() 1628 strcpy(test_name, test_group.name); in test_vx_fp_ops() 1636 for (i = 0; i < test_group.num_tests; i++) { in test_vx_fp_ops() 1639 fp_test_args_t aTest = test_group.targs[i]; in test_vx_fp_ops() 1782 xs_conv_test_t test_group = xs_conv_tests[k]; in test_xs_conv_ops() local 1783 for (i = 0; i < test_group.num_tests; i++) { in test_xs_conv_ops() 1786 unsigned long long exp_result = test_group.results[i]; in test_xs_conv_ops() 1796 printf("#%d: %s %016llx => %016llx\n", i, test_group.name, *frbp, *dst); in test_xs_conv_ops()
|
/external/chromium_org/media/tools/layout_tests/ |
D | layouttest_analyzer_runner.py | 117 for i, test_group in enumerate(test_group_list): 119 file_object.write('<td>' + test_group + '</td>\n') 136 for test_group in test_group_list: 140 test_group_name_for_data = test_group.replace('/', '_') 154 test_group, result_dir, graph_file, dashboard_file_location) 155 if run_config_map[test_group][0]: 156 cmd += '-n ' + run_config_map[test_group][0] + ' ' 157 if run_config_map[test_group][1]: 158 cmd += '-r ' + run_config_map[test_group][1] + ' '
|
D | layouttest_analyzer.py | 310 for test_group in ['whole', 'skip', 'nonskip']: 315 analyzer_result_map.result_map[test_group].iteritems()): 319 if diff_map and diff_map[test_group]: 321 for (name, _) in diff_map[test_group][i]: 334 if test_group is 'whole': 335 data_map[test_group] = (test_map, anno, links) 337 data_map[test_group] = (test_map, anno, simple_rev_str)
|
D | layouttest_analyzer_helpers.py | 393 for test_group in ['skip', 'nonskip']: 395 for (k, _) in diff_map[test_group][i]:
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | functional.rb | 17 def test_group method 29 def output_directory( name = test_group )
|