![]() |
PandA-2024.02
|
#include <stdio.h>#include <stdlib.h>#include <stdint.h>#include <string.h>#include <sys/time.h>#include <time.h>#include <omp.h>#include "graph.h"
Go to the source code of this file.
Functions | |
| __attribute__ ((noinline)) | |
| Convert the given fixedpt number to a decimal string. More... | |
| void | kernel (unsigned vertex, unsigned *p_Qnext, unsigned *Qnext_N, unsigned *map) |
| int | main () |
Variables | |
| unsigned | map [NUM_VERTICES] ={0} |
| __attribute__ | ( | (noinline) | ) |
Convert the given fixedpt number to a decimal string.
The max_dec argument specifies how many decimal digits to the right of the decimal point to generate. If set to -1, the "default" number of decimal digits will be used (2 for 32-bit fixedpt width, 10 for 64-bit fixedpt width); If set to -2, "all" of the digits will be returned, meaning there will be invalid, bogus digits outside the specified precisions.
Definition at line 15 of file bfs.c.
Referenced by kernel().

| void kernel | ( | unsigned | vertex, |
| unsigned * | p_Qnext, | ||
| unsigned * | Qnext_N, | ||
| unsigned * | map | ||
| ) |
Definition at line 44 of file bfs.c.
References __attribute__(), edges, map, and offset.
Referenced by __attribute__().


| int main | ( | void | ) |
Definition at line 73 of file bfs.c.
References level, map, and NUM_VERTICES.
| unsigned map[NUM_VERTICES] ={0} |
Definition at line 12 of file bfs.c.
Referenced by test_panda.StoreOrUpdateMin::__call__(), test_panda::CollectResults(), xml_script_node_t::evaluate_condition(), verilog_writer::get_extension(), VHDL_writer::get_extension(), fu_binding::has_resource_sharing(), kernel(), main(), Bit_Value::print_bitstring_map(), SynthesisTool::replace_parameters(), and CWriter::schedule_copies().
1.8.13