Go to the source code of this file.
|
int | Optimize (WORD numexpr) |
|
int | LoadOpti (WORD numexpr) |
|
void | CleanOptiBuffer () |
|
int | PutObject (WORD *object, int type) |
|
int | AddToOpti (WORD *term, int num) |
|
int | FindScratchName () |
|
int | PrintOptima (WORD numexpr) |
|
WORD | MaxPowerOpti (LONG number) |
|
WORD | HuntNumFactor (LONG number, WORD *coef, int par) |
|
WORD | HuntFactor (LONG number, WORD *factor, int par) |
|
void | HuntPairs (LONG number, WORD power) |
|
void | HuntBrackets (LONG number) |
|
void | HuntNumBrackets (LONG number) |
|
void | HuntPowers (LONG number, WORD power) |
|
void | CombiOpti () |
|
LONG | TestNewSca (LONG number, WORD *coef, WORD *ncoef) |
|
void | NormOpti (WORD *term) |
|
void | SortOpti (LONG number) |
|
void | SplitOpti (WORD **pointers, LONG number) |
|
experimental routines for the optimization of FORTRAN or C output.
Definition in file optim.c.