![]() |
PandA-2024.02
|
#include "milieu.h"#include "softfloat.h"#include "softfloat-macros"#include "softfloat-specialize"

Go to the source code of this file.
Functions | |
| INLINE bits64 | extractFloat64Frac (float64 a) |
| INLINE int16 | extractFloat64Exp (float64 a) |
| INLINE flag | extractFloat64Sign (float64 a) |
| static void | normalizeFloat64Subnormal (bits64 aSig, int16 *zExpPtr, bits64 *zSigPtr) |
| INLINE float64 | packFloat64 (flag zSign, int16 zExp, bits64 zSig) |
| static float64 | roundAndPackFloat64 (flag zSign, int16 zExp, bits64 zSig) |
| float64 | float64_div (float64 a, float64 b) |
Variables | |
| int8 | float_rounding_mode = float_round_nearest_even |
| int8 | float_exception_flags = 0 |
Definition at line 94 of file softfloat.c.
References INLINE.
Referenced by __attribute__(), addFloat64Sigs(), float64_div(), float64_le(), float64_mul(), and subFloat64Sigs().

Definition at line 82 of file softfloat.c.
Referenced by __attribute__(), addFloat64Sigs(), float64_div(), float64_le(), float64_mul(), and subFloat64Sigs().

Definition at line 106 of file softfloat.c.
Referenced by __attribute__(), float64_add(), float64_div(), float64_le(), and float64_mul().

Definition at line 241 of file softfloat.c.
Referenced by local_sin(), and main().

Definition at line 121 of file softfloat.c.
References INLINE.
Referenced by float64_div().

Definition at line 143 of file softfloat.c.
Referenced by __attribute__(), addFloat64Sigs(), float64_div(), float64_mul(), int32_to_float64(), roundAndPackFloat64(), and subFloat64Sigs().

Definition at line 173 of file softfloat.c.
References float_exception_flags, float_flag_inexact, float_flag_overflow, float_flag_underflow, float_round_down, float_round_nearest_even, float_round_to_zero, float_round_up, float_rounding_mode, float_tininess_before_rounding, LIT64, and packFloat64().
Referenced by float64_div().


| int8 float_exception_flags = 0 |
Definition at line 58 of file softfloat.c.
Referenced by roundAndPackFloat64().
| int8 float_rounding_mode = float_round_nearest_even |
Definition at line 57 of file softfloat.c.
Referenced by roundAndPackFloat64(), and subFloat64Sigs().
1.8.13