SoCRocket
Transaction-Level Modeling Framework for Space Applications
Macros | |
| #define | X 150 /* first dimension of array A */ |
| #define | Y 150 /* second dimension of array A, first dimension of array B */ |
| #define | Z 150 /* second dimension of array B */ |
Functions | |
| int | matrix_pin_down (int A[], int B[], int C[]) |
| int | main () |
| #define X 150 /* first dimension of array A */ |
Referenced by main(), and matrix_pin_down().
| #define Y 150 /* second dimension of array A, first dimension of array B */ |
Referenced by main(), and matrix_pin_down().
| #define Z 150 /* second dimension of array B */ |
Referenced by main(), and matrix_pin_down().
| int main | ( | void | ) |
References core.waf.cmake::f(), i, matrix_pin_down(), X, Y, and Z.