Home
last modified time | relevance | path

Searched refs:x_hi (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vhypot.c155 x_lo = x - x_hi; in __vhypot()
158 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
200 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
223 x_lo = x - x_hi; in __vhypot()
226 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
283 x_lo = x - x_hi; in __vhypot()
286 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
309 x_lo = x - x_hi; in __vhypot()
312 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
329 x_lo = x - x_hi; in __vhypot()
[all …]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vhypot.S112 ! res = (x_hi * x_hi + y_hi * y_hi);
142 ! res = (x_hi * x_hi + y_hi * y_hi);
173 ! res = x_hi * x_hi;
385 fmuld %f58,%f58,%f60 ! (1_1) res = x_hi * x_hi;
444 fmuld %f44,%f44,%f2 ! (2_1) res = x_hi * x_hi;
505 fmuld %f18,%f18,%f60 ! (3_1) res = x_hi * x_hi;
577 fmuld %f58,%f58,%f6 ! (0_1) res = x_hi * x_hi;
641 fmuld %f58,%f58,%f60 ! (1_1) res = x_hi * x_hi;
705 fmuld %f44,%f44,%f2 ! (2_1) res = x_hi * x_hi;
769 fmuld %f18,%f18,%f60 ! (3_1) res = x_hi * x_hi;
[all …]