#include "SYS_API.h"#include <iostream.h>Go to the source code of this file.
Classes | |
| class | fpreal16 |
| union | fpreal16::uif |
Defines | |
| #define | H_REAL16_MIN 5.96046448e-08 |
| #define | H_REAL16_NRM_MIN 6.10351562e-05 |
| #define | H_REAL16_MAX 65504.0 |
| #define | H_REAL16_EPSILON 0.00097656 |
| #define | H_REAL16_MANT_DIG 11 |
| #define | H_REAL16_DIG 2 |
| #define | H_REAL16_RADIX 2 |
| #define | H_REAL16_MIN_EXP -13 |
| #define | H_REAL16_MAX_EXP 16 |
| #define | H_REAL16_MIN_10_EXP -4 |
| #define | H_REAL16_MAX_10_EXP 4 |
Functions | |
| ostream & | operator<< (ostream &os, fpreal16 h) |
| istream & | operator>> (istream &is, fpreal16 &h) |
| void | SYSprintBits (ostream &os, fpreal16 h) |
| void | SYSprintBits (ostream &os, fpreal32 f) |
| void | SYSprintBits (char c[19], fpreal16 h) |
| void | SYSprintBits (char c[35], fpreal32 f) |
| #define H_REAL16_DIG 2 |
Definition at line 265 of file fpreal16.h.
| #define H_REAL16_EPSILON 0.00097656 |
Definition at line 260 of file fpreal16.h.
| #define H_REAL16_MANT_DIG 11 |
Definition at line 262 of file fpreal16.h.
| #define H_REAL16_MAX 65504.0 |
Definition at line 257 of file fpreal16.h.
| #define H_REAL16_MAX_10_EXP 4 |
Definition at line 284 of file fpreal16.h.
| #define H_REAL16_MAX_EXP 16 |
Definition at line 275 of file fpreal16.h.
| #define H_REAL16_MIN 5.96046448e-08 |
Definition at line 254 of file fpreal16.h.
| #define H_REAL16_MIN_10_EXP -4 |
Definition at line 280 of file fpreal16.h.
| #define H_REAL16_MIN_EXP -13 |
Definition at line 270 of file fpreal16.h.
| #define H_REAL16_NRM_MIN 6.10351562e-05 |
Definition at line 255 of file fpreal16.h.
| #define H_REAL16_RADIX 2 |
Definition at line 268 of file fpreal16.h.
| ostream& operator<< | ( | ostream & | os, | |
| fpreal16 | h | |||
| ) |
| istream& operator>> | ( | istream & | is, | |
| fpreal16 & | h | |||
| ) |
| void SYSprintBits | ( | char | c[35], | |
| fpreal32 | f | |||
| ) |
| void SYSprintBits | ( | char | c[19], | |
| fpreal16 | h | |||
| ) |
| void SYSprintBits | ( | ostream & | os, | |
| fpreal32 | f | |||
| ) |
| void SYSprintBits | ( | ostream & | os, | |
| fpreal16 | h | |||
| ) |
1.5.9