1
0
Fork 0
forked from len0rd/rockbox

vu_meter: Use the fixedpoint lib (moving flog there)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14103 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Keevil 2007-07-31 17:23:49 +00:00
parent aea433c3e3
commit 98e6073906
3 changed files with 42 additions and 78 deletions

View file

@ -23,3 +23,4 @@ long fsincos(unsigned long phase, long *cos);
long fsqrt(long a, unsigned int fracbits);
long cos_int(int val);
long sin_int(int val);
long flog(int x);