#include <diyfp.h>
Definition at line 43 of file diyfp.h.
internal::DiyFp::DiyFp |
( |
| ) |
|
|
inline |
internal::DiyFp::DiyFp |
( |
uint64_t |
fp, |
|
|
int |
exp |
|
) |
| |
|
inline |
internal::DiyFp::DiyFp |
( |
double |
d | ) |
|
|
inlineexplicit |
DiyFp internal::DiyFp::Normalize |
( |
| ) |
const |
|
inline |
DiyFp internal::DiyFp::NormalizeBoundary |
( |
| ) |
const |
|
inline |
void internal::DiyFp::NormalizedBoundaries |
( |
DiyFp * |
minus, |
|
|
DiyFp * |
plus |
|
) |
| const |
|
inline |
DiyFp internal::DiyFp::operator* |
( |
const DiyFp & |
rhs | ) |
const |
|
inline |
mult_round
Definition at line 70 of file diyfp.h.
DiyFp internal::DiyFp::operator- |
( |
const DiyFp & |
rhs | ) |
const |
|
inline |
double internal::DiyFp::ToDouble |
( |
| ) |
const |
|
inline |
const int internal::DiyFp::kDiySignificandSize = 64 |
|
static |
const int internal::DiyFp::kDpExponentBias = 0x3FF + kDpSignificandSize |
|
static |
const int internal::DiyFp::kDpMaxExponent = 0x7FF - kDpExponentBias |
|
static |
const int internal::DiyFp::kDpSignificandSize = 52 |
|
static |
The documentation for this struct was generated from the following file: