Home
last modified time | relevance | path

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

/aosp_15_r20/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc6208 bool overflow_to_inf = false; in FPRecipEstimate() local
6211 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()