Searched refs:h_hi0 (Results 1 – 3 of 3) sorted by relevance
/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 335 HI(&h_hi0) = hyp0h & 0x7fffc000; in __vrhypotf() 341 xx0 = (hyp0 - h_hi0) * xx0; in __vrhypotf() 354 double xx0, res0, hyp0, h_hi0 = 0, dbase0 = 0; in __vrhypotf_n() local 398 HI(&h_hi0) = hyp0h & 0x7fffc000; in __vrhypotf_n() 412 xx0 = (hyp0 - h_hi0) * xx0; in __vrhypotf_n() 448 HI(&h_hi0) = hyp0h & 0x7fffc000; in __vrhypotf_n() 454 xx0 = (hyp0 - h_hi0) * xx0; in __vrhypotf_n()
|
/titanic_41/usr/src/lib/libmvec/common/vis/ |
H A D | __vrhypotf.S | 265 ! h_hi0 = vis_fand(hyp0,DC2); 271 ! dtmp1 = hyp0 - h_hi0; 439 fand %f28,DC2,%f30 ! (3_1) h_hi0 = vis_fand(hyp0,DC2); 450 fsubd %f28,%f30,%f28 ! (3_1) dtmp1 = hyp0 - h_hi0; 479 fand %f28,DC2,%f30 ! (4_1) h_hi0 = vis_fand(hyp0,DC2); 490 fsubd %f28,%f30,%f28 ! (4_1) dtmp1 = hyp0 - h_hi0; 521 fand %f28,DC2,%f30 ! (0_0) h_hi0 = vis_fand(hyp0,DC2); 533 fsubd %f28,%f30,%f28 ! (0_0) dtmp1 = hyp0 - h_hi0; 567 fand %f28,DC2,%f30 ! (1_0) h_hi0 = vis_fand(hyp0,DC2); 592 fsubd %f28,%f30,%f28 ! (1_1) dtmp1 = hyp0 - h_hi0; [all …]
|
H A D | __vhypotf.S | 125 ! h_hi0 = vis_fand(h0,DC2); 136 ! xx0 = h0 - h_hi0; 309 fand %f46,DC2,%f38 ! (3_1) h_hi0 = vis_fand(h0,DC2); 321 fsubd %f46,%f38,%f38 ! (3_1) xx0 = h0 - h_hi0; 347 fand %f46,DC2,%f58 ! (4_1) h_hi0 = vis_fand(h0,DC2); 363 fsubd %f46,%f58,%f58 ! (4_1) xx0 = h0 - h_hi0; 395 fand %f46,DC2,%f38 ! (0_0) h_hi0 = vis_fand(h0,DC2); 409 fsubd %f46,%f38,%f38 ! (0_0) xx0 = h0 - h_hi0; 447 fand %f46,DC2,%f44 ! (1_1) h_hi0 = vis_fand(h0,DC2); 467 fsubd %f46,%f44,%f44 ! (1_1) xx0 = h0 - h_hi0; [all …]
|