Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

genfc.h File Reference

Diffpack Kernel. More...

Go to the source code of this file.

Functions

float sign (float a)
double sign (double a)
int sign (int a)
float abs (float r)
float sqr (float a)
double abs (double r)
int sqr (int a)
double sqr (double a)
int roundInt (double a)
int roundInt (float a)
real getReal (const real &a)
int char2int (char c)
char int2char (int i)
char* oform (const char *fmt,...)
String aform (const char *fmt,...)
char* eform (const char *fmt,...)
char* oform2 (char *s, int i)
char* oform2 (char *s, float i)
char* oform2 (char *s, double i)
bool okFilename (const String &s)
void stripString (char *s)
void trigCoreDump ()
real gammap (real a, real x)
real gammaq (real a, real x)
real gamm (real x)
double pow_eff (double a, double b)
int pow_int (int a, int i)
float pow_int (float a, int i)
double pow_int (double a, int i)
int pow3 (int a)
int pow4 (int a)
float pow3 (float a)
float pow4 (float a)
double pow3 (double a)
double pow4 (double a)
bool eq (const char *s1, const char *s2)
bool eq (const String &s1, const char *s2)
bool eq (float a, float b, real tol=comparison_tolerance)
bool eq (double a, double b, real tol=comparison_tolerance)
bool eq (int a, int b, real)
bool eq (char a, char b, real)
bool eq (int a, int b)
bool eq (char a, char b)
bool lt (float a, float b, real tol=comparison_tolerance)
bool lt (double a, double b, real tol=comparison_tolerance)
bool lt (int a, int b, real)
bool lt (char a, char b, real)
bool lt (int a, int b)
bool lt (char a, char b)
bool le (float a, float b, real tol=comparison_tolerance)
bool le (double a, double b, real tol=comparison_tolerance)
bool le (int a, int b, real)
bool le (char a, char b, real)
bool le (int a, int b)
bool le (char a, char b)
int max (int arg1, int arg2)
float max (float arg1, float arg2)
double max (double arg1, double arg2)
int min (int arg1, int arg2)
float min (float arg1, float arg2)
double min (double arg1, double arg2)
void externalpackmsg (void *,...)
void MAIN__ ()


Detailed Description

Diffpack Kernel.


Function Documentation

void MAIN__ ( )
 

double abs ( double r ) [inline]
 

float abs ( float r ) [inline]
 

String aform ( const char * fmt,
... )
 

int char2int ( char c ) [inline]
 

char * eform ( const char * fmt,
... )
 

bool eq ( char a,
char b ) [inline]
 

bool eq ( int a,
int b ) [inline]
 

bool eq ( char a,
char b,
real ) [inline]
 

bool eq ( int a,
int b,
real ) [inline]
 

bool eq ( double a,
double b,
real tol = comparison_tolerance )
 

bool eq ( float a,
float b,
real tol = comparison_tolerance )
 

bool eq ( const String & s1,
const char * s2 )
 

bool eq ( const char * s1,
const char * s2 )
 

void externalpackmsg ( void *,
... )
 

real gamm ( real x )
 

real gammap ( real a,
real x )
 

real gammaq ( real a,
real x )
 

real getReal ( const real & a ) [inline]
 

char int2char ( int i ) [inline]
 

bool le ( char a,
char b ) [inline]
 

bool le ( int a,
int b ) [inline]
 

bool le ( char a,
char b,
real ) [inline]
 

bool le ( int a,
int b,
real ) [inline]
 

bool le ( double a,
double b,
real tol = comparison_tolerance )
 

bool le ( float a,
float b,
real tol = comparison_tolerance )
 

bool lt ( char a,
char b ) [inline]
 

bool lt ( int a,
int b ) [inline]
 

bool lt ( char a,
char b,
real ) [inline]
 

bool lt ( int a,
int b,
real ) [inline]
 

bool lt ( double a,
double b,
real tol = comparison_tolerance )
 

bool lt ( float a,
float b,
real tol = comparison_tolerance )
 

double max ( double arg1,
double arg2 ) [inline]
 

float max ( float arg1,
float arg2 ) [inline]
 

int max ( int arg1,
int arg2 ) [inline]
 

double min ( double arg1,
double arg2 ) [inline]
 

float min ( float arg1,
float arg2 ) [inline]
 

int min ( int arg1,
int arg2 ) [inline]
 

char * oform ( const char * fmt,
... )
 

char * oform2 ( char * s,
double i ) [inline]
 

char * oform2 ( char * s,
float i ) [inline]
 

char * oform2 ( char * s,
int i ) [inline]
 

bool okFilename ( const String & s )
 

double pow3 ( double a ) [inline]
 

float pow3 ( float a ) [inline]
 

int pow3 ( int a ) [inline]
 

double pow4 ( double a ) [inline]
 

float pow4 ( float a ) [inline]
 

int pow4 ( int a ) [inline]
 

double pow_eff ( double a,
double b )
 

double pow_int ( double a,
int i )
 

float pow_int ( float a,
int i )
 

int pow_int ( int a,
int i )
 

int roundInt ( float a ) [inline]
 

int roundInt ( double a ) [inline]
 

int sign ( int a ) [inline]
 

double sign ( double a ) [inline]
 

float sign ( float a ) [inline]
 

double sqr ( double a ) [inline]
 

int sqr ( int a ) [inline]
 

float sqr ( float a ) [inline]
 

void stripString ( char * s )
 

void trigCoreDump ( )
 


Copyright © 2003 inuTech GmbH. All rights reserved.