Lines Matching refs:ax0
255 int ax0, ay0, n_n; in __vrhypotf() local
264 ax0 = *(int*)px; in __vrhypotf()
268 ax0 &= 0x7fffffff; in __vrhypotf()
273 if (ax0 >= 0x7f800000 || ay0 >= 0x7f800000) /* X or Y = NaN or Inf */ in __vrhypotf()
278 if (ax0 == 0x7f800000) res = 0.0f; in __vrhypotf()
280 ax0 = *(int*)px; in __vrhypotf()
284 ax0 = *(int*)px; in __vrhypotf()
303 ax0 = *(int*)px; in __vrhypotf()
308 ax0 &= 0x7fffffff; in __vrhypotf()
311 if (ax0 >= 0x7f800000 || ay0 >= 0x7f800000) /* X or Y = NaN or Inf */ in __vrhypotf()
314 if (ax0 == 0x7f800000) res = 0.0f; in __vrhypotf()
318 else if (ax0 == 0 && ay0 == 0) /* X and Y = 0 */ in __vrhypotf()