Home
last modified time | relevance | path

Searched refs:res_dp (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/none/tests/ppc64/
Dtest_isa_2_07_part2.c815 double src_dp, res_dp; in check_reciprocal_estimate() local
822 src_dp = res_dp = 0; in check_reciprocal_estimate()
832 memcpy(&res_dp, &dst_dp[output_vec_idx], 8); in check_reciprocal_estimate()
837 return isnan(res_dp); in check_reciprocal_estimate()
839 return isinf(res_dp); in check_reciprocal_estimate()
841 return !res_is_negative && (fpclassify(res_dp) == FP_ZERO); in check_reciprocal_estimate()
844 return isnan(res_dp); in check_reciprocal_estimate()
847 return res_is_negative && (fpclassify(res_dp) == FP_ZERO); in check_reciprocal_estimate()
865 real_diff = fabs((float)res_dp - div_result); in check_reciprocal_estimate()
866 result = ( ( res_dp == div_result ) in check_reciprocal_estimate()
[all …]
Dtest_isa_2_06_part3.c452 double src_dp, res_dp; in check_estimate() local
454 src_dp = res_dp = 0; in check_estimate()
457 #define RES (dp_test ? res_dp : res_sp) in check_estimate()
469 memcpy(&res_dp, &dst_dp[output_vec_idx], 8); in check_estimate()
510 real_diff = fabs(res_dp - div_result); in check_estimate()
511 result = ( ( res_dp == div_result ) in check_estimate()
/external/valgrind/none/tests/ppc32/
Dtest_isa_2_07_part2.c815 double src_dp, res_dp; in check_reciprocal_estimate() local
822 src_dp = res_dp = 0; in check_reciprocal_estimate()
832 memcpy(&res_dp, &dst_dp[output_vec_idx], 8); in check_reciprocal_estimate()
837 return isnan(res_dp); in check_reciprocal_estimate()
839 return isinf(res_dp); in check_reciprocal_estimate()
841 return !res_is_negative && (fpclassify(res_dp) == FP_ZERO); in check_reciprocal_estimate()
844 return isnan(res_dp); in check_reciprocal_estimate()
847 return res_is_negative && (fpclassify(res_dp) == FP_ZERO); in check_reciprocal_estimate()
865 real_diff = fabs((float)res_dp - div_result); in check_reciprocal_estimate()
866 result = ( ( res_dp == div_result ) in check_reciprocal_estimate()
[all …]
Dtest_isa_2_06_part3.c452 double src_dp, res_dp; in check_estimate() local
454 src_dp = res_dp = 0; in check_estimate()
457 #define RES (dp_test ? res_dp : res_sp) in check_estimate()
469 memcpy(&res_dp, &dst_dp[output_vec_idx], 8); in check_estimate()
510 real_diff = fabs(res_dp - div_result); in check_estimate()
511 result = ( ( res_dp == div_result ) in check_estimate()