Searched refs:y_hi0 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypot.c173 y_hi0 = (y + D2ON36) - D2ON36; \
175 y_lo0 = y - y_hi0; \
176 res0_hi = (x_hi0 * x_hi0 + y_hi0 * y_hi0); \
177 res0_lo = ((x + x_hi0) * x_lo0 + (y + y_hi0) * y_lo0); \
212 double x_hi0, x_lo0, y_hi0, y_lo0, scl0 = 0; local
270 y_hi0 = (y0 + D2ON36) - D2ON36;
276 y_lo0 = y0 - y_hi0;
281 res0_hi = (x_hi0 * x_hi0 + y_hi0 * y_hi0);
[all...]
H A D__vhypot.c349 double x_hi0, x_lo0, y_hi0, y_lo0, scl0 = 0; local
377 y_hi0 = (y0 + D2ON28) - D2ON28;
379 y_lo0 = y0 - y_hi0;
381 res0 = (x_hi0 * x_hi0 + y_hi0 * y_hi0);
382 res0 += ((x0 + x_hi0) * x_lo0 + (y0 + y_hi0) * y_lo0);
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vrhypot.S217 ! y_hi0 = y0 + D2ON36;
219 ! y_hi0 -= D2ON36;
221 ! y_lo0 = y0 - y_hi0;
223 ! dtmp0 = y_hi0 * y_hi0;
227 ! dtmp1 = y0 + y_hi0;
402 faddd %f60,D2ON36,%f50 ! (7_1) y_hi0 = y0 + D2ON36;
416 fsubd %f50,D2ON36,%f54 ! (7_1) y_hi0 -= D2ON36;
427 fmuld %f54,%f54,%f46 ! (7_1) dtmp0 = y_hi0 * y_hi0;
[all...]

Completed in 65 milliseconds