26 #if defined (HAVE_CONFIG_H)
90 if (s ==
"native" || s ==
"n")
92 else if (s ==
"ieee-be" || s ==
"b")
94 else if (s ==
"ieee-le" || s ==
"l")
96 else if (s ==
"unknown")
100 (
"invalid architecture type specified");
107 std::string retval =
"unknown";
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
OCTAVE_NORETURN liboctave_error_handler current_liboctave_error_handler
static float_format get_float_format(void)
bool words_little_endian(void)
bool words_big_endian(void)
int octave_is_big_endian(void)
std::string float_format_as_string(float_format flt_fmt)
static bool is_big_endian(void)
float_format native_float_format(void)
float_format string_to_float_format(const std::string &s)
int octave_get_float_format(void)
@ flt_fmt_ieee_big_endian
@ flt_fmt_ieee_little_endian