summaryrefslogtreecommitdiff
path: root/utests/utest_generator.py
AgeCommit message (Expand)AuthorFilesLines
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