Public Attributes | |
| long_type | integer_array [4] |
| struct { | |
| Uint sign: 1 | |
| Uint exponent: IEEE_128_EXPO_BITS | |
| Uint mantissa_u1: IEEE_128_MANTTU_BITS | |
| Uint mantissa_u2: IEEE_128_MANTTL_BITS | |
| Uint mantissa_l1: IEEE_128_MANTTL_BITS | |
| Uint mantissa_l2: IEEE_128_MANTTL_BITS | |
| } | parts |
Definition at line 185 of file sytb.c.
Definition at line 192 of file sytb.c.
Referenced by fp_classify_128(), and is_normal_128().
Definition at line 189 of file sytb.c.
Referenced by fp_classify_128(), is_normal_128(), and sign_bit_128().
Definition at line 195 of file sytb.c.
Referenced by fp_classify_128().
Definition at line 196 of file sytb.c.
Referenced by fp_classify_128().
Definition at line 193 of file sytb.c.
Referenced by fp_classify_128().
Definition at line 194 of file sytb.c.
Referenced by fp_classify_128().
| struct { ... } ieee_real_16::parts |
Referenced by fp_classify_128(), is_normal_128(), and sign_bit_128().
Definition at line 191 of file sytb.c.
Referenced by sign_bit_128().
1.7.1