NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
decimal_to_binary.h File Reference
#include "float_common.h"
#include "fast_table.h"
#include <cfloat>
#include <cinttypes>
#include <cmath>
#include <cstdint>
#include <cstdlib>
#include <cstring>
Include dependency graph for decimal_to_binary.h:
This graph shows which files directly or indirectly include this file:

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