Home
last modified time | relevance | path

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; in __vrhypotf_n() local
407 si2 = ibase2 & 0x7f0; in __vrhypotf_n()
410 xx2 = ((double*)((char*)__vlibm_TBL_rhypotf + si2))[0]; in __vrhypotf_n()
417 res2 = ((double*)((char*)__vlibm_TBL_rhypotf + si2))[1]; in __vrhypotf_n()
H A D__vrsqrtf.c417 int iax2, ax2, si2, iexp2; in __vrsqrtf_n() local
443 si2 = (ax2 >> 13) & 0x7f0; in __vrsqrtf_n()
447 tbl_div2 = ((double*)((char*)__TBL_rsqrtf + si2))[0]; in __vrsqrtf_n()
450 tbl_sqrt2 = ((double*)((char*)__TBL_rsqrtf + si2))[1]; in __vrsqrtf_n()
/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, in socket_info_equal() argument
235 return ((isrpc || (memcmp(&si->local_addr, &si2->local_addr, in socket_info_equal()
237 (si->type == si2->type)); in socket_info_equal()