NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
fast_float::value128 Struct Reference

#include <float_common.h>

Collaboration diagram for fast_float::value128:

Public Member Functions

 value128 (uint64_t _low, uint64_t _high)
 
 value128 ()
 

Public Attributes

uint64_t low
 
uint64_t high
 

Detailed Description

Definition at line 125 of file float_common.h.

Constructor & Destructor Documentation

◆ value128() [1/2]

fast_float::value128::value128 ( uint64_t  _low,
uint64_t  _high 
)
inline

Definition at line 128 of file float_common.h.

◆ value128() [2/2]

fast_float::value128::value128 ( )
inline

Definition at line 129 of file float_common.h.

Member Data Documentation

◆ high

◆ low

uint64_t fast_float::value128::low

The documentation for this struct was generated from the following file: