Go to the source code of this file.
Data Structures |
| struct | sreal |
Functions |
| void | dump_sreal (FILE *, sreal *) |
| void | debug (sreal &ref) |
| void | debug (sreal *ptr) |
| sreal * | sreal_init (sreal *, unsigned HOST_WIDE_INT, signed int) |
| HOST_WIDE_INT | sreal_to_int (sreal *) |
| int | sreal_compare (sreal *, sreal *) |
| sreal * | sreal_add (sreal *, sreal *, sreal *) |
| sreal * | sreal_sub (sreal *, sreal *, sreal *) |
| sreal * | sreal_mul (sreal *, sreal *, sreal *) |
| sreal * | sreal_div (sreal *, sreal *, sreal *) |
Typedef Documentation
Structure for holding a simple real number.
Function Documentation
| void debug |
( |
sreal & |
ref | ) |
|
| void debug |
( |
sreal * |
ptr | ) |
|
| void dump_sreal |
( |
FILE * |
, |
|
|
sreal * |
|
|
) |
| |
| sreal* sreal_init |
( |
sreal * |
, |
|
|
unsigned |
HOST_WIDE_INT, |
|
|
signed |
int |
|
) |
| |