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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypotf.c362 int ibase2, si2, hyp2h; local
407 si2 = ibase2 & 0x7f0;
410 xx2 = ((double*)((char*)__vlibm_TBL_rhypotf + si2))[0];
417 res2 = ((double*)((char*)__vlibm_TBL_rhypotf + si2))[1];
H A D__vrsqrtf.c417 int iax2, ax2, si2, iexp2; local
443 si2 = (ax2 >> 13) & 0x7f0;
447 tbl_div2 = ((double*)((char*)__TBL_rsqrtf + si2))[0];
450 tbl_sqrt2 = ((double*)((char*)__TBL_rsqrtf + si2))[1];
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c232 socket_info_equal(const socket_info_t *si, const socket_info_t *si2, argument
235 return ((isrpc || (memcmp(&si->local_addr, &si2->local_addr,
237 (si->type == si2->type));

Completed in 293 milliseconds