PandA-2024.02
Functions
main.c File Reference

Go to the source code of this file.

Functions

int plus (int x, int y)
 
int minus (int x, int y)
 
int times (int x, int y)
 
int times2 (int x)
 
int divide (int x, int y)
 
int compute (int a, int b, int c, int d, int e, int f, int g, int expected)
 

Function Documentation

◆ compute()

int compute ( int  a,
int  b,
int  c,
int  d,
int  e,
int  f,
int  g,
int  expected 
)

Definition at line 10 of file main.c.

References divide(), minus(), plus(), times(), and times2().

Referenced by __attribute__(), and fused_nn_dense_add().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ divide()

int divide ( int  x,
int  y 
)

Definition at line 5 of file operations.c.

Referenced by compute().

Here is the caller graph for this function:

◆ minus()

int minus ( int  x,
int  y 
)

Definition at line 2 of file operations.c.

Referenced by compute().

Here is the caller graph for this function:

◆ plus()

int plus ( int  x,
int  y 
)

Definition at line 1 of file operations.c.

Referenced by compute().

Here is the caller graph for this function:

◆ times()

int times ( int  x,
int  y 
)

Definition at line 3 of file operations.c.

Referenced by compute(), SimulationTool::DetermineCycles(), get_ticks(), and p_cpu_time().

Here is the caller graph for this function:

◆ times2()

int times2 ( int  x)

Definition at line 4 of file operations.c.

Referenced by compute().

Here is the caller graph for this function:

Generated on Mon Feb 12 2024 13:03:05 for PandA-2024.02 by doxygen 1.8.13