summaryrefslogtreecommitdiffstats
path: root/include/c99_math.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: move FLT_MAX_EXP to c99_math.hBrian Paul2015-02-281-0/+4
* c99_math.h: add defines for M_PI, M_E, M_LOG2EBrian Paul2015-02-271-0/+13
* c99: in c99_math.h check that _USE_MATH_DEFINES is defined with MSVCBrian Paul2015-02-261-0/+5
* include,auxiliary: Remove support for MSVC older then 2008.Jose Fonseca2015-02-261-71/+0
* mesa: move signbit() macro to c99_math.hBrian Paul2015-02-241-0/+8
* mesa: replace LOGF, EXPF with logf, expfBrian Paul2015-02-241-0/+10
* mesa: replace FREXPF, LDEXPF with frexpf, ldexpfBrian Paul2015-02-241-0/+11
* mesa: move math-related function into new c99_math.h fileBrian Paul2015-02-231-0/+184