A Discrete-Event Network Simulator
API
int64x64-128.cc File Reference

Implementation of the ns3::int64x64_t type using a native int128_t type. More...

#include "int64x64-128.h"
#include "abort.h"
#include "assert.h"
#include "log.h"
+ Include dependency graph for int64x64-128.cc:

Go to the source code of this file.

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

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...
 

Detailed Description

Implementation of the ns3::int64x64_t type using a native int128_t type.

Definition in file int64x64-128.cc.