Searched defs:hyp0 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypotf.c324 double xx0, res0, hyp0, h_hi0 = 0, dbase0 = 0; local
327 hyp0 = x0 * (double)x0 + y0 * (double)y0;
329 ibase0 = HI(&hyp0);
334 HI(&hyp0) = hyp0h;
341 xx0 = (hyp0 - h_hi0) * xx0;
354 double xx0, res0, hyp0, h_hi0 = 0, dbase0 = 0; local
380 hyp0 = x0 * (double)x0 + y0 * (double)y0;
384 ibase0 = HI(&hyp0);
395 HI(&hyp0) = hyp0h;
412 xx0 = (hyp0
[all...]

Completed in 45 milliseconds