Searched refs:src_dp (Results 1 – 4 of 4) sorted by relevance
815 double src_dp, res_dp; in check_reciprocal_estimate() local822 src_dp = res_dp = 0; in check_reciprocal_estimate()828 src_dp = spec_fargs[idx]; in check_reciprocal_estimate()829 src_dp_ull = (unsigned long long *) &src_dp; in check_reciprocal_estimate()836 if (isnan(src_dp)) in check_reciprocal_estimate()838 if (fpclassify(src_dp) == FP_ZERO) in check_reciprocal_estimate()840 if (!src_is_negative && isinf(src_dp)) in check_reciprocal_estimate()846 if (src_is_negative && isinf(src_dp)) in check_reciprocal_estimate()851 recip_divisor = sqrt(src_dp); in check_reciprocal_estimate()853 recip_divisor = src_dp; in check_reciprocal_estimate()
457 double src_dp, res_dp; in check_estimate() local459 src_dp = res_dp = 0; in check_estimate()461 #define SRC (dp_test ? src_dp : src_sp) in check_estimate()470 src_dp = spec_fargs[idx]; in check_estimate()471 src_dp_ull = (unsigned long long *) &src_dp; in check_estimate()507 recip_divisor = sqrt(src_dp); in check_estimate()509 recip_divisor = src_dp; in check_estimate()