|
Mantid
|
Go to the source code of this file.
Typedefs | |
| using | fort_int = int |
Functions | |
| void | ieee_double_to_local (const double *val, const int *n, int *errcode) |
| void | ieee_float_to_local (const float *val, const int *n, int *errcode) |
| void | local_to_ieee_double (const double *val, const int *n, int *errcode) |
| void | local_to_ieee_float (const float *val, const int *n, int *errcode) |
| unsigned | local_to_vax_int (const fort_int *i) |
| void | local_to_vax_ints (const fort_int *ia, const fort_int *n) |
| unsigned short | local_to_vax_short (const unsigned short *s) |
| void | local_to_vax_shorts (const unsigned short *sa, const int *n) |
| void | local_to_vaxf (float *val, const int *n, int *errcode) |
| unsigned | vax_to_local_int (const fort_int *i) |
| void | vax_to_local_ints (const fort_int *ia, const fort_int *n) |
| unsigned short | vax_to_local_short (const unsigned short *s) |
| void | vax_to_local_shorts (const unsigned short *sa, const int *n) |
| void | vaxf_to_local (float *val, const int *n, int *errcode) |
| using fort_int = int |
Definition at line 17 of file vms_convert.h.
| void ieee_double_to_local | ( | const double * | val, |
| const int * | n, | ||
| int * | errcode | ||
| ) |
Definition at line 415 of file vms_convert.cpp.
References n.
| void ieee_float_to_local | ( | const float * | val, |
| const int * | n, | ||
| int * | errcode | ||
| ) |
Definition at line 395 of file vms_convert.cpp.
References n.
| void local_to_ieee_double | ( | const double * | val, |
| const int * | n, | ||
| int * | errcode | ||
| ) |
Definition at line 457 of file vms_convert.cpp.
References n.
| void local_to_ieee_float | ( | const float * | val, |
| const int * | n, | ||
| int * | errcode | ||
| ) |
Definition at line 436 of file vms_convert.cpp.
References n.
| unsigned local_to_vax_int | ( | const fort_int * | i | ) |
Definition at line 56 of file vms_convert.cpp.
References swap_int.
Definition at line 94 of file vms_convert.cpp.
| unsigned short local_to_vax_short | ( | const unsigned short * | s | ) |
Definition at line 40 of file vms_convert.cpp.
References swap_short.
| void local_to_vax_shorts | ( | const unsigned short * | sa, |
| const int * | n | ||
| ) |
Definition at line 72 of file vms_convert.cpp.
References n, and swap_short.
| void local_to_vaxf | ( | float * | val, |
| const int * | n, | ||
| int * | errcode | ||
| ) |
Definition at line 380 of file vms_convert.cpp.
References ieee_to_vax_float(), and n.
Referenced by ISISRAW::ioRAW().
| unsigned vax_to_local_int | ( | const fort_int * | i | ) |
Definition at line 64 of file vms_convert.cpp.
References swap_int.
Definition at line 106 of file vms_convert.cpp.
| unsigned short vax_to_local_short | ( | const unsigned short * | s | ) |
Definition at line 48 of file vms_convert.cpp.
References swap_short.
| void vax_to_local_shorts | ( | const unsigned short * | sa, |
| const int * | n | ||
| ) |
Definition at line 83 of file vms_convert.cpp.
References n, and swap_short.
| void vaxf_to_local | ( | float * | val, |
| const int * | n, | ||
| int * | errcode | ||
| ) |
Definition at line 353 of file vms_convert.cpp.
References n, and vax_to_ieee_float().
Referenced by ISISRAW::ioRAW().