summaryrefslogtreecommitdiff
path: root/include/c99_math.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-18math: Import isinf and others to global namespacePierre Moreau1-0/+23
2016-02-11include,gallium: Remove pre-MSVC 2013 compatibility.Jose Fonseca1-44/+5
2015-07-29c99_math: (trivial) implement exp2 for MSVC tooRoland Scheidegger1-0/+6
2015-07-29c99_math: Implement exp2f for MSVC.Matt Turner1-0/+6
2015-04-03gallium: fix gcc compile errors when using _XOPEN_SOURCE=600 but not std=c99Jose Fonseca1-1/+6
2015-03-25c99_math: Don't reimplement lrint and friends on MSVC 2013.Jose Fonseca1-1/+2
2015-03-22include: Ensure float.h is included for DBL_MAX.Jose Fonseca1-0/+1
2015-03-12mesa: move fpclassify work-arounds into c99_math.hBrian Paul1-0/+44
2015-02-28mesa: move FLT_MAX_EXP to c99_math.hBrian Paul1-0/+4
2015-02-27c99_math.h: add defines for M_PI, M_E, M_LOG2EBrian Paul1-0/+13
2015-02-26c99: in c99_math.h check that _USE_MATH_DEFINES is defined with MSVCBrian Paul1-0/+5
2015-02-26include,auxiliary: Remove support for MSVC older then 2008.Jose Fonseca1-71/+0
2015-02-24mesa: move signbit() macro to c99_math.hBrian Paul1-0/+8
2015-02-24mesa: replace LOGF, EXPF with logf, expfBrian Paul1-0/+10
2015-02-24mesa: replace FREXPF, LDEXPF with frexpf, ldexpfBrian Paul1-0/+11
2015-02-23mesa: move math-related function into new c99_math.h fileBrian Paul1-0/+184