pintos/src/examples/matmult.c File Reference

#include <stdio.h>
#include <syscall.h>

Go to the source code of this file.

Defines

#define DIM   128

Functions

int main (void)

Variables

int A [DIM][DIM]
int B [DIM][DIM]
int C [DIM][DIM]


Define Documentation

#define DIM   128

Definition at line 30 of file matmult.c.

Referenced by main().


Function Documentation

int main ( void   ) 

Definition at line 37 of file matmult.c.

References A, B, C, DIM, and exit().


Variable Documentation

int A[DIM][DIM]

Definition at line 32 of file matmult.c.

Referenced by main().

int B[DIM][DIM]

Definition at line 33 of file matmult.c.

Referenced by main().

int C[DIM][DIM]

Definition at line 34 of file matmult.c.

Referenced by main().


Generated on Mon Jan 10 16:43:58 2011 for Pintos by  doxygen 1.5.6