Searched refs:diff0 (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libmvec/common/ |
H A D | __vhypot.c | 348 int hx0, hy0, j0, diff0; in __vhypot_n() local 363 diff0 = hy0 - hx0; in __vhypot_n() 364 j0 = diff0 >> 31; in __vhypot_n() 365 j0 = hy0 - (diff0 & j0); in __vhypot_n()
|
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; in __vrhypot() local
|
/titanic_50/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 = hy0 - hx0; [all …]
|
/titanic_50/usr/src/uts/common/io/mr_sas/ |
H A D | ld_pd_map.c | 505 U64 diff0, diff1; in megasas_get_best_arm() local 513 diff0 = ABS_DIFF(block, lbInfo->last_accessed_block[0]); in megasas_get_best_arm() 515 bestArm = (diff0 <= diff1 ? 0 : 1); in megasas_get_best_arm()
|