#include <string>
#include <experimental/filesystem>
#include <barrier>
#include <functional>
#include <Common/Types.h>
#include <sys/time.h>
Go to the source code of this file.
|
#define | N 624 |
|
#define | M 397 |
|
#define | MATRIX_A 0x9908b0dfUL /* constant vector a */ |
|
#define | UPPER_MASK 0x80000000UL /* most significant w-r bits */ |
|
#define | LOWER_MASK 0x7fffffffUL /* least significant r bits */ |
|
#define | TRUE 1 |
|
#define | FALSE 0 |
|
#define | TIME_LAST_UNIT_MS 1000 |
|
#define | TIME_LAST_UNIT_US 1000000 |
|