![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Utilities for encoding format conversion. More...
Go to the source code of this file.
Functions | |
unsigned long | fasp_aux_change_endian4 (const unsigned long x) |
Swap order for different endian systems. More... | |
double | fasp_aux_change_endian8 (const double x) |
Swap order for different endian systems. More... | |
double | fasp_aux_bbyteToldouble (const unsigned char bytes[]) |
Swap order of double-precision float for different endian systems. More... | |
Utilities for encoding format conversion.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file AuxConvert.c.
double fasp_aux_bbyteToldouble | ( | const unsigned char | bytes[] | ) |
Swap order of double-precision float for different endian systems.
bytes | A unsigned char |
Definition at line 81 of file AuxConvert.c.
unsigned long fasp_aux_change_endian4 | ( | const unsigned long | x | ) |
Swap order for different endian systems.
x | An unsigned long integer |
Definition at line 32 of file AuxConvert.c.
double fasp_aux_change_endian8 | ( | const double | x | ) |
Swap order for different endian systems.
x | A unsigned long integer |
Definition at line 50 of file AuxConvert.c.