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

#include <float_common.h>

Collaboration diagram for fast_float::adjusted_mantissa:

Public Member Functions

 adjusted_mantissa ()=default
 
bool operator== (const adjusted_mantissa &o) const
 
bool operator!= (const adjusted_mantissa &o) const
 

Public Attributes

uint64_t mantissa {0}
 
int32_t power2 {0}
 

Detailed Description

Definition at line 202 of file float_common.h.

Constructor & Destructor Documentation

◆ adjusted_mantissa()

fast_float::adjusted_mantissa::adjusted_mantissa ( )
default

Member Function Documentation

◆ operator!=()

bool fast_float::adjusted_mantissa::operator!= ( const adjusted_mantissa o) const
inline

Definition at line 209 of file float_common.h.

References mantissa, and power2.

◆ operator==()

bool fast_float::adjusted_mantissa::operator== ( const adjusted_mantissa o) const
inline

Definition at line 206 of file float_common.h.

References mantissa, and power2.

Member Data Documentation

◆ mantissa

◆ power2


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