|
SpeedCrunch
0.11
|
#include "floatconvert.h"

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) |
| char _canconvert | ( | cfloatnum | x | ) |
| char _floatnum2logic | ( | t_longint * | longint, |
| cfloatnum | x | ||
| ) |
| void _logic2floatnum | ( | floatnum | f, |
| t_longint * | longint | ||
| ) |
1.7.6.1