Searched refs:di0 (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vpowf.c | 430 long long di0; local 554 di0 = ((long long)((ind0 >> 8) + (yisint0 << 11))) << 52; 555 di0 += ((long long*)__TBL_exp2f)[ind0 & 255]; 556 RETURN((float) (yy0 * *(double*)&di0)) 574 double di0; local 649 di0 = (__TBL_expfb + 150)[ind0 >> 8]; 652 di0 *= __TBL_exp2f[ind0 & 255]; 655 pz[0] = (float) (yy0 * di0); 685 di0 = (__TBL_expfb + 150)[ind0 >> 8]; 686 di0 * 759 double y0, yy0, di0; local [all...] |
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vpowf.S | 654 ! di0 = *(double*)((char*)__mt_constexp2f + ind0); 655 ! di0 = vis_fpadd32(di0,dtmp1); 656 ! yy0 *= di0; 657 ! yy0 += di0; 711 ! di0 = ((double*)((char*)(__mt_constexp2fb + 150) + i0))[0]; 719 ! di0 *= dtmp0; 720 ! dtmp0 = yy0 * di0; 721 ! dtmp0 += di0; 1125 ldd [%l0+%i1],%f58 ! (Y0_0) di0 [all...] |
H A D | __vhypotf.S | 132 ! di0 = iexp0 & 0x1ff0; 133 ! si0 = (char*)sqrt_arr + di0; 135 ! dtmp0 = ((double*)((char*)div_arr + di0))[0]; 316 and %o0,_0x1ff0,%o0 ! (3_1) di0 = iexp0 & 0x1ff0; 320 ldd [TBL+%o0],%f22 ! (3_1) dtmp0 = ((double*)((char*)div_arr + di0))[0]; 357 and %o3,_0x1ff0,%o3 ! (4_1) di0 = iexp0 & 0x1ff0; 361 ldd [TBL+%o3],%f22 ! (4_1) dtmp0 = ((double*)((char*)div_arr + di0))[0]; 402 and %o5,_0x1ff0,%o5 ! (0_0) di0 = iexp0 & 0x1ff0; 406 ldd [TBL+%o5],%f22 ! (0_0) dtmp0 = ((double*)((char*)div_arr + di0))[0]; 407 add %o0,TBL,%g1 ! (3_1) si0 = (char*)sqrt_arr + di0; [all...] |
Completed in 81 milliseconds