Lines Matching refs:ind0
154 int ind0, sqrt_exp0; in __vrsqrt() local
162 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt()
170 dexp_hi0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[0]; in __vrsqrt()
171 dexp_lo0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[1]; in __vrsqrt()
217 int ind0, sqrt_exp0; in __vrsqrt() local
225 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt()
233 dexp_hi0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[0]; in __vrsqrt()
234 dexp_lo0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[1]; in __vrsqrt()
255 int ind0, sqrt_exp0; in __vrsqrt() local
260 ind0 = (((hx >> 10) & 0x7f8) + 8) & -16; in __vrsqrt()
269 dexp_hi0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[0]; in __vrsqrt()
270 dexp_lo0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[1]; in __vrsqrt()
292 int ind0, sqrt_exp0; in __vrsqrt_n() local
326 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt_n()
343 dexp_hi0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[0]; in __vrsqrt_n()
346 dexp_lo0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[1]; in __vrsqrt_n()
385 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt_n()
396 dexp_hi0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[0]; in __vrsqrt_n()
397 dexp_lo0 = ((double*)((char*)__vlibm_TBL_rsqrt + ind0))[1]; in __vrsqrt_n()