aboutsummaryrefslogtreecommitdiff
path: root/math/test/testcases/random/float.tst
blob: ea4a5a01521484b53a8413a7edfe673c110b2bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
!! single.tst - Random test case specification for SP functions
!!
!! Copyright (c) 1999-2019, Arm Limited.
!! SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception

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