Searched refs:recip_divisor (Results 1 – 4 of 4) sorted by relevance
497 double recip_divisor; in check_estimate() local502 recip_divisor = sqrt(src_dp); in check_estimate()504 recip_divisor = src_dp; in check_estimate()506 div_result = 1.0/recip_divisor; in check_estimate()507 calc_diff_tmp = recip_divisor * 16384.0; in check_estimate()534 float recip_divisor = sqrt(src_sp); in check_estimate() local536 div_result = 1.0/recip_divisor; in check_estimate()537 calc_diff_tmp = recip_divisor * 16384.0; in check_estimate()
818 double recip_divisor; in check_reciprocal_estimate() local851 recip_divisor = sqrt(src_dp); in check_reciprocal_estimate()853 recip_divisor = src_dp; in check_reciprocal_estimate()861 div_result = 1.0/recip_divisor; in check_reciprocal_estimate()862 calc_diff_tmp = recip_divisor * 16384.0; in check_reciprocal_estimate()