mirror of
https://github.com/openharmony/third_party_optimized_routines.git
synced 2026-07-01 06:42:05 -04:00
16 lines
317 B
Scilab
16 lines
317 B
Scilab
!! 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
|