Searched refs:check_estimate (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_06_part3.c | 425 Bool check_estimate(precision_type_t type, Bool is_rsqrte, int idx, int output_vec_idx) in check_estimate() function 1154 … Bool res = check_estimate(DOUBLE_TEST, is_sqrt, i + j, (isLE && is_scalar) ? 1: j); in test_vsx_one_fp_arg() 1213 … Bool res = check_estimate(SINGLE_TEST, is_sqrt, i + j, (isLE && is_scalar) ? 3 : j); in test_vsx_one_fp_arg()
|
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_06_part3.c | 425 Bool check_estimate(precision_type_t type, Bool is_rsqrte, int idx, int output_vec_idx) in check_estimate() function 1154 … Bool res = check_estimate(DOUBLE_TEST, is_sqrt, i + j, (isLE && is_scalar) ? 1: j); in test_vsx_one_fp_arg() 1213 … Bool res = check_estimate(SINGLE_TEST, is_sqrt, i + j, (isLE && is_scalar) ? 3 : j); in test_vsx_one_fp_arg()
|