
Go to the source code of this file.
Classes | |
| struct | float_params |
Macros | |
| #define | INIT_FLT_PAR(fp, fmt, sm1, sm2, lrg1, lrg2, rt1, rt2, dv1, dv2) |
Functions | |
| static int | equiv_compare (const equiv *std, const equiv *v, int len) |
| double | F77_FUNC (d1mach, D1MACH) const |
| int | octave_get_float_format (void) |
| int | octave_is_big_endian (void) |
Variables | |
| equiv | |
| #define INIT_FLT_PAR | ( | fp, | |
| fmt, | |||
| sm1, | |||
| sm2, | |||
| lrg1, | |||
| lrg2, | |||
| rt1, | |||
| rt2, | |||
| dv1, | |||
| dv2 | |||
| ) |
Definition at line 49 of file cmach-info.c.
Definition at line 60 of file cmach-info.c.
References len.
Referenced by octave_get_float_format().
| double F77_FUNC | ( | d1mach | , |
| D1MACH | |||
| ) | const |
| int octave_get_float_format | ( | void | ) |
Definition at line 77 of file cmach-info.c.
References d1mach(), equiv_compare(), F77_FUNC(), float_params::fp_fmt, and INIT_FLT_PAR.
Referenced by get_float_format().
| int octave_is_big_endian | ( | void | ) |
Definition at line 132 of file cmach-info.c.
Referenced by is_big_endian().
Definition at line 41 of file cmach-info.c.