Logo SoCRocket

Transaction-Level Modeling Framework for Space Applications

Functions | Variables
heapsort.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
Include dependency graph for heapsort.c:

Functions

int HSORT (long m, long n, long p)
 
int main ()
 

Variables

double nulltime
 
double runtime
 
double sta
 
double stb
 
double emips
 
double hmips
 
double lmips
 
double smips [21]
 
long bplong
 
long ErrorFlag
 
long NLoops [21]
 

Function Documentation

int HSORT ( long  m,
long  n,
long  p 
)

References core.waf.dependency::base(), bplong, count, emips, ErrorFlag, i, nulltime, runtime, and sta.

Referenced by main().

Here is the call graph for this function:

int main ( void  )

References bplong, HSORT(), i, and NLoops.

Here is the call graph for this function:

Variable Documentation

long bplong

Referenced by HSORT(), and main().

double emips

Referenced by HSORT().

long ErrorFlag

Referenced by HSORT().

double hmips
double lmips
long NLoops[21]

Referenced by main().

double nulltime

Referenced by HSORT().

double runtime

Referenced by HSORT().

double smips[21]
double sta

Referenced by HSORT().

double stb