00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #if !defined (octave_int64_h)
00024 #define octave_int64_h 1
00025
00026 #define OCTAVE_INT_T octave_int64
00027
00028 #define OCTAVE_VALUE_INT_MATRIX_T octave_int64_matrix
00029 #define OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION int64_array_value
00030
00031 #define OCTAVE_VALUE_INT_SCALAR_T octave_int64_scalar
00032 #define OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION int64_scalar_value
00033
00034 #define OCTAVE_TYPE_PREDICATE_FUNCTION is_int64_type
00035
00036 #define OCTAVE_INT_MX_CLASS mxINT64_CLASS
00037
00038 #define OCTAVE_INT_BTYP btyp_int64
00039
00040 #include "ov-intx.h"
00041
00042 #undef OCTAVE_INT_T
00043
00044 #undef OCTAVE_VALUE_INT_MATRIX_T
00045 #undef OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION
00046
00047 #undef OCTAVE_VALUE_INT_SCALAR_T
00048 #undef OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION
00049
00050 #undef OCTAVE_TYPE_PREDICATE_FUNCTION
00051
00052 #undef OCTAVE_INT_MX_CLASS
00053
00054 #undef OCTAVE_INT_BTYP
00055
00056 #endif
00057
00058
00059
00060
00061
00062