summaryrefslogtreecommitdiff
path: root/fpemulation.c
AgeCommit message (Expand)Author
2008-11-18Strip trailing whitespaceMatt Turner
2008-11-17Remove malloc return checks. Since they're in loops, they don't prevent memor...Matt Turner
2008-11-17Remove stupid i variable. Don't know why I didn't see this beforeMatt Turner
2008-11-17Convert for-if-break construct into do-whileMatt Turner
2008-11-16-- Remove getScore functionsMatt Turner
2008-11-15Use stdbool.h, bool, true, false instead of manually definingMatt Turner
2008-11-15Remove inline keyword since functions are being called from a pointerMatt Turner
2008-11-15-- Remove structs completelyMatt Turner
2008-11-15Clean out fpemulation struct. Replace members with local static variablesMatt Turner
2008-11-14Remove adjust struct member in favor of a local static variableMatt Turner
2008-11-14-- Remove useless request_secs from structsMatt Turner
2008-11-14-- Remove more useless stuffMatt Turner
2008-11-14-- Fix lots of prototypesMatt Turner
2008-11-14Create randnum.h, include in relevant placesMatt Turner
2008-11-14Finally kill nbench1.hMatt Turner
2008-11-14-- Remove stopwatch functions from fourier.c and fpemulation.c and clean themMatt Turner
2008-11-13-- Still working toward killing nbench1.hMatt Turner
2008-11-12Move static function prototypes from nbench1.h to appropriate filesMatt Turner
2008-11-12Remove stupid MAXPOSLONG define (otherwise standardized as LONG_MAX)Matt Turner
2008-11-12-- More cleanups for numsort.c and fpemulation.cMatt Turner
2008-11-12Remove output_string functionMatt Turner
2008-11-12-- Cleanup fpemulation.cMatt Turner
2008-11-11-- Split nbench1.c into component filesMatt Turner