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()
452 double src_dp, res_dp; in check_estimate() local454 src_dp = res_dp = 0; in check_estimate()456 #define SRC (dp_test ? src_dp : src_sp) in check_estimate()465 src_dp = spec_fargs[idx]; in check_estimate()466 src_dp_ull = (unsigned long long *) &src_dp; in check_estimate()502 recip_divisor = sqrt(src_dp); in check_estimate()504 recip_divisor = src_dp; in check_estimate()