Searched refs:src_is_negative (Results 1 – 4 of 4) 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()
458 Bool src_is_negative = False; in check_estimate() local467 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()