Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrtf.c281 double res0, xx0, tbl_div0, tbl_sqrt0; in __vrsqrtf() local
298 xx0 = iax0 * tbl_div0; in __vrsqrtf()
340 double res0, xx0, tbl_div0, tbl_sqrt0; in __vrsqrtf() local
357 xx0 = iax0 * tbl_div0; in __vrsqrtf()
376 double res0, xx0, tbl_div0, tbl_sqrt0; in __vrsqrtf() local
390 xx0 = iax0 * tbl_div0; in __vrsqrtf()
408 double res0, xx0, tbl_div0, tbl_sqrt0; in __vrsqrtf_n() local
445 tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; in __vrsqrtf_n()
457 xx0 = iax0 * tbl_div0; in __vrsqrtf_n()
490 tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; in __vrsqrtf_n()
[all …]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vrsqrtf.S232 ! double res0, xx0, tbl_div0, tbl_sqrt0;
249 ! xx0 = iax0 * tbl_div0;
274 ! double res0, xx0, tbl_div0, tbl_sqrt0;
291 ! xx0 = iax1 * tbl_div0;
323 ! tbl_div0 = ((double*)((char*)TBL + si0))[0];
331 ! xx0 = dtmp0 * tbl_div0;
439 fmuld %f56,%f54,%f40 ! (4_0) xx0 = dtmp0 * tbl_div0;
493 fmuld %f56,%f54,%f26 ! (0_0) xx0 = dtmp0 * tbl_div0;
498 fmuld %f50,%f44,%f44 ! (1_0) xx0 = dtmp0 * tbl_div0;
558 fmuld %f56,%f30,%f30 ! (2_0) xx0 = dtmp0 * tbl_div0;
[all …]