Go to the source code of this file.
Classes | |
class | oct_data_conv |
Enumerations | |
enum | save_type { LS_U_CHAR = 0 , LS_U_SHORT = 1 , LS_U_INT = 2 , LS_CHAR = 3 , LS_SHORT = 4 , LS_INT = 5 , LS_FLOAT = 6 , LS_DOUBLE = 7 , LS_U_LONG = 8 , LS_LONG = 9 } |
enum save_type |
Enumerator | |
---|---|
LS_U_CHAR | |
LS_U_SHORT | |
LS_U_INT | |
LS_CHAR | |
LS_SHORT | |
LS_INT | |
LS_FLOAT | |
LS_DOUBLE | |
LS_U_LONG | |
LS_LONG |
Definition at line 84 of file data-conv.h.
|
extern |
Definition at line 685 of file data-conv.cc.
References len.
Referenced by do_float_format_conversion(), read_doubles(), and read_floats().
|
extern |
Definition at line 732 of file data-conv.cc.
References len.
Referenced by do_float_format_conversion(), read_doubles(), and read_floats().
|
extern |
Definition at line 779 of file data-conv.cc.
References do_double_format_conversion(), do_float_format_conversion(), and len.
|
inline |
Definition at line 134 of file data-conv.h.
|
inline |
Definition at line 252 of file data-conv.h.
References oct_data_conv::dt_double.
|
inline |
Definition at line 259 of file data-conv.h.
References oct_data_conv::dt_float, and oct_data_conv::dt_single.
|
inline |
Definition at line 147 of file data-conv.h.
References oct_data_conv::dt_int16.
|
inline |
Definition at line 154 of file data-conv.h.
References oct_data_conv::dt_int32.
|
inline |
Definition at line 161 of file data-conv.h.
References oct_data_conv::dt_int64.
|
inline |
Definition at line 140 of file data-conv.h.
References oct_data_conv::dt_int8.
|
inline |
Definition at line 203 of file data-conv.h.
References oct_data_conv::dt_int16.
|
inline |
Definition at line 210 of file data-conv.h.
References oct_data_conv::dt_int32.
|
inline |
Definition at line 217 of file data-conv.h.
References oct_data_conv::dt_int64.
|
inline |
Definition at line 196 of file data-conv.h.
References oct_data_conv::dt_int8.
|
inline |
Definition at line 231 of file data-conv.h.
References oct_data_conv::dt_uint16.
|
inline |
Definition at line 238 of file data-conv.h.
References oct_data_conv::dt_uint32.
|
inline |
Definition at line 245 of file data-conv.h.
References oct_data_conv::dt_uint64.
|
inline |
Definition at line 224 of file data-conv.h.
References oct_data_conv::dt_uint8.
|
inline |
Definition at line 175 of file data-conv.h.
References oct_data_conv::dt_uint16.
|
inline |
Definition at line 182 of file data-conv.h.
References oct_data_conv::dt_uint32.
|
inline |
Definition at line 189 of file data-conv.h.
References oct_data_conv::dt_uint64.
|
inline |
Definition at line 168 of file data-conv.h.
References oct_data_conv::dt_uint8.
|
extern |
Definition at line 802 of file data-conv.cc.
References do_double_format_conversion(), do_float_format_conversion(), len, LS_CHAR, LS_DO_READ, LS_DOUBLE, LS_FLOAT, LS_INT, LS_SHORT, LS_U_CHAR, LS_U_INT, LS_U_SHORT, and OCTAVE_LOCAL_BUFFER.
Referenced by octave_complex::load_binary(), octave_complex_diag_matrix::load_binary(), octave_complex_matrix::load_binary(), octave_sparse_complex_matrix::load_binary(), octave_diag_matrix::load_binary(), octave_matrix::load_binary(), octave_sparse_matrix::load_binary(), and octave_scalar::load_binary().
|
extern |
Definition at line 862 of file data-conv.cc.
References do_double_format_conversion(), do_float_format_conversion(), len, LS_CHAR, LS_DO_READ, LS_DOUBLE, LS_FLOAT, LS_INT, LS_SHORT, LS_U_CHAR, LS_U_INT, LS_U_SHORT, and OCTAVE_LOCAL_BUFFER.
Referenced by octave_float_scalar::load_binary(), octave_float_complex::load_binary(), octave_float_complex_diag_matrix::load_binary(), octave_float_complex_matrix::load_binary(), octave_float_diag_matrix::load_binary(), and octave_float_matrix::load_binary().
|
extern |
Definition at line 918 of file data-conv.cc.
References len, LS_CHAR, LS_DO_WRITE, LS_DOUBLE, LS_FLOAT, LS_INT, LS_SHORT, LS_U_CHAR, LS_U_INT, and LS_U_SHORT.
Referenced by octave_complex_diag_matrix::save_binary(), octave_complex_matrix::save_binary(), octave_sparse_complex_matrix::save_binary(), octave_diag_matrix::save_binary(), octave_matrix::save_binary(), and octave_sparse_matrix::save_binary().
|
extern |
Definition at line 968 of file data-conv.cc.
References len, LS_CHAR, LS_DO_WRITE, LS_DOUBLE, LS_FLOAT, LS_INT, LS_SHORT, LS_U_CHAR, LS_U_INT, and LS_U_SHORT.
Referenced by octave_float_complex_diag_matrix::save_binary(), octave_float_complex_matrix::save_binary(), octave_float_diag_matrix::save_binary(), and octave_float_matrix::save_binary().