summaryrefslogtreecommitdiff
path: root/utests/builtin_sinpi.cpp
Commit message (Collapse)AuthorAgeFilesLines
* improve built-in function "sinpi"Homer Hsing2013-08-301-0/+104
"sinpi" was calculated as "sin(pi * x)". But that was not a quite-good way. This patch improved the function, also included a test case. v2: fix compiling warning Signed-off-by: Homer Hsing <homer.xing@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>