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 | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
ns3::int64x64 | |
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. More... | |
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. More... | |
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 37 of file int64x64-test-suite.cc.