Searched refs:NUM_GRAPHS (Results 1 – 3 of 3) sorted by relevance
24 #define NUM_GRAPHS (NUM_NODES * (NUM_NODES - 1)) in TEST() macro28 static_assert(NUM_GRAPHS < sizeof(unsigned) * CHAR_BIT, "Too many graphs!"); in TEST()29 for (unsigned GraphDescriptor = 0; GraphDescriptor < (1U << NUM_GRAPHS); in TEST()
251 #define NUM_GRAPHS (NUM_NODES * (NUM_NODES - 1)) in TEST() macro255 assert(NUM_GRAPHS < sizeof(unsigned) * CHAR_BIT && "Too many graphs!"); in TEST()256 for (unsigned GraphDescriptor = 0; GraphDescriptor < (1U << NUM_GRAPHS); in TEST()
249 #define NUM_GRAPHS (NUM_NODES * (NUM_NODES - 1)) in TEST() macro253 static_assert(NUM_GRAPHS < sizeof(unsigned) * CHAR_BIT, "Too many graphs!"); in TEST()254 for (unsigned GraphDescriptor = 0; GraphDescriptor < (1U << NUM_GRAPHS); in TEST()