A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
int64x64-128.h File Reference

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

#include "ns3/core-config.h"
#include <cmath>
#include <stdint.h>
+ Include dependency graph for int64x64-128.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::int64x64_t
 High precision numerical type, implementing Q64.64 fixed precision. More...
 

Namespaces

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

Typedefs

typedef __int128_t int128_t
 Use uint128_t for int64x64_t implementation.
 
typedef __uint128_t uint128_t
 Use uint128_t for int64x64_t implementation.
 

Detailed Description

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

Definition in file int64x64-128.h.