GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
mach-info.cc File Reference
#include "f77-fcn.h"
#include "lo-error.h"
#include "mach-info.h"

Go to the source code of this file.

Functions

std::string float_format_as_string (float_format flt_fmt)
 
float_format native_float_format ()
 
int octave_get_float_format (void)
 
int octave_is_big_endian (void)
 
float_format string_to_float_format (const std::string &s)
 
bool words_big_endian ()
 
bool words_little_endian ()
 

Function Documentation

◆ float_format_as_string()

std::string float_format_as_string ( float_format  flt_fmt)

Definition at line 111 of file mach-info.cc.

References flt_fmt_ieee_big_endian, and flt_fmt_ieee_little_endian.

◆ native_float_format()

float_format native_float_format ( )

Definition at line 67 of file mach-info.cc.

Referenced by string_to_float_format().

◆ octave_get_float_format()

int octave_get_float_format ( void  )

Definition at line 77 of file cmach-info.c.

References d1mach(), equiv, F77_FUNC(), and INIT_FLT_PAR.

◆ octave_is_big_endian()

int octave_is_big_endian ( void  )

Definition at line 132 of file cmach-info.c.

◆ string_to_float_format()

float_format string_to_float_format ( const std::string &  s)

◆ words_big_endian()

bool words_big_endian ( )

Definition at line 75 of file mach-info.cc.

◆ words_little_endian()

bool words_little_endian ( )

Definition at line 83 of file mach-info.cc.