#include "ns3/int64x64.h"
#include "ns3/test.h"
Go to the source code of this file.
Classes | |
class | Int64x64128TestSuite |
class | Int64x64ArithmeticTestCase |
class | Int64x64Bug455TestCase |
See Bug 455 More... | |
class | Int64x64Bug863TestCase |
See Bug 863 More... | |
class | Int64x64CompareTestCase |
class | Int64x64FracTestCase |
class | Int64x64InputOutputTestCase |
class | Int64x64InputTestCase |
class | Int64x64InvertTestCase |
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 | |
Int64x64128TestSuite | g_int64x64TestSuite |
#define CHECK_EXPECTED | ( | a, | |
b | |||
) | NS_TEST_ASSERT_MSG_EQ ((a).GetHigh (),b,"Arithmetic failure: " << ((a).GetHigh ()) << "!=" << (b)) |
Definition at line 112 of file int64x64-test-suite.cc.
Referenced by Int64x64ArithmeticTestCase::DoRun().
#define TEST | ( | factor | ) |
Referenced by Int64x64InvertTestCase::DoRun().
#define V | ( | v | ) | int64x64_t (v) |
Definition at line 115 of file int64x64-test-suite.cc.
Referenced by ns3::DoMakeAccessorHelperOne(), ns3::DoMakeAccessorHelperTwo(), Int64x64ArithmeticTestCase::DoRun(), Int64x64CompareTestCase::DoRun(), ns3::LiIonEnergySource::GetVoltage(), and anonymous_namespace{rng-stream.cc}::MatMatModM().
|
static |