Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vhypot.c109 double D2ON28 = ((double*)LCONST)[0]; /* 2 ** 28 */ in __vhypot() local
154 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
156 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
196 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
198 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
222 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
224 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
282 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
284 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
308 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
[all …]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vhypot.S40 .word 0x41b00000, 0 ! D2ON28 = 268435456.0
57 #define D2ON28 %f62 macro
165 ! x_hi = x + D2ON28;
166 ! x_hi -= D2ON28;
169 ! y_hi = y + D2ON28;
170 ! y_hi -= D2ON28;
218 ldd [%o3+24],D2ON28
356 faddd %f36,D2ON28,%f58 ! (1_1) x_hi = x + D2ON28;
359 faddd %f56,D2ON28,%f22 ! (1_1) y_hi = y + D2ON28;
369 fsubd %f58,D2ON28,%f58 ! (1_1) x_hi -= D2ON28;
[all …]