Searched refs:expdiff (Results 1 – 1 of 1) sorted by relevance
1838 int exp0, exp1, expdiff; in helper_fprem_common() local1857 expdiff = exp0 - exp1; in helper_fprem_common()1858 if (expdiff < 64) { in helper_fprem_common()1874 int n = 32 + (expdiff % 32); in helper_fprem_common()1875 temp1.d = floatx80_scalbn(temp1.d, expdiff - n, &env->fp_status); in helper_fprem_common()