#include "ns3/int64x64.h"
#include "ns3/test.h"
Go to the source code of this file.
Classes | |
class | ns3::Int64x64128TestSuite |
class | ns3::Int64x64ArithmeticTestCase |
class | ns3::Int64x64Bug455TestCase |
class | ns3::Int64x64Bug863TestCase |
class | ns3::Int64x64CompareTestCase |
class | ns3::Int64x64FracTestCase |
class | ns3::Int64x64InputOutputTestCase |
class | ns3::Int64x64InputTestCase |
class | ns3::Int64x64InvertTestCase |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. |
Macros | |
#define | CHECK_EXPECTED(a, b) NS_TEST_ASSERT_MSG_EQ ((a).GetHigh (),b,"Arithmetic failure: " << ((a).GetHigh ()) << "!=" << (b)) |
#define | TEST(factor) |
#define | V(v) int64x64_t (v) |
Variables | |
ns3::Int64x64128TestSuite | ns3::g_int64x64TestSuite |
#define CHECK_EXPECTED | ( | a, | |
b | |||
) | NS_TEST_ASSERT_MSG_EQ ((a).GetHigh (),b,"Arithmetic failure: " << ((a).GetHigh ()) << "!=" << (b)) |
Definition at line 113 of file int64x64-test-suite.cc.
Referenced by ns3::Int64x64ArithmeticTestCase::DoRun().
#define TEST | ( | factor | ) |
Referenced by ns3::Int64x64InvertTestCase::DoRun().
#define V | ( | v | ) | int64x64_t (v) |
Definition at line 116 of file int64x64-test-suite.cc.
Referenced by ns3::DoMakeAccessorHelperOne(), ns3::DoMakeAccessorHelperTwo(), ns3::Int64x64ArithmeticTestCase::DoRun(), ns3::Int64x64CompareTestCase::DoRun(), ns3::LiIonEnergySource::GetVoltage(), and anonymous_namespace{rng-stream.cc}::MatMatModM().