Lines Matching refs:y0
256 float res, x0, y0; in __vrhypotf() local
276 y0 = *py; in __vrhypotf()
277 res = fabsf(x0) + fabsf(y0); in __vrhypotf()
306 y0 = *py; in __vrhypotf()
313 res = fabsf(x0) + fabsf(y0); in __vrhypotf()
327 hyp0 = x0 * (double)x0 + y0 * (double)y0; in __vrhypotf()
357 float x0, y0; in __vrhypotf_n() local
373 y0 = *py; in __vrhypotf_n()
380 hyp0 = x0 * (double)x0 + y0 * (double)y0; in __vrhypotf_n()
437 y0 = *py; in __vrhypotf_n()
440 hyp0 = x0 * (double)x0 + y0 * (double)y0; in __vrhypotf_n()