summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/s_fmax.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add explicit braces to avoid ambiguous else. Pointed out by theo.martynas2013-11-121-2/+3
* test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.espie2013-07-031-3/+3
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-2/+2
* Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,martynas2013-01-131-8/+1
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* Trick lint into recording the right prototypes in the llib-lm.lnmartynas2011-05-301-5/+10
* use sys/cdefs.h; pointed out by theomartynas2008-12-101-2/+2
* - 80-bit and quad precision trigonometric and other mostmartynas2008-12-091-1/+9
* - make much more readable: don't reimplement isnan, signbit eachmartynas2008-09-111-16/+8
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-071-0/+55