Searched refs:calc_diff_tmp (Results 1 – 4 of 4) sorted by relevance
499 double calc_diff_tmp; in check_estimate() local507 calc_diff_tmp = recip_divisor * 16384.0; in check_estimate()508 if (isnormal(calc_diff_tmp)) { in check_estimate()509 calc_diff = fabs(1.0/calc_diff_tmp); in check_estimate()533 float calc_diff_tmp; in check_estimate() local537 calc_diff_tmp = recip_divisor * 16384.0; in check_estimate()538 if (isnormal(calc_diff_tmp)) { in check_estimate()539 calc_diff = fabsf(1.0/calc_diff_tmp); in check_estimate()
820 float calc_diff_tmp; in check_reciprocal_estimate() local862 calc_diff_tmp = recip_divisor * 16384.0; in check_reciprocal_estimate()863 if (isnormal(calc_diff_tmp)) { in check_reciprocal_estimate()864 calc_diff = fabs(1.0/calc_diff_tmp); in check_reciprocal_estimate()884 unsigned int * calc_diff_tmp_sp = (unsigned int *)&calc_diff_tmp; in check_reciprocal_estimate()