|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <stdbool.h>#include <stdint.h>#include "platform.h"#include "internals.h"#include "softfloat.h"Go to the source code of this file.
Functions | |
| float32_t | softfloat_roundPackToF32 (bool sign, int_fast16_t exp, uint_fast32_t sig) |
| float32_t softfloat_roundPackToF32 | ( | bool | sign, |
| int_fast16_t | exp, | ||
| uint_fast32_t | sig | ||
| ) |
Definition at line 44 of file s_roundPackToF32.c.