Home
last modified time | relevance | path

Searched refs:scl0 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vrhypot.S145 ! *(long long*)&scl0 = ll;
212 ! x0 *= scl0;
213 ! y0 *= scl0;
261 ! res0 = scl0 * res0;
390 fmuld %f10,%f62,%f10 ! (7_1) x0 *= scl0;
393 fmuld %f12,%f62,%f60 ! (7_1) y0 *= scl0;
453 fmuld %f10,%f62,%f10 ! (0_0) x0 *= scl0;
455 fmuld %f12,%f62,%f60 ! (0_0) y0 *= scl0;
524 fmuld %f10,%f62,%f10 ! (1_0) x0 *= scl0;
526 fmuld %f12,%f62,%f60 ! (1_0) y0 *= scl0;
[all …]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypot.c212 double x_hi0, x_lo0, y_hi0, y_lo0, scl0 = 0; in __vrhypot() local
262 x0 *= scl0; in __vrhypot()
263 y0 *= scl0; in __vrhypot()
338 res0 = scl0 * res0; in __vrhypot()
355 x0 *= scl0; in __vrhypot()
356 y0 *= scl0; in __vrhypot()
385 res0 = scl0 * res0; in __vrhypot()
H A D__vhypot.c349 double x_hi0, x_lo0, y_hi0, y_lo0, scl0 = 0; in __vhypot_n() local
371 HI(&scl0) = (0x7fe00000 - j0); in __vhypot_n()
373 x0 *= scl0; in __vhypot_n()
374 y0 *= scl0; in __vhypot_n()
386 HI(&scl0) = j0; in __vhypot_n()
388 res0 = scl0 * res0; in __vhypot_n()