1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef PRUNING_H #define PRUNING_H #include "coord.h" void free_pd(PruneData *pd); PruneData * genptable(PruneData *data, int nthreads); void print_ptable(PruneData *pd); uint64_t ptablesize(PruneData *pd); int ptableval(PruneData *pd, uint64_t ind); extern PruneData *active_pd[256]; #endif
Generated with cgit - Back to sebastiano.tronto.net