Searched refs:si2 (Results 1 – 3 of 3) sorted by relevance
362 int ibase2, si2, hyp2h; in __vrhypotf_n() local407 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()
417 int iax2, ax2, si2, iexp2; in __vrsqrtf_n() local443 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()
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()