summaryrefslogtreecommitdiff
path: root/utests/utest_math_gen.py
AgeCommit message (Expand)AuthorFilesLines
2016-09-28Utest: test pow, not powr, on negative xRebecca N. Palmer1-3/+9
2016-08-03utests: change tolerance check for lgammaGuo Yejun1-1/+1
2016-04-08Prepend std namespace to isnan and isinf calls.Sean Lynch1-2/+2
2016-02-25RFC: Fix building with clang++ -stdlib=libc++Armin K1-1/+3
2015-08-10fix a powr function issue in cpu compiler mathMeng Mengmeng1-4/+20
2015-01-23add builtin function atan2pi and ldexpZhu Bingbing1-13/+25
2015-01-04add edge case detection for powr in utestsMeng Mengmeng1-1/+4
2014-11-06GBE: fix bug in erf()/erfc().Rebecca Palmer1-10/+10
2014-06-20utest: decrease the accuracy of tanpi.Yi Sun1-1/+1
2014-05-30Make utest pass rate reach 100%.Yi Sun1-9/+10
2014-05-30Refine some test for math functionYi Sun1-47/+77
2014-03-13utests: Refine cases for sinpi.Yi Sun1-2/+35
2014-02-21Remove some unreasonable input values for rootnYi Sun1-2/+2
2014-02-21utests: Remove test cases for function 'tgamma' 'erf' and 'erfc'Yi Sun1-17/+11
2014-01-17Remove builtin function fma from utest_math_gen.py.Yi Sun1-12/+0
2013-12-25Add test cases generator.Yi Sun1-0/+531