NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include "float_common.h"
#include "fast_table.h"
#include <cfloat>
#include <cinttypes>
#include <cmath>
#include <cstdint>
#include <cstdlib>
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | fast_float |
namespace | fast_float::detail |
Functions | |
template<int bit_precision> | |
fastfloat_really_inline value128 | fast_float::compute_product_approximation (int64_t q, uint64_t w) |
constexpr fastfloat_really_inline int32_t | fast_float::detail::power (int32_t q) noexcept |
template<typename binary > | |
fastfloat_really_inline adjusted_mantissa | fast_float::compute_error_scaled (int64_t q, uint64_t w, int lz) noexcept |
template<typename binary > | |
fastfloat_really_inline adjusted_mantissa | fast_float::compute_error (int64_t q, uint64_t w) noexcept |
template<typename binary > | |
fastfloat_really_inline adjusted_mantissa | fast_float::compute_float (int64_t q, uint64_t w) noexcept |