#include "tconfig.h"#include "coretypes.h"#include "tm.h"#include "config/fp-bit.h"

Go to the source code of this file.
Functions/Subroutines | |
| static INLINE fp_number_type * | nan (void) |
| static INLINE int | isnan (fp_number_type *x) |
| static INLINE int | isinf (fp_number_type *x) |
| static INLINE int | iszero (fp_number_type *x) |
| static INLINE void | flip_sign (fp_number_type *x) |
| static INLINE int | clzusi (USItype n) |
| FLO_type | pack_d (fp_number_type *) |
| SFtype | __make_fp (fp_class_type, unsigned int, int, USItype) |
Variables | |
| const fp_number_type | __thenan_df |
| SFtype __make_fp | ( | fp_class_type | , | |
| unsigned | int, | |||
| int | , | |||
| USItype | ||||
| ) |
| static INLINE int clzusi | ( | USItype | n | ) | [static] |
| static INLINE void flip_sign | ( | fp_number_type * | x | ) | [static] |
| static INLINE int isinf | ( | fp_number_type * | x | ) | [static] |
Definition at line 165 of file fp-bit.c.
References __builtin_expect, fp_number_type::class, and CLASS_INFINITY.
| static INLINE int isnan | ( | fp_number_type * | x | ) | [static] |
Definition at line 157 of file fp-bit.c.
References __builtin_expect, fp_number_type::class, CLASS_QNAN, and CLASS_SNAN.
| static INLINE int iszero | ( | fp_number_type * | x | ) | [static] |
| static INLINE fp_number_type* nan | ( | void | ) | [static] |
| FLO_type pack_d | ( | fp_number_type * | ) |
| const fp_number_type __thenan_df |
1.5.6