Searched refs:si2 (Results 1 – 3 of 3) sorted by relevance
360 int ibase2, si2, hyp2h; in __vrhypotf_n() local404 si2 = ibase2 & 0x7f0; in __vrhypotf_n()407 xx2 = ((double *)((char *)__vlibm_TBL_rhypotf + si2))[0]; in __vrhypotf_n()414 res2 = ((double *)((char *)__vlibm_TBL_rhypotf + si2))[1]; in __vrhypotf_n()
422 int iax2, ax2, si2, iexp2; in __vrsqrtf_n() local447 si2 = (ax2 >> 13) & 0x7f0; in __vrsqrtf_n()451 tbl_div2 = ((double *)((char *)__TBL_rsqrtf + si2))[0]; in __vrsqrtf_n()454 tbl_sqrt2 = ((double *)((char *)__TBL_rsqrtf + si2))[1]; in __vrsqrtf_n()
232 socket_info_equal(const socket_info_t *si, const socket_info_t *si2, in socket_info_equal() argument235 return ((isrpc || (memcmp(&si->local_addr, &si2->local_addr, in socket_info_equal()237 (si->type == si2->type)); in socket_info_equal()