Searched refs:calc_diff_tmp (Results 1 – 4 of 4) sorted by relevance
504 double calc_diff_tmp; in check_estimate() local512 calc_diff_tmp = recip_divisor * 16384.0; in check_estimate()513 if (isnormal(calc_diff_tmp)) { in check_estimate()514 calc_diff = fabs(1.0/calc_diff_tmp); in check_estimate()538 float calc_diff_tmp; in check_estimate() local542 calc_diff_tmp = recip_divisor * 16384.0; in check_estimate()543 if (isnormal(calc_diff_tmp)) { in check_estimate()544 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()