Searched refs:wordindex (Results 1 – 2 of 2) sorted by relevance
143 int wordindex = topbitindex >> 5; in __mathlib_rredf2() local148 word1 = (twooverpi[wordindex] << shiftup) | (twooverpi[wordindex+1] >> shiftdown); in __mathlib_rredf2()149 word2 = (twooverpi[wordindex+1] << shiftup) | (twooverpi[wordindex+2] >> shiftdown); in __mathlib_rredf2()150 word3 = (twooverpi[wordindex+2] << shiftup) | (twooverpi[wordindex+3] >> shiftdown); in __mathlib_rredf2()152 word1 = twooverpi[wordindex]; in __mathlib_rredf2()153 word2 = twooverpi[wordindex+1]; in __mathlib_rredf2()154 word3 = twooverpi[wordindex+2]; in __mathlib_rredf2()
158 int wordindex = topbitindex >> 5; in __ieee754_rem_pio2() local172 … word = (twooverpi[wordindex + i] << shiftup) | (twooverpi[wordindex + i + 1] >> shiftdown); in __ieee754_rem_pio2()174 word = twooverpi[wordindex + i]; in __ieee754_rem_pio2()