Searched refs:iexp0 (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vrsqrtf.c | 283 int iax0, si0, iexp0; in __vrsqrtf() local 288 iexp0 = ax0 >> 24; in __vrsqrtf() 289 iexp0 = 0x3f + 0x4b - iexp0; in __vrsqrtf() 290 iexp0 = iexp0 << 23; in __vrsqrtf() 302 iexp0 += *(int*)&fres0; in __vrsqrtf() 303 RETURN(*(float*)&iexp0) in __vrsqrtf() 342 int iax0, si0, iexp0; in __vrsqrtf() local 347 iexp0 = ax0 >> 24; in __vrsqrtf() 348 iexp0 = 0x3f + 0x4b - iexp0; in __vrsqrtf() 349 iexp0 = iexp0 << 23; in __vrsqrtf() [all …]
|
H A D | __vrhypot.c | 182 iexp0 = iarr0 & 0xfff00000; \ 186 itbl0 -= iexp0; \ 223 int iarr0, iexp0, itbl0; in __vrhypot() local 295 iexp0 = iarr0 & 0xfff00000; in __vrhypot() 305 itbl0 -= iexp0; in __vrhypot() 368 iexp0 = iarr0 & 0xfff00000; in __vrhypot() 372 itbl0 -= iexp0; in __vrhypot()
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vrsqrtf.S | 234 ! int iax0, si0, iexp0; 239 ! iexp0 = ax0 >> 24; 240 ! iexp0 = 0x3f + 0x4b - iexp0; 241 ! iexp0 = iexp0 << 23; 253 ! iexp0 += *(int*)&fres0; 254 ! RETURN(*(float*)&iexp0) 276 ! int iax1, si0, iexp0; 281 ! iexp0 = ax1 >> 24; 282 ! iexp0 = 0x3f + 0x4b - iexp0; 283 ! iexp0 = iexp0 << 23; [all …]
|
H A D | __vsqrtf_ultra3.S | 91 ! iexp0 = ax >> 24; 92 ! iexp0 += 0x3c0; 93 ! lexp0 = (long long)iexp0 << 52; 169 sra %o2,24,%l1 ! (2_0) iexp0 = ax >> 24; 172 add %l1,960,%l0 ! (2_0) iexp0 += 0x3c0; 180 sllx %l0,52,%o3 ! (2_0) lexp0 = (long long)iexp0 << 52; 199 sra %o1,24,%o4 ! (3_0) iexp0 = ax >> 24; 204 add %o4,960,%i0 ! (3_0) iexp0 += 0x3c0; 211 sllx %i0,52,%g1 ! (3_1) lexp0 = (long long)iexp0 << 52; 231 sra %o2,24,%o7 ! (4_1) iexp0 = ax >> 24; [all …]
|
H A D | __vhypotf.S | 121 ! iexp0 = ((int*)&db0)[0]; 131 ! iexp0 >>= 8; 132 ! di0 = iexp0 & 0x1ff0; 253 st %f24,[%fp+tmp0] ! (3_1) iexp0 = ((int*)&db0)[0]; 275 st %f20,[%fp+tmp1] ! (4_1) iexp0 = ((int*)&db0)[0]; 300 ld [%fp+tmp0],%o0 ! (3_1) iexp0 = ((int*)&db0)[0]; 307 srax %o0,8,%o0 ! (3_1) iexp0 >>= 8; 316 and %o0,_0x1ff0,%o0 ! (3_1) di0 = iexp0 & 0x1ff0; 317 st %f0,[%fp+tmp2] ! (0_0) iexp0 = ((int*)&db0)[0]; 337 ld [%fp+tmp1],%o3 ! (4_1) iexp0 = ((int*)&db0)[0]; [all …]
|