index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
lib
/
fixedpoint.c
(
unfollow
)
Commit message (
Expand
)
Author
2013-04-26
Make fixepoint.c as a shared library (libfixedpoint.a).
Michael Sevakis
2009-07-05
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...
Maurus Cuelenaere
2009-07-04
Revert "Consolidate all fixed point math routines in one library (FS#10400) b...
Maurus Cuelenaere
2009-07-04
Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...
Maurus Cuelenaere
2009-06-07
Convert a number of places in core and plugins to use the BIT_N() macro inste...
Jens Arnold
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-04
pluginlib: made local functions in static and made sure that source files inc...
Bertrik Sikken
2007-07-31
vu_meter: Use the fixedpoint lib (moving flog there)
Robert Keevil
2007-07-31
plugins code cleanup : moved the duplicated fixed point table loockup based s...
Kevin Ferrare
2007-02-05
Kill a warning.
Thom Johansen
2007-02-05
Optimise EQ coef calculation routines for both speed and size. Move now unnee...
Thom Johansen
2007-01-09
Removed executable flag
Linus Nielsen Feltzing
2006-12-10
Beginnings of a fixed point math library for use in plugins. fsincos() only f...
Jens Arnold