summaryrefslogtreecommitdiff
path: root/generated_tests/gen_cl_math_builtins.py
AgeCommit message (Expand)AuthorFilesLines
2018-11-08python: add explicit utf-8 encodingEric Engestrom1-0/+1
2017-11-09cl: Fix sinpi expected valuesJan Vesely1-5/+4
2017-11-09cl: Adjust cospi expected values to account for fp32 roundingJan Vesely1-1/+1
2017-11-09cl: Adjust sincos expected values to account for fp32 roundingJan Vesely1-2/+4
2017-11-09cl: Adjust sin expected values to acount for fp32 roundingJan Vesely1-1/+1
2017-11-09cl: Adjust tanpi epxected results to account for fp32 roundingJan Vesely1-2/+3
2017-11-09cl: Adjust tan expected values to account for fp32 roundingJan Vesely1-2/+2
2017-11-09cl: Adjust cos test expected values to account for fp32 roundingJan Vesely1-2/+6
2017-10-25cl: Add missing math testsJan Vesely1-3/+280
2017-10-25cl: Fix erfc testJan Vesely1-1/+1
2017-10-25cl: Fix erf testJan Vesely1-1/+1
2017-10-11cl: Add basic remainder(float, float) builtin testsAaron Watry1-0/+13
2017-10-11cl: Fix cospi return valueJan Vesely1-1/+1
2017-09-20cl: Add failing case to exp testTom Stellard1-2/+2
2016-02-28cl: Add some tests for fdimAaron Watry1-0/+10
2016-02-23cl: Add frexp generated testsAaron Watry1-0/+12
2016-02-23cl/math: Add some basic ilogb builtin testsAaron Watry1-1/+11
2016-02-23cl: Add generated tests for fractTom Stellard1-0/+12
2015-04-29cl: Add fmin, fmax testsJan Vesely1-0/+20
2015-04-20cl: Add tests for common builtin functionsJan Vesely1-21/+0
2015-04-08cl: Fix tolerance requirements to match the specsJan Vesely1-12/+12
2015-03-26cl: add atan2pi testJan Vesely1-0/+11
2015-03-26cl: add asinpi testJan Vesely1-0/+10
2015-03-26cl: add acospi testJan Vesely1-0/+10
2015-02-23generators: use __future__ absolute_importDylan Baker1-1/+1
2015-02-23generated tests: Use __future__ divisionDylan Baker1-1/+1
2015-02-23generated tests: add print function to remaining generatorsDylan Baker1-0/+1
2015-02-23generators: use if __name__ == __main__ pattern in cl generatorsDylan Baker1-1/+2
2015-02-23generators: rename cl generators so they can be importedDylan Baker1-0/+405