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 410 of file vms_convert.cpp.
References n.
void ieee_float_to_local | ( | const float * | val, |
const int * | n, | ||
int * | errcode | ||
) |
Definition at line 390 of file vms_convert.cpp.
References n.
void local_to_ieee_double | ( | const double * | val, |
const int * | n, | ||
int * | errcode | ||
) |
Definition at line 452 of file vms_convert.cpp.
References n.
void local_to_ieee_float | ( | const float * | val, |
const int * | n, | ||
int * | errcode | ||
) |
Definition at line 431 of file vms_convert.cpp.
References n.
unsigned local_to_vax_int | ( | const fort_int * | i | ) |
Definition at line 55 of file vms_convert.cpp.
References swap_int.
Definition at line 93 of file vms_convert.cpp.
unsigned short local_to_vax_short | ( | const unsigned short * | s | ) |
Definition at line 39 of file vms_convert.cpp.
References swap_short.
void local_to_vax_shorts | ( | const unsigned short * | sa, |
const int * | n | ||
) |
Definition at line 71 of file vms_convert.cpp.
References n, and swap_short.
void local_to_vaxf | ( | float * | val, |
const int * | n, | ||
int * | errcode | ||
) |
Definition at line 375 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 63 of file vms_convert.cpp.
References swap_int.
Definition at line 105 of file vms_convert.cpp.
unsigned short vax_to_local_short | ( | const unsigned short * | s | ) |
Definition at line 47 of file vms_convert.cpp.
References swap_short.
void vax_to_local_shorts | ( | const unsigned short * | sa, |
const int * | n | ||
) |
Definition at line 82 of file vms_convert.cpp.
References n, and swap_short.
void vaxf_to_local | ( | float * | val, |
const int * | n, | ||
int * | errcode | ||
) |
Definition at line 348 of file vms_convert.cpp.
References n, and vax_to_ieee_float().
Referenced by ISISRAW::ioRAW().