Functions and class for high precision Q64.64 fixed point arithmetic. More...
Classes | |
class | ns3::int64x64_t |
High precision numerical type, implementing Q64.64 fixed precision. More... | |
Functions | |
int64x64_t | ns3::Abs (const int64x64_t &value) |
Absolute value. More... | |
int64x64_t | ns3::Max (const int64x64_t &a, const int64x64_t &b) |
Maximum. More... | |
int64x64_t | ns3::Min (const int64x64_t &a, const int64x64_t &b) |
Minimum. More... | |
int64x64_t | ns3::operator! (const int64x64_t &lhs) |
Logical not operator. More... | |
bool | ns3::operator!= (const int64x64_t &lhs, const int64x64_t &rhs) |
Inequality operator. More... | |
int64x64_t | ns3::operator* (const int64x64_t &lhs, const int64x64_t &rhs) |
Multiplication operator. More... | |
int64x64_t & | ns3::operator*= (int64x64_t &lhs, const int64x64_t &rhs) |
Compound multiplication operator. More... | |
int64x64_t | ns3::operator+ (const int64x64_t &lhs, const int64x64_t &rhs) |
Addition operator. More... | |
int64x64_t | ns3::operator+ (const int64x64_t &lhs) |
Unary plus operator. More... | |
int64x64_t & | ns3::operator+= (int64x64_t &lhs, const int64x64_t &rhs) |
Compound addition operator. More... | |
int64x64_t | ns3::operator- (const int64x64_t &lhs, const int64x64_t &rhs) |
Subtraction operator. More... | |
int64x64_t | ns3::operator- (const int64x64_t &lhs) |
Unary negation operator (change sign operator). More... | |
int64x64_t & | ns3::operator-= (int64x64_t &lhs, const int64x64_t &rhs) |
Compound subtraction operator. More... | |
int64x64_t | ns3::operator/ (const int64x64_t &lhs, const int64x64_t &rhs) |
Division operator. More... | |
int64x64_t & | ns3::operator/= (int64x64_t &lhs, const int64x64_t &rhs) |
Compound division operator. More... | |
bool | ns3::operator< (const int64x64_t &lhs, const int64x64_t &rhs) |
Less than operator. More... | |
std::ostream & | ns3::operator<< (std::ostream &os, const int64x64_t &value) |
Output streamer for int64x64_t. More... | |
bool | ns3::operator<= (const int64x64_t &lhs, const int64x64_t &rhs) |
Less or equal operator. More... | |
bool | ns3::operator== (const int64x64_t &lhs, const int64x64_t &rhs) |
Equality operator. More... | |
bool | ns3::operator> (const int64x64_t &lhs, const int64x64_t &rhs) |
Greater operator. More... | |
bool | ns3::operator>= (const int64x64_t &lhs, const int64x64_t &rhs) |
Greater or equal operator. More... | |
std::istream & | ns3::operator>> (std::istream &is, int64x64_t &value) |
Input streamer for int64x64_t. More... | |
static bool | ns3::output_sign (const int128_t sa, const int128_t sb, uint128_t &ua, uint128_t &ub) |
Compute the sign of the result of multiplying or dividing Q64.64 fixed precision operands. More... | |
static bool | ns3::output_sign (const cairo_int128_t sa, const cairo_int128_t sb, cairo_uint128_t &ua, cairo_uint128_t &ub) |
Compute the sign of the result of multiplying or dividing Q64.64 fixed precision operands. More... | |
static uint64_t | ns3::ReadHiDigits (std::string str) |
Read the integer portion of a number from a string containing just the integral digits (no decimal point or fractional part). More... | |
static uint64_t | ns3::ReadLoDigits (std::string str) |
Read the fractional part of a number from a string containing just the decimal digits of the fractional part (no integral part or decimal point). More... | |
Functions and class for high precision Q64.64 fixed point arithmetic.
A Q64.64 fixed precision number consists of:
Bits | Function |
---|---|
1 | Sign bit |
63 | Integer portion |
64 | Fractional portion |
The high
word consists of the sign bit and integer value; the low
word is the fractional part, unscaled.
All standard arithmetic operations are supported:
Category | Operators |
---|---|
Computation | + , += , - , -= , * , *= , / , /= |
Comparison | == , != , < , <= , > , >= |
Unary | + , - , ! |
|
inline |
Absolute value.
value | The value to operate on. |
value
. Definition at line 178 of file int64x64.h.
Referenced by ns3::int64x64::test::Int64x64InputOutputTestCase::Check(), ns3::int64x64::test::Int64x64ArithmeticTestCase::Check(), ns3::int64x64::test::Int64x64DoubleTestCase::Check(), ns3::int64x64::test::Int64x64InvertTestCase::CheckCase(), ns3::RttMeanDeviation::FloatingPointUpdate(), and ns3::DelayJitterEstimation::RecordRx().
|
inline |
Maximum.
[in] | a | The first value. |
[in] | b | The second value. |
Definition at line 203 of file int64x64.h.
Referenced by ns3::int64x64::test::Int64x64HiLoTestCase::Check(), ns3::int64x64::test::Int64x64InputTestCase::Check(), ns3::TcpSocketBase::DoPeerClose(), ns3::AarfWifiManager::DoReportDataFailed(), ns3::AarfcdWifiManager::DoReportDataFailed(), ns3::TcpSocketBase::EstimateRtt(), ns3::WifiPhyStateHelper::GetDelayUntilIdle(), ns3::WifiPhyStateHelper::LogPreviousIdleAndCcaBusyStates(), ns3::DcfManager::MostRecent(), ns3::TcpSocketBase::NewAck(), ns3::TcpSocketBase::SendEmptyPacket(), ns3::WifiPhyStateHelper::SwitchToChannelSwitching(), ns3::WifiPhyStateHelper::SwitchToRx(), ns3::WifiPhyStateHelper::SwitchToSleep(), and ns3::WifiPhyStateHelper::SwitchToTx().
|
inline |
Minimum.
[in] | a | The first value. |
[in] | b | The second value. |
Definition at line 191 of file int64x64.h.
Referenced by ns3::RemoteChannelBundle::AddChannel(), ns3::NullMessageSimulatorImpl::CalculateGuaranteeTime(), ns3::int64x64::test::Int64x64HiLoTestCase::Check(), ns3::int64x64::test::Int64x64InputTestCase::Check(), ns3::AarfWifiManager::DoGetDataTxVector(), ns3::ConstantRateWifiManager::DoGetDataTxVector(), ns3::CaraWifiManager::DoGetDataTxVector(), ns3::AmrrWifiManager::DoGetDataTxVector(), ns3::OnoeWifiManager::DoGetDataTxVector(), ns3::ArfWifiManager::DoGetDataTxVector(), ns3::IdealWifiManager::DoGetDataTxVector(), ns3::RraaWifiManager::DoGetDataTxVector(), ns3::AarfcdWifiManager::DoGetDataTxVector(), ns3::ParfWifiManager::DoGetDataTxVector(), ns3::AparfWifiManager::DoGetDataTxVector(), ns3::MinstrelWifiManager::DoGetDataTxVector(), ns3::AarfWifiManager::DoGetRtsTxVector(), ns3::ConstantRateWifiManager::DoGetRtsTxVector(), ns3::CaraWifiManager::DoGetRtsTxVector(), ns3::AmrrWifiManager::DoGetRtsTxVector(), ns3::OnoeWifiManager::DoGetRtsTxVector(), ns3::ArfWifiManager::DoGetRtsTxVector(), ns3::IdealWifiManager::DoGetRtsTxVector(), ns3::RraaWifiManager::DoGetRtsTxVector(), ns3::AarfcdWifiManager::DoGetRtsTxVector(), ns3::ParfWifiManager::DoGetRtsTxVector(), ns3::AparfWifiManager::DoGetRtsTxVector(), ns3::MinstrelWifiManager::DoGetRtsTxVector(), ns3::AarfWifiManager::DoReportDataFailed(), ns3::AarfcdWifiManager::DoReportDataFailed(), ns3::RemoteChannelBundleManager::GetSafeTime(), ns3::NullMessageSimulatorImpl::NullMessageEventHandler(), and ns3::TcpSocketBase::SendDataPacket().
|
inline |
Logical not operator.
Definition at line 420 of file int64x64-128.h.
References ns3::int64x64_t::_v.
|
inline |
Inequality operator.
Definition at line 123 of file int64x64.h.
|
inline |
Multiplication operator.
Definition at line 102 of file int64x64.h.
|
inline |
Compound multiplication operator.
Definition at line 385 of file int64x64-128.h.
References ns3::int64x64_t::Mul().
|
inline |
Addition operator.
Definition at line 80 of file int64x64.h.
|
inline |
Unary plus operator.
Definition at line 404 of file int64x64-128.h.
|
inline |
Compound addition operator.
Definition at line 367 of file int64x64-128.h.
References ns3::int64x64_t::_v.
|
inline |
Subtraction operator.
Definition at line 91 of file int64x64.h.
|
inline |
Unary negation operator (change sign operator).
Definition at line 412 of file int64x64-128.h.
References ns3::int64x64_t::_v.
|
inline |
Compound subtraction operator.
Definition at line 376 of file int64x64-128.h.
References ns3::int64x64_t::_v.
|
inline |
Division operator.
Definition at line 113 of file int64x64.h.
|
inline |
Compound division operator.
Definition at line 394 of file int64x64-128.h.
References ns3::int64x64_t::Div().
|
inline |
std::ostream & ns3::operator<< | ( | std::ostream & | os, |
const int64x64_t & | value | ||
) |
Output streamer for int64x64_t.
Proper rounding turns out to be surprisingly hard. In y.xxxx5|6
, where the |
marks follows the last output digit, rounding the 5|6
to 6|
is straightforward. However, rounding y.xxx99|6
should result in y.xx100|
. Notice the effect of rounding percolates to higher digits. We accumulate the output digits in a string, then carry out the rounding in the string directly.
Values are printed with the following format flags (independent of the the stream flags):
showpos
left
The stream width
is ignored. If floatfield
is set, precision
decimal places are printed. If floatfield
is not set, all digits of the fractional part are printed, up to the representation limit of 20 digits; trailing zeros are omitted.
[in] | os | The output stream. |
[in] | value | The numerical value to print. |
Definition at line 49 of file int64x64.cc.
References ns3::int64x64_t::GetHigh(), ns3::int64x64_t::GetLow(), HEXHILOW, NS_ASSERT_MSG, and NS_LOG_LOGIC.
|
inline |
Less or equal operator.
Definition at line 131 of file int64x64.h.
|
inline |
|
inline |
|
inline |
Greater or equal operator.
Definition at line 139 of file int64x64.h.
std::istream & ns3::operator>> | ( | std::istream & | is, |
int64x64_t & | value | ||
) |
Input streamer for int64x64_t.
[in] | is | The input stream. |
[out] | value | The numerical value to set. |
Definition at line 208 of file int64x64.cc.
References ns3::ReadHiDigits(), and ns3::ReadLoDigits().
|
inlinestatic |
Compute the sign of the result of multiplying or dividing Q64.64 fixed precision operands.
[in] | sa | The signed value of the first operand. |
[in] | sb | The signed value of the second operand. |
[out] | ua | The unsigned magnitude of the first operand. |
[out] | ub | The unsigned magnitude of the second operand. |
Definition at line 45 of file int64x64-128.cc.
Referenced by ns3::int64x64_t::Div(), and ns3::int64x64_t::Mul().
|
inlinestatic |
Compute the sign of the result of multiplying or dividing Q64.64 fixed precision operands.
[in] | sa | The signed value of the first operand. |
[in] | sb | The signed value of the second operand. |
[out] | ua | The unsigned magnitude of the first operand. |
[out] | ub | The unsigned magnitude of the second operand. |
Definition at line 53 of file int64x64-cairo.cc.
References _cairo_int128_negative, _cairo_int128_to_uint128, and _cairo_uint128_negate().
|
static |
Read the integer portion of a number from a string containing just the integral digits (no decimal point or fractional part).
[in] | str | The string representation of the integral part of a number, with no fractional part or decimal point. |
Definition at line 166 of file int64x64.cc.
Referenced by ns3::operator>>().
|
static |
Read the fractional part of a number from a string containing just the decimal digits of the fractional part (no integral part or decimal point).
[in] | str | The string representation of the fractional part of a number, without integral part or decimal point. |
Definition at line 189 of file int64x64.cc.
References ns3::int64x64_t::GetLow(), and NS_ASSERT_MSG.
Referenced by ns3::operator>>().