Searched refs:src_is_negative (Results 1 – 5 of 5) sorted by relevance
823 Bool src_is_negative = False; in check_reciprocal_estimate() local830 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()
463 Bool src_is_negative = False; in check_estimate() local472 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()
1933 bool src_is_negative = src_val < 0; in sshl() local1937 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()