Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypot.c172 x_hi0 = (x + D2ON36) - D2ON36; \
173 y_hi0 = (y + D2ON36) - D2ON36; \
233 double D2ON36 = ((double*)LCONST)[2]; in __vrhypot() local
269 x_hi0 = (x0 + D2ON36) - D2ON36; in __vrhypot()
270 y_hi0 = (y0 + D2ON36) - D2ON36; in __vrhypot()
271 x_hi1 = (x1 + D2ON36) - D2ON36; in __vrhypot()
272 y_hi1 = (y1 + D2ON36) - D2ON36; in __vrhypot()
273 x_hi2 = (x2 + D2ON36) - D2ON36; in __vrhypot()
274 y_hi2 = (y2 + D2ON36) - D2ON36; in __vrhypot()
358 x_hi0 = (x0 + D2ON36) - D2ON36; in __vrhypot()
[all …]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vrhypot.S70 .word 0x42300000, 0 ! D2ON36 = 2**36
93 #define D2ON36 %f4 macro
216 ! x_hi0 = x0 + D2ON36;
217 ! y_hi0 = y0 + D2ON36;
218 ! x_hi0 -= D2ON36;
219 ! y_hi0 -= D2ON36;
295 ldd [TBL+TBL_SHIFT],D2ON36
398 faddd %f10,D2ON36,%f46 ! (7_1) x_hi0 = x0 + D2ON36;
402 faddd %f60,D2ON36,%f50 ! (7_1) y_hi0 = y0 + D2ON36;
411 fsubd %f46,D2ON36,%f20 ! (7_1) x_hi0 -= D2ON36;
[all …]