Home
last modified time | relevance | path

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

/external/valgrind/none/tests/ppc64/
Dtest_isa_2_07_part2.c824 Bool res_is_negative = False; in check_reciprocal_estimate() local
831 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False; in check_reciprocal_estimate()
841 return !res_is_negative && (fpclassify(res_dp) == FP_ZERO); in check_reciprocal_estimate()
847 return res_is_negative && (fpclassify(res_dp) == FP_ZERO); in check_reciprocal_estimate()
Dtest_isa_2_06_part3.c459 Bool res_is_negative = False; in check_estimate() local
468 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False; in check_estimate()
476 res_is_negative = (dst_sp[output_vec_idx] & 0x80000000) ? True : False; in check_estimate()
486 return !res_is_negative && (fpclassify(RES) == FP_ZERO); in check_estimate()
492 return res_is_negative && (fpclassify(RES) == FP_ZERO); in check_estimate()
/external/valgrind/none/tests/ppc32/
Dtest_isa_2_07_part2.c824 Bool res_is_negative = False; in check_reciprocal_estimate() local
831 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False; in check_reciprocal_estimate()
841 return !res_is_negative && (fpclassify(res_dp) == FP_ZERO); in check_reciprocal_estimate()
847 return res_is_negative && (fpclassify(res_dp) == FP_ZERO); in check_reciprocal_estimate()
Dtest_isa_2_06_part3.c459 Bool res_is_negative = False; in check_estimate() local
468 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False; in check_estimate()
476 res_is_negative = (dst_sp[output_vec_idx] & 0x80000000) ? True : False; in check_estimate()
486 return !res_is_negative && (fpclassify(RES) == FP_ZERO); in check_estimate()
492 return res_is_negative && (fpclassify(RES) == FP_ZERO); in check_estimate()