NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
simple_decimal_conversion.h File Reference
#include "ascii_number.h"
#include "decimal_to_binary.h"
#include <cstdint>
Include dependency graph for simple_decimal_conversion.h:

Go to the source code of this file.

Namespaces

namespace  fast_float
 
namespace  fast_float::detail
 

Functions

void fast_float::detail::trim (decimal &h)
 
uint32_t fast_float::detail::number_of_digits_decimal_left_shift (const decimal &h, uint32_t shift)
 
uint64_t fast_float::detail::round (decimal &h)
 
void fast_float::detail::decimal_left_shift (decimal &h, uint32_t shift)
 
void fast_float::detail::decimal_right_shift (decimal &h, uint32_t shift)
 
template<typename binary >
adjusted_mantissa fast_float::compute_float (decimal &d)
 
template<typename binary >
adjusted_mantissa fast_float::parse_long_mantissa (const char *first, const char *last, parse_options options)