summaryrefslogtreecommitdiff
path: root/utests/compiler_double_convert.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix building with clang++Armin K2016-02-251-14/+14
| | | | | | | | | | | Don't include d suffix for double values. Default floating point values in C++ are doubles anyways unless specified otherwise Using d suffix works with g++ but not with clang++ Signed-off-by: Armin K <krejzi@email.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* Utest: Fix a bug for double div.Junyan He2015-11-061-2/+1
| | | | | Signed-off-by: Junyan He <junyan.he@linux.intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* Utests: Add test cases for double conversion.Junyan He2015-11-061-0/+622
Signed-off-by: Junyan He <junyan.he@linux.intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>