Searched refs:diff0 (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vhypot.c | 348 int hx0, hy0, j0, diff0; local 363 diff0 = hy0 - hx0; 364 j0 = diff0 >> 31; 365 j0 = hy0 - (diff0 & j0);
|
H A D | __vrhypot.c | 151 diff0 = hy##I - hx##I; \ 152 j0 = diff0 >> 31; \ 202 j0 = hy##I - (diff0 & j0); \ 222 int hx0, hy0, j0, diff0; local
|
/illumos-gate/usr/src/uts/common/io/mr_sas/ |
H A D | ld_pd_map.c | 505 U64 diff0, diff1; local 513 diff0 = ABS_DIFF(block, lbInfo->last_accessed_block[0]); 515 bestArm = (diff0 <= diff1 ? 0 : 1);
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vrhypot.S | 137 ! diff0 = hy0 - hx0; 138 ! j0 = diff0 >> 31; 139 ! j0 &= diff0; 329 sub %l7,%o7,%o1 ! (7_0) diff0 = hy0 - hx0; 331 sra %o1,31,%o3 ! (7_0) j0 = diff0 >> 31; 335 and %o1,%o3,%o1 ! (7_0) j0 &= diff0; 362 sub %l7,%o7,%o1 ! (0_0) diff0 = hy0 - hx0; 364 sra %o1,31,%o3 ! (0_0) j0 = diff0 >> 31; 368 and %o1,%o3,%o1 ! (0_0) j0 &= diff0; 414 sub %l7,%o7,%o1 ! (1_0) diff0 [all...] |
Completed in 55 milliseconds