int64x46 test suite More...
#include "ns3/int64x64.h"
#include "ns3/test.h"
#include "ns3/valgrind.h"
#include <cfloat>
#include <cmath>
#include <iomanip>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
namespace | ns3::int64x64 |
namespace | ns3::int64x64::test |
Macros | |
#define | RUNNING_WITH_LIMITED_PRECISION RUNNING_ON_VALGRIND |
Checks if running on Valgrind, which assumes long doubles are 64-bit doubles. | |
Functions | |
std::ostream & | ns3::int64x64::test::operator<< (std::ostream &os, const Printer &p) |
Variables | |
static Int64x64TestSuite | ns3::int64x64::test::g_int64x64TestSuite |
Static variable for test initialization. | |
int64x46 test suite
Definition in file int64x64-test-suite.cc.
#define RUNNING_WITH_LIMITED_PRECISION RUNNING_ON_VALGRIND |
Checks if running on Valgrind, which assumes long doubles are 64-bit doubles.
Definition at line 25 of file int64x64-test-suite.cc.
Referenced by ns3::int64x64::test::Int64x64DoubleTestCase::Check(), and ns3::int64x64::test::Int64x64ImplTestCase::DoRun().