Home
last modified time | relevance | path

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

/external/valgrind/none/tests/ppc64/
Dtest_isa_2_07_part2.c823 Bool src_is_negative = False; in check_reciprocal_estimate() local
830 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False; in check_reciprocal_estimate()
840 if (!src_is_negative && isinf(src_dp)) in check_reciprocal_estimate()
843 if (src_is_negative) in check_reciprocal_estimate()
846 if (src_is_negative && isinf(src_dp)) in check_reciprocal_estimate()
Dtest_isa_2_06_part3.c458 Bool src_is_negative = False; in check_estimate() local
467 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False; in check_estimate()
475 src_is_negative = (*src_sp_uint & 0x80000000) ? True : False; in check_estimate()
485 if (!src_is_negative && isinf(SRC)) in check_estimate()
488 if (src_is_negative) in check_estimate()
491 if (src_is_negative && isinf(SRC)) in check_estimate()
/external/valgrind/none/tests/ppc32/
Dtest_isa_2_07_part2.c823 Bool src_is_negative = False; in check_reciprocal_estimate() local
830 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False; in check_reciprocal_estimate()
840 if (!src_is_negative && isinf(src_dp)) in check_reciprocal_estimate()
843 if (src_is_negative) in check_reciprocal_estimate()
846 if (src_is_negative && isinf(src_dp)) in check_reciprocal_estimate()
Dtest_isa_2_06_part3.c458 Bool src_is_negative = False; in check_estimate() local
467 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False; in check_estimate()
475 src_is_negative = (*src_sp_uint & 0x80000000) ? True : False; in check_estimate()
485 if (!src_is_negative && isinf(SRC)) in check_estimate()
488 if (src_is_negative) in check_estimate()
491 if (src_is_negative && isinf(SRC)) in check_estimate()