summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorJean-Luc Brouillet <jeanluc@google.com>2014-09-11 13:53:01 -0700
committerJean-Luc Brouillet <jeanluc@google.com>2014-09-18 20:36:38 +0000
commit45f311cd4349d12b4f7a7fb676c25a34ac77a987 (patch)
tree361047649aaf9e975678e5e302dfe56adab8970c /api
parent7688714916905f29362071ce2eb9e296ca469838 (diff)
downloadrs-45f311cd4349d12b4f7a7fb676c25a34ac77a987.tar.gz
Relax precision requirement for Native* functions
Temporarily allow much less precise implementation of the native math functions. This will should be reverted once we get drivers that fix these. b/17442959 Change-Id: I6e984d9d6b0afb97fefd6fa343bef06eacf95278
Diffstat (limited to 'api')
-rw-r--r--api/rs_core_math.spec24
1 files changed, 24 insertions, 0 deletions
diff --git a/api/rs_core_math.spec b/api/rs_core_math.spec
index 3b004fd8..500308a3 100644
--- a/api/rs_core_math.spec
+++ b/api/rs_core_math.spec
@@ -1497,6 +1497,8 @@ arg: #2#1 v range(-1,1)
comment:
acos
version: 21
+# TODO Temporary
+test: limited(0.0005)
end:
start:
@@ -1508,6 +1510,8 @@ arg: #2#1
comment:
acosh
version: 21
+# TODO Temporary
+test: limited(0.0005)
end:
start:
@@ -1519,6 +1523,8 @@ arg: #2#1 v range(-1,1)
comment:
acospi
version: 21
+# TODO Temporary
+test: limited(0.0005)
end:
start:
@@ -1530,6 +1536,8 @@ arg: #2#1 v range(-1,1)
comment:
asin
version: 21
+# TODO Temporary
+test: limited(0.0005)
end:
start:
@@ -1541,6 +1549,8 @@ arg: #2#1
comment:
asinh
version: 21
+# TODO Temporary
+test: limited(0.0005)
end:
start:
@@ -1552,6 +1562,8 @@ arg: #2#1 v range(-1,1)
comment:
Return the inverse sine divided by PI.
version: 21
+# TODO Temporary
+test: limited(0.0005)
end:
start:
@@ -1563,6 +1575,8 @@ arg: #2#1 v range(-1,1)
comment:
Return the inverse tangent.
version: 21
+# TODO Temporary
+test: limited(0.0005)
end:
start:
@@ -1575,6 +1589,8 @@ arg: #2#1 x
comment:
Return the inverse tangent of y / x.
version: 21
+# TODO Temporary
+test: limited(0.0005)
end:
start:
@@ -1586,6 +1602,8 @@ arg: #2#1 in range(-1,1)
comment:
Return the inverse hyperbolic tangent.
version: 21
+# TODO Temporary
+test: limited(0.0005)
end:
start:
@@ -1597,6 +1615,8 @@ arg: #2#1 v range(-1,1)
comment:
Return the inverse tangent divided by PI.
version: 21
+# TODO Temporary
+test: limited(0.0005)
end:
start:
@@ -1609,6 +1629,8 @@ arg: #2#1 x
comment:
Return the inverse tangent of y / x, divided by PI.
version: 21
+# TODO Temporary
+test: limited(0.0005)
end:
start:
@@ -1797,6 +1819,8 @@ comment:
@param v The incoming value in radians
@param *cosptr cosptr[0] will be set to the cosine value.
version: 21
+# TODO Temporary
+test: limited(0.0005)
end:
start: