Searched refs:is_sqrt (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_06_part3.c | 1103 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False; in test_vsx_one_fp_arg() local 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() 1226 printf(" = %08x", is_sqrt ? (dst_sp[j] & 0xfffffffc) : dst_sp[j]); in test_vsx_one_fp_arg()
|
D | test_isa_2_07_part2.c | 1080 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False; in test_vsx_one_fp_arg() local 1130 res = check_reciprocal_estimate(is_sqrt, i, vec_out_idx); in test_vsx_one_fp_arg()
|
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_06_part3.c | 1103 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False; in test_vsx_one_fp_arg() local 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() 1226 printf(" = %08x", is_sqrt ? (dst_sp[j] & 0xfffffffc) : dst_sp[j]); in test_vsx_one_fp_arg()
|
D | test_isa_2_07_part2.c | 1080 Bool is_sqrt = (strstr(test_group.name, "sqrt")) ? True : False; in test_vsx_one_fp_arg() local 1130 res = check_reciprocal_estimate(is_sqrt, i, vec_out_idx); in test_vsx_one_fp_arg()
|