|
SpeedCrunch
0.11
|

Defines | |
| #define | MAXIDX ((LOGICRANGE-1) / BITS_IN_UNSIGNED) |
| #define | SIGNBIT (LOGICRANGE - 1 - MAXIDX * BITS_IN_UNSIGNED) |
Functions | |
| signed char | _signof (t_longint *longint) |
| 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) |
| #define MAXIDX ((LOGICRANGE-1) / BITS_IN_UNSIGNED) |
| #define SIGNBIT (LOGICRANGE - 1 - MAXIDX * BITS_IN_UNSIGNED) |
| char _floatnum2logic | ( | t_longint * | longint, |
| cfloatnum | x | ||
| ) |
| void _logic2floatnum | ( | floatnum | f, |
| t_longint * | longint | ||
| ) |
1.7.6.1