aboutsummaryrefslogtreecommitdiff
path: root/math/test/testcases/random/float.tst
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2019-07-18 10:21:43 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2019-07-22 17:02:50 +0100
commit0af9fce0348b2ce7834499b033d3d75700b3c815 (patch)
tree088976e03cb098d21e2fb754e316ddf513afc405 /math/test/testcases/random/float.tst
parent4f408e745648aeae2f769e5675ddaed41e10b936 (diff)
downloadarm-optimized-routines-0af9fce0348b2ce7834499b033d3d75700b3c815.tar.gz
Reorganize the directory layout
To allow subprojects other than math, the build system and directory layout is changed: all math related code, tools and tests are under the math directory now, new subprojects should be similarly self- contained. The top level Makefile design is still kept, but the subproject build directories provide their own Dir.mk with the build rules for the subproject. The user interface of config.mk is kept for now, in the future subproject specific flags and make variables may be added for finer grained control.
Diffstat (limited to 'math/test/testcases/random/float.tst')
-rw-r--r--math/test/testcases/random/float.tst15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/test/testcases/random/float.tst b/math/test/testcases/random/float.tst
new file mode 100644
index 0000000..baf62b9
--- /dev/null
+++ b/math/test/testcases/random/float.tst
@@ -0,0 +1,15 @@
+!! single.tst - Random test case specification for SP functions
+!!
+!! Copyright (c) 1999-2018, Arm Limited.
+!! SPDX-License-Identifier: MIT
+
+test sinf 10000
+test cosf 10000
+test sincosf_sinf 5000
+test sincosf_cosf 5000
+test tanf 10000
+test expf 10000
+test exp2f 10000
+test logf 10000
+test log2f 10000
+test powf 10000