Data Structures | |
interface | Swap_Endian |
Functions | |
LOGICAL | Big_Endian () |
INTEGER(Short) | Swap_Short_Integer (Input) |
INTEGER(Long) | Swap_Long_Integer (Input) |
INTEGER(LLong) | Swap_LLong_Integer (Input) |
REAL(Single) | Swap_Single_Float (Input) |
REAL(Double) | Swap_Double_Float (Input) |
COMPLEX(Single) | Swap_Single_Complex (Input) |
COMPLEX(Double) | Swap_Double_Complex (Input) |
LOGICAL Ebf_Endian_Utility::Big_Endian | ( | ) |
COMPLEX( Double ) Ebf_Endian_Utility::Swap_Double_Complex | ( | COMPLEX( Double ),intent(in) | Input | ) | [private] |
REAL( Double ) Ebf_Endian_Utility::Swap_Double_Float | ( | REAL( Double ),intent(in) | Input | ) | [private] |
INTEGER( LLong ) Ebf_Endian_Utility::Swap_LLong_Integer | ( | INTEGER( LLong ),intent(in) | Input | ) | [private] |
INTEGER( Long ) Ebf_Endian_Utility::Swap_Long_Integer | ( | INTEGER( Long ),intent(in) | Input | ) | [private] |
INTEGER( Short ) Ebf_Endian_Utility::Swap_Short_Integer | ( | INTEGER( Short ),intent(in) | Input | ) | [private] |
COMPLEX( Single ) Ebf_Endian_Utility::Swap_Single_Complex | ( | COMPLEX( Single ),intent(in) | Input | ) | [private] |
REAL( Single ) Ebf_Endian_Utility::Swap_Single_Float | ( | REAL( Single ),intent(in) | Input | ) | [private] |