summaryrefslogtreecommitdiff
path: root/utests/builtin_acos_asin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* do not use const pointerGuo Yejun2016-07-201-2/+6
| | | | | Signed-off-by: Guo Yejun <yejun.guo@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* Prepend std namespace to isnan and isinf calls.Sean Lynch2016-04-081-6/+6
| | | | | Signed-off-by: Sean Lynch <seanl@literati.org> Reviewed-by: Pan Xiuli <xiuli.pan@intel.com>
* utest: Add test case for function acos/acosh/asin/asinh.Yi Sun2013-08-121-0/+87
Case contains illegal, boundary and legal values. Signed-off-by: Yi Sun <yi.sun@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>