![]() |
PandA-2024.02
|
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 divide | ( | int | x, |
| int | y | ||
| ) |
Definition at line 5 of file operations.c.
Referenced by compute().

| int minus | ( | int | x, |
| int | y | ||
| ) |
Definition at line 2 of file operations.c.
Referenced by compute().

| int plus | ( | int | x, |
| int | y | ||
| ) |
Definition at line 1 of file operations.c.
Referenced by compute().

| 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().

| int times2 | ( | int | x | ) |
Definition at line 4 of file operations.c.
References x.
Referenced by compute().

1.8.13