Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
#define | MASK_HI (~MASK_LO) |
#define | MASK_LO ((((int128_t)1)<<64)-1) |
#define | OUTPUT_SIGN(sa, sb, ua, ub) |
Functions | |
NS_LOG_COMPONENT_DEFINE ("int64x64-128") | |
#define MASK_HI (~MASK_LO) |
Definition at line 24 of file int64x64-128.cc.
#define MASK_LO ((((int128_t)1)<<64)-1) |
Definition at line 23 of file int64x64-128.cc.
#define OUTPUT_SIGN | ( | sa, | |
sb, | |||
ua, | |||
ub | |||
) |
Definition at line 14 of file int64x64-128.cc.
NS_LOG_COMPONENT_DEFINE | ( | "int64x64-128" | ) |