Searched refs:y_hi (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vhypot.c104 double x_hi, x_lo, y_hi, y_lo; local
156 y_hi = (y + D2ON28) - D2ON28;
157 y_lo = y - y_hi;
158 res = (x_hi * x_hi + y_hi * y_hi);
159 res += ((x + x_hi) * x_lo + (y + y_hi) * y_lo);
198 y_hi = (y + D2ON28) - D2ON28;
199 y_lo = y - y_hi;
200 res = (x_hi * x_hi + y_hi * y_hi);
[all...]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vhypot.S110 ! y_hi = ( y + two28 ) - two28;
111 ! y_lo = y - y_hi;
112 ! res = (x_hi * x_hi + y_hi * y_hi);
113 ! res += ((x + x_hi) * x_lo + (y + y_hi) * y_lo);
140 ! y_hi = ( y + two28 ) - two28;
141 ! y_lo = y - y_hi;
142 ! res = (x_hi * x_hi + y_hi * y_hi);
143 ! res += ((x + x_hi) * x_lo + (y + y_hi) * y_l
[all...]

Completed in 52 milliseconds