summaryrefslogtreecommitdiff
path: root/utests/utest_generator.py
AgeCommit message (Expand)AuthorFilesLines
2016-09-28Allow building tests with Python 3 (no string.atoi)Rebecca N. Palmer1-2/+2
2016-09-02tests: Use python2 explicitlyJan Vesely1-1/+1
2016-07-20do not use const pointerGuo Yejun1-2/+6
2016-07-04enlarge buf size to avoid memory out of range written by GPU (kernel)Guo Yejun1-7/+14
2016-06-13Changed ldexp to ldexpf when defining float min/max.Yang Rong1-2/+2
2016-05-12Add support for gcc 6Pan Xiuli1-2/+2
2016-04-22fix failed cases for stand alone utest;Luo Xionghu1-2/+6
2016-04-08Prepend std namespace to isnan and isinf calls.Sean Lynch1-10/+10
2015-08-05Utest: fix a builtin_powr_float fail when OCL_STRICT_CONFORMANCE=0.Yang Rong1-7/+8
2015-07-15correct ULP value in utestsMeng Mengmeng1-8/+4
2015-04-30Allow building with Python 3Rebecca N. Palmer1-1/+2
2015-01-06Don't check some edge condtion in non-strict mode.Zhigang Gong1-2/+2
2015-01-04add edge case detection for powr in utestsMeng Mengmeng1-2/+2
2014-12-02utests: make utests maths ULP values consistent with specificationMeng Mengmeng1-6/+94
2014-08-12Fix compile error for ICC compilerLv Meng1-1/+1
2014-06-24fix crash when OCL_STRICT_CONFORMANCE is unsetGuo Yejun1-1/+1
2014-06-23utest_generator.py: add OCL_STRICT_CONFORMANCE enviroment condition.Yi Sun1-2/+12
2014-02-21utests:add subnormal check by fpclassify.Yi Sun1-0/+3
2014-02-21Change %.20f to %e.Yi Sun1-1/+1
2013-12-25Add test cases generator.Yi Sun1-0/+374