Searched refs:tbl_sqrt0 (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libmvec/common/ |
H A D | __vrsqrtf.c | 281 double res0, xx0, tbl_div0, tbl_sqrt0; in __vrsqrtf() local 295 tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; in __vrsqrtf() 299 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrsqrtf() 340 double res0, xx0, tbl_div0, tbl_sqrt0; in __vrsqrtf() local 354 tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; in __vrsqrtf() 358 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrsqrtf() 376 double res0, xx0, tbl_div0, tbl_sqrt0; in __vrsqrtf() local 387 tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; in __vrsqrtf() 391 res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); in __vrsqrtf() 408 double res0, xx0, tbl_div0, tbl_sqrt0; in __vrsqrtf_n() local [all …]
|
/titanic_44/usr/src/lib/libmvec/common/vis/ |
H A D | __vrsqrtf.S | 232 ! double res0, xx0, tbl_div0, tbl_sqrt0; 246 ! tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; 250 ! res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); 274 ! double res0, xx0, tbl_div0, tbl_sqrt0; 288 ! tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; 292 ! res0 = tbl_sqrt0 * (((A3 * xx0 + A2) * xx0 + A1) * xx0 + A0); 325 ! tbl_sqrt0 = ((double*)addr0)[1]; 345 ! res0 = tbl_sqrt0 * res0; 536 ldd [%l5+8],%f42 ! (4_1) tbl_sqrt0 = ((double*)addr0)[1]; 570 fmuld %f42,%f62,%f58 ! (4_1) res0 = tbl_sqrt0 * res0; [all …]
|