summaryrefslogtreecommitdiff
path: root/utests/compiler_math_3op.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Utest: Add half type mad test casePan Xiuli2016-08-121-3/+55
| | | | | | | Mad now can support half type, add a test. Signed-off-by: Pan Xiuli <xiuli.pan@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* enable utest compiler_math_3op for mad test.Luo Xionghu2016-04-291-4/+6
| | | | | | v2: add uniform dest test coverage. Signed-off-by: Luo Xionghu <xionghu.luo@intel.com> Reviewed-by: Guo Yejun <yejun.guo@intel.com>
* Prepend std namespace to isnan and isinf calls.Sean Lynch2016-04-081-4/+4
| | | | | Signed-off-by: Sean Lynch <seanl@literati.org> Reviewed-by: Pan Xiuli <xiuli.pan@intel.com>
* Test new math built-in functionsHomer Hsing2013-05-171-0/+64
Use random test data. Test 1000 times. Signed-off-by: Homer Hsing <homer.xing@intel.com> Reviewed-by: Feng, Boqun <boqun.feng@intel.com>