Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1186 | savelij | 1 | #ifndef _MILFLOAT_H |
2 | #define _MILFLOAT_H |
||
3 | /* tifloat.h */ |
||
4 | /*****************************************************************************/ |
||
5 | /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only */ |
||
6 | /* */ |
||
7 | /* AS */ |
||
8 | /* */ |
||
9 | /* IEEE -> MIL STD 1750 Floating Point Conversion on host */ |
||
10 | /* */ |
||
11 | /*****************************************************************************/ |
||
12 | |||
13 | #include "datatypes.h" |
||
14 | |||
15 | extern int as_float_2_mil1750(as_float_t inp, Word *p_dest, Boolean extended); |
||
16 | |||
17 | #endif /* _MILFLOAT_H */ |