Public Attributes | |
| long_type | integer_array [MAX_WORDS_FOR_INTEGER] |
| struct { | |
| Uint sign: 1 | |
| Uint exponent: IEEE_64_EXPO_BITS | |
| Uint mantissa_u: IEEE_64_MANTU_BITS | |
| Uint mantissa_l: IEEE_64_MANTL_BITS | |
| } | parts |
Definition at line 174 of file sytb.c.
Definition at line 177 of file sytb.c.
Referenced by fp_classify_64(), and is_normal_64().
| long_type ieee_real_8::integer_array[MAX_WORDS_FOR_INTEGER] |
Definition at line 175 of file sytb.c.
Referenced by fp_classify_64(), is_normal_64(), and sign_bit_64().
Definition at line 179 of file sytb.c.
Referenced by fp_classify_64().
Definition at line 178 of file sytb.c.
Referenced by fp_classify_64().
| struct { ... } ieee_real_8::parts |
Referenced by fp_classify_64(), is_normal_64(), and sign_bit_64().
Definition at line 176 of file sytb.c.
Referenced by sign_bit_64().
1.7.1