GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
ov-int8.h File Reference
#include "octave-config.h"
#include "ov-intx.h"

Go to the source code of this file.

Macros

#define OCTAVE_INT_BTYP   btyp_int8
 
#define OCTAVE_INT_MX_CLASS   mxINT8_CLASS
 
#define OCTAVE_INT_T   octave_int8
 
#define OCTAVE_TYPE_PREDICATE_FUNCTION   is_int8_type
 
#define OCTAVE_VALUE_INT_MATRIX_T   octave_int8_matrix
 
#define OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION   int8_array_value
 
#define OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION   int8_scalar_value
 
#define OCTAVE_VALUE_INT_SCALAR_T   octave_int8_scalar
 

Macro Definition Documentation

◆ OCTAVE_INT_BTYP

#define OCTAVE_INT_BTYP   btyp_int8

Definition at line 43 of file ov-int8.h.

◆ OCTAVE_INT_MX_CLASS

#define OCTAVE_INT_MX_CLASS   mxINT8_CLASS

Definition at line 41 of file ov-int8.h.

◆ OCTAVE_INT_T

#define OCTAVE_INT_T   octave_int8

Definition at line 31 of file ov-int8.h.

◆ OCTAVE_TYPE_PREDICATE_FUNCTION

#define OCTAVE_TYPE_PREDICATE_FUNCTION   is_int8_type

Definition at line 39 of file ov-int8.h.

◆ OCTAVE_VALUE_INT_MATRIX_T

#define OCTAVE_VALUE_INT_MATRIX_T   octave_int8_matrix

Definition at line 33 of file ov-int8.h.

◆ OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION

#define OCTAVE_VALUE_INT_NDARRAY_EXTRACTOR_FUNCTION   int8_array_value

Definition at line 34 of file ov-int8.h.

◆ OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION

#define OCTAVE_VALUE_INT_SCALAR_EXTRACTOR_FUNCTION   int8_scalar_value

Definition at line 37 of file ov-int8.h.

◆ OCTAVE_VALUE_INT_SCALAR_T

#define OCTAVE_VALUE_INT_SCALAR_T   octave_int8_scalar

Definition at line 36 of file ov-int8.h.