Mistake on this page?
Report an issue in GitHub or email us
float_tests.h
1 /*==============================================================================
2  float_tests.h -- tests for float and conversion to/from half-precision
3 
4  Copyright (c) 2018-2019, Laurence Lundblade. All rights reserved.
5 
6  SPDX-License-Identifier: BSD-3-Clause
7 
8  See BSD-3-Clause license in README.md
9 
10  Created on 9/19/18
11  ==============================================================================*/
12 
13 #ifndef float_tests_h
14 #define float_tests_h
15 
16 int HalfPrecisionDecodeBasicTests(void);
17 
18 int DoubleAsSmallestTest(void);
19 
20 int HalfPrecisionAgainstRFCCodeTest(void);
21 
22 
23 #endif /* float_tests_h */
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.