Home
last modified time | relevance | path

Searched refs:src_is_negative (Results 1 – 5 of 5) 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.c463 Bool src_is_negative = False; in check_estimate() local
472 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False; in check_estimate()
480 src_is_negative = (*src_sp_uint & 0x80000000) ? True : False; in check_estimate()
490 if (!src_is_negative && isinf(SRC)) in check_estimate()
493 if (src_is_negative) in check_estimate()
496 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.c463 Bool src_is_negative = False; in check_estimate() local
472 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False; in check_estimate()
480 src_is_negative = (*src_sp_uint & 0x80000000) ? True : False; in check_estimate()
490 if (!src_is_negative && isinf(SRC)) in check_estimate()
493 if (src_is_negative) in check_estimate()
496 if (src_is_negative && isinf(SRC)) in check_estimate()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc1933 bool src_is_negative = src_val < 0; in sshl() local
1937 dst.SetRounding(i, src_is_negative); in sshl()
1938 dst.SetInt(vform, i, src_is_negative ? -1 : 0); in sshl()
1956 if (src_is_negative) { in sshl()