26#if defined (HAVE_CONFIG_H)
76 static bool big_endian = is_big_endian ();
84 static bool little_endian = ! is_big_endian ();
92#if defined (HAVE_QNAN_WITH_PAYLOAD)
104 if (s ==
"native" || s ==
"n")
106 else if (s ==
"ieee-be" || s ==
"b")
108 else if (s ==
"ieee-le" || s ==
"l")
110 else if (s ==
"unknown")
114 (
"invalid architecture type specified");
122 std::string retval =
"unknown";
141OCTAVE_END_NAMESPACE(mach_info)
142OCTAVE_END_NAMESPACE(octave)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
OCTAVE_NORETURN liboctave_error_handler current_liboctave_error_handler
int octave_is_big_endian(void)
bool words_little_endian()
std::string float_format_as_string(float_format flt_fmt)
float_format native_float_format()
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