Searched refs:db0 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsqrtf_ultra3.S90 ! db0 = (double)x0;
95 ! db0 = vis_fand(db0,DC0);
96 ! db0 = vis_for(db0,DC1);
97 ! hi0 = vis_fand(db0,DC2);
102 ! xx0 = (db0 - hi0);
165 fstod %f25,%f56 ! (2_0) db0 = (double)x0;
174 fand %f56,DC0,%f60 ! (2_0) db0 = vis_fand(db0,DC
[all...]
H A D__vhypotf.S119 ! db0 = dx0 + dy0;
121 ! iexp0 = ((int*)&db0)[0];
123 ! h0 = vis_fand(db0,DC0);
127 ! db0 = vis_fand(db0,DA0);
128 ! db0 = vis_fmul8x16(SCALE, db0);
129 ! db0 = vis_fpadd32(db0,DA1);
145 ! res0 *= db0;
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan2f.c66 double db0, db1, db2; local
412 db0 = base0;
426 num0 = dy0 - dx0 * db0;
427 den0 = dx0 + dy0 * db0;

Completed in 59 milliseconds