Searched refs:hyp0 (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libmvec/common/vis/ |
H A D | __vrhypotf.S | 253 ! hyp0 = x0 * (double)x0; 255 ! hyp0 += dtmp0; 257 ! ibase0 = ((int*)&hyp0)[0]; 259 ! dbase0 = vis_fand(hyp0,DA0); 263 ! hyp0 = vis_fand(hyp0,DC0); 264 ! hyp0 = vis_for(hyp0,DC1); 265 ! h_hi0 = vis_fand(hyp0,DC2); 271 ! dtmp1 = hyp0 - h_hi0; 354 fsmuld %f4,%f4,%f36 ! (3_0) hyp0 = x0 * (double)x0; 369 faddd %f36,%f62,%f20 ! (3_0) hyp0 += dtmp0; [all …]
|
/titanic_41/usr/src/lib/libmvec/common/ |
H A D | __vrhypotf.c | 324 double xx0, res0, hyp0, h_hi0 = 0, dbase0 = 0; in __vrhypotf() local 327 hyp0 = x0 * (double)x0 + y0 * (double)y0; in __vrhypotf() 329 ibase0 = HI(&hyp0); in __vrhypotf() 334 HI(&hyp0) = hyp0h; in __vrhypotf() 341 xx0 = (hyp0 - h_hi0) * xx0; in __vrhypotf() 354 double xx0, res0, hyp0, h_hi0 = 0, dbase0 = 0; in __vrhypotf_n() local 380 hyp0 = x0 * (double)x0 + y0 * (double)y0; in __vrhypotf_n() 384 ibase0 = HI(&hyp0); in __vrhypotf_n() 395 HI(&hyp0) = hyp0h; in __vrhypotf_n() 412 xx0 = (hyp0 - h_hi0) * xx0; in __vrhypotf_n() [all …]
|