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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypotf.c356 double xx2, res2, hyp2, h_hi2 = 0, dbase2 = 0; local
382 hyp2 = x2 * (double)x2 + y2 * (double)y2;
386 ibase2 = HI(&hyp2);
397 HI(&hyp2) = hyp2h;
414 xx2 = (hyp2 - h_hi2) * xx2;

Completed in 57 milliseconds