Lines Matching refs:index2
55 int index2, sign2 = 0;
135 index2 = 0;
177 index2 = 0;
204 index2 = 0;
234 index2 = 2;
235 ans = __vlibm_TBL_atan1[index2] + __vlibm_TBL_atan1[index2+1];/* pi/2 up + pi/2 low */
244 index2 = 0;
250 index2 = 0; /* points to 0,0 in table */
253 index2 = 2; /* point to pi/2 upper, lower */
261 index2 = (intz - 0x3f900000) >> 15; /* (index >> 16) << 1) */
262 index2 = index2 + 4; /* skip over 0,0,pi/2,pi/2 */
279 conup2 = __vlibm_TBL_atan1[index2]; /* upper table */
283 conlo2 = __vlibm_TBL_atan1[index2+1]; /* lower table */