Searched refs:zerosI (Results 1 – 1 of 1) sorted by relevance
104 int idx, zerosI, zerosQ; in myAtan2() local140 zerosI = __clz(valI); in myAtan2()141 if(zerosI<16){ // get at least 16 bit precision in myAtan2()142 valI>>=(16-zerosI); in myAtan2()143 ii += (16-zerosI); in myAtan2()