Mistake on this page?
Report an issue in GitHub or email us
half_to_double_from_rfc7049.h
1 /*==============================================================================
2  half_to_double_from_rfc7049.h -- interface to IETF float conversion code.
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/23/18
11  ==============================================================================*/
12 
13 #ifndef half_to_double_from_rfc7049_h
14 #define half_to_double_from_rfc7049_h
15 
16 double decode_half(unsigned char *halfp);
17 
18 #endif /* half_to_double_from_rfc7049_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.