![]() |
PandA-2024.02
|
Go to the source code of this file.
Macros | |
| #define | A_ROWS 16 |
| #define | A_COLS 16 |
| #define | B_ROWS 16 |
| #define | B_COLS 16 |
Functions | |
| void | mm (int in_a[A_ROWS][A_COLS], int in_b[A_COLS][B_COLS], int out_c[A_ROWS][B_COLS]) |
| #define A_COLS 16 |
Definition at line 2 of file module.c.
Referenced by __attribute__(), and mm().
| #define A_ROWS 16 |
Definition at line 1 of file module.c.
Referenced by __attribute__(), and mm().
| #define B_COLS 16 |
Definition at line 4 of file module.c.
Referenced by __attribute__(), and mm().
1.8.13