Home
last modified time | relevance | path

Searched refs:overflow_to_inf (Results 1 – 1 of 1) sorted by relevance

/external/vixl/src/aarch64/
Dlogic-aarch64.cc4722 bool overflow_to_inf = false; in FPRecipEstimate() local
4725 overflow_to_inf = true; in FPRecipEstimate()
4728 overflow_to_inf = (sign == 0); in FPRecipEstimate()
4731 overflow_to_inf = (sign == 1); in FPRecipEstimate()
4734 overflow_to_inf = false; in FPRecipEstimate()
4740 if (overflow_to_inf) { in FPRecipEstimate()