|
#define | DEFINTBINOP_FN(name, t1, t2, f, t3, op) |
|
#define | DEFINTBINOP_OP(name, t1, t2, op, t3) |
|
#define | DEFINTNDBINOP_FN(name, t1, t2, e1, e2, f, t3, op) |
|
#define | DEFINTNDBINOP_OP(name, t1, t2, e1, e2, op, t3) |
|
#define | OCTAVE_CHAR_INT_CONCAT_FN(TYPE) |
|
#define | OCTAVE_CONCAT_FN(TYPE) |
|
#define | OCTAVE_CONCAT_FN2(T1, T2) |
|
#define | OCTAVE_CX_INT_ASSIGN_OPS(TYPE) |
|
#define | OCTAVE_DOUBLE_INT_CONCAT_FN(TYPE) |
|
#define | OCTAVE_FLOAT_INT_CONCAT_FN(TYPE) |
|
#define | OCTAVE_FLT_CX_INT_ASSIGN_OPS(TYPE) |
|
#define | OCTAVE_FLT_RE_INT_ASSIGN_OPS(TYPE) |
|
#define | OCTAVE_INSTALL_CHAR_INT_CONCAT_FN(TYPE) |
|
#define | OCTAVE_INSTALL_CONCAT_FN(TYPE) |
|
#define | OCTAVE_INSTALL_CONCAT_FN2(T1, T2) |
|
#define | OCTAVE_INSTALL_CX_INT_ASSIGN_OPS(TYPE) |
|
#define | OCTAVE_INSTALL_DOUBLE_INT_CONCAT_FN(TYPE) |
|
#define | OCTAVE_INSTALL_FLOAT_INT_CONCAT_FN(TYPE) |
|
#define | OCTAVE_INSTALL_FLT_CX_INT_ASSIGN_OPS(TYPE) |
|
#define | OCTAVE_INSTALL_FLT_RE_INT_ASSIGN_OPS(TYPE) |
|
#define | OCTAVE_INSTALL_INT_CHAR_CONCAT_FN(TYPE) |
|
#define | OCTAVE_INSTALL_INT_DOUBLE_CONCAT_FN(TYPE) |
|
#define | OCTAVE_INSTALL_INT_FLOAT_CONCAT_FN(TYPE) |
|
#define | OCTAVE_INSTALL_INT_NULL_ASSIGN_OPS(TYPE) |
|
#define | OCTAVE_INSTALL_INT_OPS(TYPE) |
|
#define | OCTAVE_INSTALL_M_INT_UNOPS(TYPE) |
|
#define | OCTAVE_INSTALL_MIXED_INT_CMP_OPS(T1, T2) |
|
#define | OCTAVE_INSTALL_MM_INT_ARITH_OPS(PFX, T1, T2) |
|
#define | OCTAVE_INSTALL_MM_INT_ASSIGN_OPS(PFX, TLHS, TRHS) INSTALL_ASSIGNOP (op_asn_eq, octave_ ## TLHS ## matrix, octave_ ## TRHS ## matrix, PFX ## _assign) |
|
#define | OCTAVE_INSTALL_MM_INT_ASSIGNEQ_OPS(PFX, TLHS, TRHS) |
|
#define | OCTAVE_INSTALL_MM_INT_BOOL_OPS(PFX, T1, T2) |
|
#define | OCTAVE_INSTALL_MM_INT_CMP_OPS(PFX, T1, T2) |
|
#define | OCTAVE_INSTALL_MM_INT_OPS(TYPE) |
|
#define | OCTAVE_INSTALL_MS_INT_ARITH_OPS(PFX, T1, T2) |
|
#define | OCTAVE_INSTALL_MS_INT_ASSIGN_OPS(PFX, TLHS, TRHS) INSTALL_ASSIGNOP (op_asn_eq, octave_ ## TLHS ## matrix, octave_ ## TRHS ## scalar, PFX ## _assign) |
|
#define | OCTAVE_INSTALL_MS_INT_ASSIGNEQ_OPS(PFX, TLHS, TRHS) |
|
#define | OCTAVE_INSTALL_MS_INT_BOOL_OPS(PFX, T1, T2) |
|
#define | OCTAVE_INSTALL_MS_INT_CMP_OPS(PFX, T1, T2) |
|
#define | OCTAVE_INSTALL_MS_INT_OPS(TYPE) |
|
#define | OCTAVE_INSTALL_RE_INT_ASSIGN_OPS(TYPE) |
|
#define | OCTAVE_INSTALL_S_INT_UNOPS(TYPE) |
|
#define | OCTAVE_INSTALL_SM_INT_ARITH_OPS(PFX, T1, T2) |
|
#define | OCTAVE_INSTALL_SM_INT_ASSIGNCONV(TLHS, TRHS) |
|
#define | OCTAVE_INSTALL_SM_INT_BOOL_OPS(PFX, T1, T2) |
|
#define | OCTAVE_INSTALL_SM_INT_CMP_OPS(PFX, T1, T2) |
|
#define | OCTAVE_INSTALL_SM_INT_OPS(TYPE) |
|
#define | OCTAVE_INSTALL_SS_INT_ARITH_OPS(PFX, T1, T2) |
|
#define | OCTAVE_INSTALL_SS_INT_BOOL_OPS(PFX, T1, T2) |
|
#define | OCTAVE_INSTALL_SS_INT_CMP_OPS(PFX, T1, T2) |
|
#define | OCTAVE_INSTALL_SS_INT_OPS(TYPE) |
|
#define | OCTAVE_INT_CHAR_CONCAT_FN(TYPE) |
|
#define | OCTAVE_INT_DOUBLE_CONCAT_FN(TYPE) |
|
#define | OCTAVE_INT_FLOAT_CONCAT_FN(TYPE) |
|
#define | OCTAVE_INT_NULL_ASSIGN_OPS(TYPE) DEFNULLASSIGNOP_FN (TYPE ## null_assign, TYPE ## _matrix, delete_elements) |
|
#define | OCTAVE_INT_OPS(TYPE) |
|
#define | OCTAVE_M_INT_UNOPS(TYPE) |
|
#define | OCTAVE_MIXED_INT_CMP_OPS(T1, T2) |
|
#define | OCTAVE_MM_CONV(T1, T2) |
|
#define | OCTAVE_MM_INT_ARITH_OPS(PFX, T1, T2, T3) |
|
#define | OCTAVE_MM_INT_ASSIGN_OPS(PFX, TLHS, TRHS, TE) DEFNDASSIGNOP_FN (PFX ## _assign, TLHS ## matrix, TRHS ## matrix, TLHS ## array, assign) |
|
#define | OCTAVE_MM_INT_ASSIGNEQ_OPS(PFX, TM) |
|
#define | OCTAVE_MM_INT_BOOL_OPS(PFX, T1, T2) |
|
#define | OCTAVE_MM_INT_CMP_OPS(PFX, T1, T2) |
|
#define | OCTAVE_MM_INT_OPS(TYPE) |
|
#define | OCTAVE_MM_POW_OPS(T1, T2) |
|
#define | OCTAVE_MS_INT_ARITH_OPS(PFX, TM, TS, TI) |
|
#define | OCTAVE_MS_INT_ASSIGN_OPS(PFX, TM, TS, TE) DEFNDASSIGNOP_FN (PFX ## _assign, TM ## matrix, TS ## scalar, TM ## scalar, assign) |
|
#define | OCTAVE_MS_INT_ASSIGNEQ_OPS(PFX, TM) |
|
#define | OCTAVE_MS_INT_BOOL_OPS(PFX, TM, TS) |
|
#define | OCTAVE_MS_INT_CMP_OPS(PFX, TM, TS) |
|
#define | OCTAVE_MS_INT_OPS(TYPE) |
|
#define | OCTAVE_MS_POW_OPS(T1, T2) |
|
#define | OCTAVE_RE_INT_ASSIGN_OPS(TYPE) |
|
#define | OCTAVE_S_INT_UNOPS(TYPE) |
|
#define | OCTAVE_SM_CONV(TS, TM) |
|
#define | OCTAVE_SM_INT_ARITH_OPS(PFX, TS, TM, TI) |
|
#define | OCTAVE_SM_INT_BOOL_OPS(PFX, TS, TM) |
|
#define | OCTAVE_SM_INT_CMP_OPS(PFX, TS, TM) |
|
#define | OCTAVE_SM_INT_OPS(TYPE) |
|
#define | OCTAVE_SM_POW_OPS(T1, T2) |
|
#define | OCTAVE_SS_INT_ARITH_OPS(PFX, T1, T2, T3) |
|
#define | OCTAVE_SS_INT_BOOL_OPS(PFX, T1, T2, Z1, Z2) |
|
#define | OCTAVE_SS_INT_CMP_OPS(PFX, T1, T2) |
|
#define | OCTAVE_SS_INT_OPS(TYPE) |
|
#define | OCTAVE_SS_POW_OPS(T1, T2) |
|