Home
last modified time | relevance | path

Searched refs:iarr2 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypot.c227 int iarr2, iexp2, itbl2; in __vrhypot() local
294 iarr2 = HI(&dres2); in __vrhypot()
297 iexp2 = iarr2 & 0xfff00000; in __vrhypot()
301 iarr2 = (iarr2 >> 11) & 0x1fc; in __vrhypot()
304 itbl2 = ((int*)((char*)__vlibm_TBL_rhypot + iarr2))[0]; in __vrhypot()