Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/single/
Drredf.c94 static const unsigned twooverpi[] = { in __mathlib_rredf2() local
148 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()
De_rem_pio2.c107 static const unsigned twooverpi[] = { in __ieee754_rem_pio2() local
172 … word = (twooverpi[wordindex + i] << shiftup) | (twooverpi[wordindex + i + 1] >> shiftdown); in __ieee754_rem_pio2()
174 word = twooverpi[wordindex + i]; in __ieee754_rem_pio2()