PandA-2024.02
Macros | Functions
module.c File Reference

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])
 

Macro Definition Documentation

◆ A_COLS

#define A_COLS   16

Definition at line 2 of file module.c.

Referenced by __attribute__(), and mm().

◆ A_ROWS

#define A_ROWS   16

Definition at line 1 of file module.c.

Referenced by __attribute__(), and mm().

◆ B_COLS

#define B_COLS   16

Definition at line 4 of file module.c.

Referenced by __attribute__(), and mm().

◆ B_ROWS

#define B_ROWS   16

Definition at line 3 of file module.c.

Function Documentation

◆ mm()

void mm ( int  in_a[A_ROWS][A_COLS],
int  in_b[A_COLS][B_COLS],
int  out_c[A_ROWS][B_COLS] 
)

Definition at line 6 of file module.c.

References A_COLS, A_ROWS, B_COLS, and k.

Referenced by main(), and Range::shr().

Here is the caller graph for this function:

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