summaryrefslogtreecommitdiff
path: root/utests/utest_math_gen.py
Commit message (Expand)AuthorAgeFilesLines
* Utest: test pow, not powr, on negative xRebecca N. Palmer2016-09-281-3/+9
* utests: change tolerance check for lgammaGuo Yejun2016-08-031-1/+1
* Prepend std namespace to isnan and isinf calls.Sean Lynch2016-04-081-2/+2
* RFC: Fix building with clang++ -stdlib=libc++Armin K2016-02-251-1/+3
* fix a powr function issue in cpu compiler mathMeng Mengmeng2015-08-101-4/+20
* add builtin function atan2pi and ldexpZhu Bingbing2015-01-231-13/+25
* add edge case detection for powr in utestsMeng Mengmeng2015-01-041-1/+4
* GBE: fix bug in erf()/erfc().Rebecca Palmer2014-11-061-10/+10
* utest: decrease the accuracy of tanpi.Yi Sun2014-06-201-1/+1
* Make utest pass rate reach 100%.Yi Sun2014-05-301-9/+10
* Refine some test for math functionYi Sun2014-05-301-47/+77
* utests: Refine cases for sinpi.Yi Sun2014-03-131-2/+35
* Remove some unreasonable input values for rootnYi Sun2014-02-211-2/+2
* utests: Remove test cases for function 'tgamma' 'erf' and 'erfc'Yi Sun2014-02-211-17/+11
* Remove builtin function fma from utest_math_gen.py.Yi Sun2014-01-171-12/+0
* Add test cases generator.Yi Sun2013-12-251-0/+531