b2a373eb64
Simply extends the current isqrt() to be able to do fractional bits and improves the initial estimate using clz(). iqrt() itself is no more and is equivalent to fp_sqrt(x, 0). The original also had a small bug where the guess comparision should have been >=, not >. Uses no large integer math or division and is very accurate (simply returns a truncated fraction). Change-Id: I2ae26e6505df1770dc01e56220f7385369f90ae9 |
||
---|---|---|
.. | ||
_kiss_fft_guts.h | ||
const.c | ||
const.h | ||
fft.c | ||
fft.make | ||
kiss_fft.c | ||
kiss_fft.h | ||
kiss_fftr.c | ||
kiss_fftr.h | ||
math.h | ||
SOURCES |