Wire Sysio Wire Sysion 1.0.0
|
#include <stdbool.h>
#include <stdint.h>
#include "platform.h"
#include "internals.h"
#include "specialize.h"
#include "softfloat.h"
Go to the source code of this file.
Functions | |
uint_fast64_t | softfloat_roundToUI64 (bool sign, uint_fast64_t sig, uint_fast64_t sigExtra, uint_fast8_t roundingMode, bool exact) |
uint_fast64_t softfloat_roundToUI64 | ( | bool | sign, |
uint_fast64_t | sig, | ||
uint_fast64_t | sigExtra, | ||
uint_fast8_t | roundingMode, | ||
bool | exact ) |
Definition at line 45 of file s_roundToUI64.c.