FORM  4.1
Data Structures | Typedefs | Functions
optim.c File Reference
#include "form3.h"

Go to the source code of this file.

Data Structures

struct  ScAlAr
 

Typedefs

typedef struct ScAlAr SCALAR
 

Functions

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)
 

Detailed Description

experimental routines for the optimization of FORTRAN or C output.

Definition in file optim.c.