Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/single/
Drredf.c145 int shiftdown = 32 - shiftup; 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()
De_rem_pio2.c160 int shiftdown = 32 - shiftup; in __ieee754_rem_pio2() local
172 … word = (twooverpi[wordindex + i] << shiftup) | (twooverpi[wordindex + i + 1] >> shiftdown); in __ieee754_rem_pio2()