Searched refs:xx1 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrt.c296 double xx1, dexp_hi1, dexp_lo1; local
350 xx1 = dexp_hi1 * dexp_hi1;
353 xx1 = (res1 - res_c1) * xx1;
356 res1 = (((((K6 * xx1 + K5) * xx1 + K4) * xx1 + K3) * xx1 + K2) * xx1 + K1) * xx1;
[all...]
H A D__vrhypotf.c355 double xx1, res1, hyp1, h_hi1 = 0, dbase1 = 0; local
409 xx1 = ((double*)((char*)__vlibm_TBL_rhypotf + si1))[0];
413 xx1 = (hyp1 - h_hi1) * xx1;
419 res1 *= (((A3 * xx1 + A2) * xx1 + A1) * xx1 + A0);
H A D__vrsqrtf.c413 double res1, xx1, tbl_div1, tbl_sqrt1; local
458 xx1 = iax1 * tbl_div1;
461 res1 = tbl_sqrt1 * (((A3 * xx1 + A2) * xx1 + A1) * xx1 + A0);
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vrsqrtf.S332 ! xx1 = dtmp1 * tbl_div1;
334 ! res1 = K3 * xx1;
338 ! res1 *= xx1;
342 ! res1 *= xx1;
442 fmuld %f44,%f46,%f46 ! (5_1) xx1 = dtmp1 * tbl_div1;
453 fmuld K3,%f46,%f50 ! (5_1) res1 = K3 * xx1;
489 fmuld %f60,%f46,%f48 ! (5_1) res1 *= xx1;
513 fmuld K3,%f44,%f50 ! (1_0) res1 = K3 * xx1;
522 fmuld %f42,%f46,%f58 ! (5_1) res1 *= xx1;
553 fmuld %f60,%f44,%f48 ! (1_0) res1 *= xx1;
[all...]

Completed in 447 milliseconds