unit test UtilFloordiv_test
More...
Go to the source code of this file.
unit test UtilFloordiv_test
Definition in file util-floordiv-test.cpp.
#include "lib/test/run.hpp"
#include "lib/util-quant.hpp"
#include "lib/util.hpp"
#include "lib/format-cout.hpp"
#include "lib/format-string.hpp"
#include <cmath>
#include <time.h>
#include <vector>
|
| typedef std::vector< int > | VecI |
| |
◆ START_TIMINGS
| #define START_TIMINGS start=clock(); |
◆ DISPLAY_TIMINGS
| #define DISPLAY_TIMINGS |
( |
|
ID | ) |
|
Value: stop = clock(); \
cout << resultDisplay %
STRINGIFY (ID) % (double(stop-start)/CLOCKS_PER_SEC) ;
#define STRINGIFY(TOKEN)
this macro wraps its parameter into a cstring literal