Searched defs:diff0 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vhypot.c348 int hx0, hy0, j0, diff0; local
363 diff0 = hy0 - hx0;
364 j0 = diff0 >> 31;
365 j0 = hy0 - (diff0 & j0);
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; local
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.c505 U64 diff0, diff1; local
513 diff0 = ABS_DIFF(block, lbInfo->last_accessed_block[0]);
515 bestArm = (diff0 <= diff1 ? 0 : 1);

Completed in 60 milliseconds