11 lines
252 B
Scilab
11 lines
252 B
Scilab
!! double.tst - Random test case specification for DP functions
|
|
!!
|
|
!! Copyright (c) 1999-2019, Arm Limited.
|
|
!! SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
|
|
|
|
test exp 10000
|
|
test exp2 10000
|
|
test log 10000
|
|
test log2 10000
|
|
test pow 40000
|