Go to the source code of this file.
Namespaces | |
namespace | 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) |
#define MASK_HI (~MASK_LO) |
Definition at line 17 of file int64x64-128.cc.
#define MASK_LO ((((int128_t)1)<<64)-1) |
Definition at line 16 of file int64x64-128.cc.
#define OUTPUT_SIGN | ( | sa, | |
sb, | |||
ua, | |||
ub | |||
) |
Definition at line 7 of file int64x64-128.cc.