Home
last modified time | relevance | path

Searched refs:diff0 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vhypot.c348 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.c151 diff0 = hy##I - hx##I; \
152 j0 = diff0 >> 31; \
202 j0 = hy##I - (diff0 & j0); \
222 int hx0, hy0, j0, diff0; in __vrhypot() local
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vrhypot.S137 ! diff0 = hy0 - hx0;
138 ! j0 = diff0 >> 31;
139 ! j0 &= diff0;
335 and %o1,%o3,%o1 ! (7_0) j0 &= diff0;
368 and %o1,%o3,%o1 ! (0_0) j0 &= diff0;
420 and %o1,%o3,%o1 ! (1_0) j0 &= diff0;
485 and %o1,%o3,%o1 ! (2_0) j0 &= diff0;
563 and %o1,%o3,%o1 ! (3_0) j0 &= diff0;
643 and %o1,%o3,%o1 ! (4_0) j0 &= diff0;
728 and %o1,%o3,%o1 ! (5_0) j0 &= diff0;
[all …]
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.c501 U64 diff0, diff1; in megasas_get_best_arm() local
509 diff0 = ABS_DIFF(block, lbInfo->last_accessed_block[0]); in megasas_get_best_arm()
511 bestArm = (diff0 <= diff1 ? 0 : 1); in megasas_get_best_arm()