SpeedCrunch  0.11
Functions
/usr/src/RPM/BUILD/speedcrunch-0.11/src/math/floatlogic.h File Reference
#include "floatconvert.h"
Include dependency graph for floatlogic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char _canconvert (cfloatnum x)
char _floatnum2logic (t_longint *longint, cfloatnum x)
void _logic2floatnum (floatnum f, t_longint *longint)
void _not (t_longint *longint)
void _and (t_longint *x1, t_longint *x2)
void _or (t_longint *x1, t_longint *x2)
void _xor (t_longint *x1, t_longint *x2)
void _shr (t_longint *x, unsigned shift)
void _shl (t_longint *x, unsigned shift)

Function Documentation

void _and ( t_longint x1,
t_longint x2 
)
char _canconvert ( cfloatnum  x)
char _floatnum2logic ( t_longint longint,
cfloatnum  x 
)
void _logic2floatnum ( floatnum  f,
t_longint longint 
)
void _not ( t_longint longint)
void _or ( t_longint x1,
t_longint x2 
)
void _shl ( t_longint x,
unsigned  shift 
)
void _shr ( t_longint x,
unsigned  shift 
)
void _xor ( t_longint x1,
t_longint x2 
)