Declaration of the ns3::int64x64_t type using a native int128_t type. More...
#include "ns3/core-config.h"
#include <cmath>
#include <stdint.h>
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. | |
Declaration of the ns3::int64x64_t type using a native int128_t type.
Definition in file int64x64-128.h.