summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/fixedpoint.h
diff options
context:
space:
mode:
authorRobert Keevil <rkeevil+rockbox@gmail.com>2007-07-31 17:23:49 +0000
committerRobert Keevil <rkeevil+rockbox@gmail.com>2007-07-31 17:23:49 +0000
commit98e607390673a2e81eed132724d83f430a0ea66e (patch)
tree1a9ec519c852f7614e416d44161c755ee1fbc115 /apps/plugins/lib/fixedpoint.h
parentaea433c3e30a7ab2f836bd516b0104a236612bbf (diff)
downloadrockbox-98e607390673a2e81eed132724d83f430a0ea66e.tar.gz
rockbox-98e607390673a2e81eed132724d83f430a0ea66e.zip
vu_meter: Use the fixedpoint lib (moving flog there)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14103 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/fixedpoint.h')
-rw-r--r--apps/plugins/lib/fixedpoint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/fixedpoint.h b/apps/plugins/lib/fixedpoint.h
index c58798930a..719915709a 100644
--- a/apps/plugins/lib/fixedpoint.h
+++ b/apps/plugins/lib/fixedpoint.h
@@ -23,3 +23,4 @@ long fsincos(unsigned long phase, long *cos);
23long fsqrt(long a, unsigned int fracbits); 23long fsqrt(long a, unsigned int fracbits);
24long cos_int(int val); 24long cos_int(int val);
25long sin_int(int val); 25long sin_int(int val);
26long flog(int x);