Searched refs:overflow_to_inf (Results 1 – 1 of 1) sorted by relevance
6208 bool overflow_to_inf = false; in FPRecipEstimate() local6211 overflow_to_inf = true; in FPRecipEstimate()6214 overflow_to_inf = (sign == 0); in FPRecipEstimate()6217 overflow_to_inf = (sign == 1); in FPRecipEstimate()6220 overflow_to_inf = false; in FPRecipEstimate()6226 if (overflow_to_inf) { in FPRecipEstimate()