#include <fp-bit.h>
Data Fields | |
| fp_class_type | class |
| unsigned int | sign |
| int | normal_exp |
| union { | |
| fractype ll | |
| halffractype l [2] | |
| } | fraction |
| union { | |
| fractype ll | |
| halffractype l [2] | |
| } | fraction |
| union { | |
| fractype ll | |
| halffractype l [2] | |
| } | fraction |
| union { | |
| fractype ll | |
| halffractype l [2] | |
| } | fraction |
Definition at line 352 of file fp-bit.h.
Definition at line 359 of file fp-bit.h.
Referenced by __make_dp(), _fpadd_parts(), df_to_sf(), isinf(), isnan(), iszero(), pack_d(), si_to_float(), unpack_d(), and usi_to_float().
| unsigned int fp_number_type::sign |
Definition at line 360 of file fp-bit.h.
Referenced by __fpcmp_parts(), __make_dp(), _fpadd_parts(), df_to_sf(), flip_sign(), float_to_si(), pack_d(), si_to_float(), sub(), unpack_d(), and usi_to_float().
Definition at line 361 of file fp-bit.h.
Referenced by __fpcmp_parts(), __make_dp(), _fpadd_parts(), df_to_sf(), float_to_si(), pack_d(), si_to_float(), unpack_d(), and usi_to_float().
Definition at line 366 of file fp-bit.h.
Referenced by __fpcmp_parts(), __make_dp(), _fpadd_parts(), df_to_sf(), float_to_si(), pack_d(), si_to_float(), unpack_d(), and usi_to_float().
| union { ... } fp_number_type::fraction |
Referenced by __fpcmp_parts(), __make_dp(), _fpadd_parts(), df_to_sf(), float_to_si(), pack_d(), si_to_float(), unpack_d(), and usi_to_float().
| union { ... } fp_number_type::fraction |
| union { ... } fp_number_type::fraction |
| union { ... } fp_number_type::fraction |
1.5.6