mageec  0.1.0
MAchine Guided Energy Efficient Compilation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
attwinnow.c File Reference
#include "defns.i"
#include "extern.i"

Go to the source code of this file.

Functions

void WinnowAtts ()
 
float TrialTreeCost (Boolean FirstTime)
 
float ErrCost (Tree T, CaseNo Fp, CaseNo Lp)
 
void ScanTree (Tree T, Boolean *Used)
 

Variables

float * AttImp =Nil
 
BooleanSplit =Nil
 
BooleanUsed =Nil
 

Function Documentation

float ErrCost ( Tree  T,
CaseNo  Fp,
CaseNo  Lp 
)

Definition at line 340 of file attwinnow.c.

void ScanTree ( Tree  T,
Boolean Used 
)

Definition at line 380 of file attwinnow.c.

float TrialTreeCost ( Boolean  FirstTime)

Definition at line 230 of file attwinnow.c.

void WinnowAtts ( )

Definition at line 53 of file attwinnow.c.

Variable Documentation

float* AttImp =Nil

Definition at line 38 of file attwinnow.c.

Boolean* Split =Nil

Definition at line 39 of file attwinnow.c.

Boolean * Used =Nil

Definition at line 40 of file attwinnow.c.