Searched refs:x_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
154 x_hi = (x + D2ON28) - D2ON28;
155 x_lo = x - x_hi;
158 res = (x_hi * x_hi + y_hi * y_hi);
159 res += ((x + x_hi) * x_lo + (y + y_hi) * y_lo);
196 x_hi = (x + D2ON28) - D2ON28;
197 x_lo = x - x_hi;
200 res = (x_hi * x_hi
[all...]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vhypot.S108 ! x_hi = ( x + two28 ) - two28;
109 ! x_lo = x - x_hi;
112 ! res = (x_hi * x_hi + y_hi * y_hi);
113 ! res += ((x + x_hi) * x_lo + (y + y_hi) * y_lo);
138 ! x_hi = ( x + two28 ) - two28;
139 ! x_lo = x - x_hi;
142 ! res = (x_hi * x_hi + y_hi * y_hi);
143 ! res += ((x + x_hi) * x_l
[all...]

Completed in 43 milliseconds