GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Classes | |
union | equiv |
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 octave_idx_type &) |
static oct_mach_info::float_format | get_float_format (void) |
static bool | ten_little_endians (void) |
#define INIT_FLT_PAR | ( | fp, | |
fmt, | |||
sm1, | |||
sm2, | |||
lrg1, | |||
lrg2, | |||
rt1, | |||
rt2, | |||
dv1, | |||
dv2 | |||
) |
Definition at line 52 of file mach-info.cc.
Referenced by get_float_format().
Definition at line 64 of file mach-info.cc.
Referenced by get_float_format().
|
static |
Definition at line 74 of file mach-info.cc.
References equiv::d, d1mach(), equiv_compare(), F77_FUNC(), oct_mach_info::flt_fmt_ieee_big_endian, oct_mach_info::flt_fmt_ieee_little_endian, oct_mach_info::flt_fmt_unknown, float_params::fp_fmt, and INIT_FLT_PAR.
Definition at line 120 of file mach-info.cc.