Searched refs:src_dp_ull (Results 1 – 4 of 4) sorted by relevance
826 unsigned long long * src_dp_ull; in check_reciprocal_estimate() local829 src_dp_ull = (unsigned long long *) &src_dp; in check_reciprocal_estimate()830 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False; in check_reciprocal_estimate()
463 unsigned long long * src_dp_ull; in check_estimate() local466 src_dp_ull = (unsigned long long *) &src_dp; in check_estimate()467 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False; in check_estimate()