summaryrefslogtreecommitdiffstats
path: root/include/c99_math.h
Commit message (Expand)AuthorAgeFilesLines
* math: Import isinf and others to global namespacePierre Moreau2016-04-181-0/+23
* include,gallium: Remove pre-MSVC 2013 compatibility.Jose Fonseca2016-02-111-44/+5
* c99_math: (trivial) implement exp2 for MSVC tooRoland Scheidegger2015-07-291-0/+6
* c99_math: Implement exp2f for MSVC.Matt Turner2015-07-291-0/+6
* gallium: fix gcc compile errors when using _XOPEN_SOURCE=600 but not std=c99Jose Fonseca2015-04-031-1/+6
* c99_math: Don't reimplement lrint and friends on MSVC 2013.Jose Fonseca2015-03-251-1/+2
* include: Ensure float.h is included for DBL_MAX.Jose Fonseca2015-03-221-0/+1
* mesa: move fpclassify work-arounds into c99_math.hBrian Paul2015-03-121-0/+44
* 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