#include "octave-config.h"
#include "lo-array-errwarn.h"
#include "mx-op-decl.h"
#include "mx-inlines.cc"
Go to the source code of this file.
Macros | |
#define | DMDM_BIN_OP(R, OP, DM1, DM2, F) |
#define | DMDM_BIN_OPS(R, DM1, DM2) |
#define | DMM_BIN_OP(R, OP, DM, M, OPEQ, PREOP) |
#define | DMM_BIN_OPS(R, DM, M) |
#define | DMM_MULTIPLY_OP(R, DM, M) |
#define | DMS_BIN_OP(R, OP, DM, S) |
#define | DMS_BIN_OPS(R, DM, S) |
#define | MDM_BIN_OP(R, OP, M, DM, OPEQ) |
#define | MDM_BIN_OPS(R, M, DM) |
#define | MDM_MULTIPLY_OP(R, M, DM) |
#define | MINMAX_FCNS(T, S) |
#define | MM_BIN_OP(R, OP, M1, M2, F) |
#define | MM_BIN_OPS(R, M1, M2) |
#define | MM_BOOL_OP(F, OP, M1, M2) |
#define | MM_BOOL_OPS(M1, M2) |
#define | MM_CMP_OP(F, OP, M1, M2) |
#define | MM_CMP_OPS(M1, M2) |
#define | MNANCHK(m, MT) |
#define | MPM_BIN_OPS(R, M, PM) MPM_MULTIPLY_OP(M, PM); |
#define | MPM_MULTIPLY_OP(M, PM) |
#define | MS_BIN_OP(R, OP, M, S, F) |
#define | MS_BIN_OPS(R, M, S) |
#define | MS_BOOL_OP(F, OP, M, S) |
#define | MS_BOOL_OPS(M, S) |
#define | MS_CMP_OP(F, OP, M, S) |
#define | MS_CMP_OPS(M, S) |
#define | NDND_BIN_OP(R, OP, ND1, ND2, F) |
#define | NDND_BIN_OPS(R, ND1, ND2) |
#define | NDND_BOOL_OP(F, OP, ND1, ND2) |
#define | NDND_BOOL_OPS(ND1, ND2) |
#define | NDND_CMP_OP(F, OP, ND1, ND2) |
#define | NDND_CMP_OPS(ND1, ND2) |
#define | NDND_MAPPER_BODY(R, NAME) |
#define | NDND_MINMAX_FCN(FCN, OP, T, S) |
#define | NDS_BIN_OP(R, OP, ND, S, F) |
#define | NDS_BIN_OPS(R, ND, S) |
#define | NDS_BOOL_OP(F, OP, ND, S) |
#define | NDS_BOOL_OPS(ND, S) |
#define | NDS_CMP_OP(F, OP, ND, S) |
#define | NDS_CMP_OPS(ND, S) |
#define | NDS_MINMAX_FCN(FCN, OP, T, S) |
#define | PMM_BIN_OPS(R, PM, M) PMM_MULTIPLY_OP(PM, M); |
#define | PMM_MULTIPLY_OP(PM, M) |
#define | SDM_BIN_OP(R, OP, S, DM) |
#define | SDM_BIN_OPS(R, S, DM) SDM_BIN_OP (R, *, S, DM) |
#define | SM_BIN_OP(R, OP, S, M, F) |
#define | SM_BIN_OPS(R, S, M) |
#define | SM_BOOL_OP(F, OP, S, M) |
#define | SM_BOOL_OPS(S, M) |
#define | SM_CMP_OP(F, OP, S, M) |
#define | SM_CMP_OPS(S, M) |
#define | SNANCHK(s) |
#define | SND_BIN_OP(R, OP, S, ND, F) |
#define | SND_BIN_OPS(R, S, ND) |
#define | SND_BOOL_OP(F, OP, S, ND) |
#define | SND_BOOL_OPS(S, ND) |
#define | SND_CMP_OP(F, OP, S, ND) |
#define | SND_CMP_OPS(S, ND) |
#define | SND_MINMAX_FCN(FCN, OP, T, S) |
#define | SV_BIN_OP(R, F, OP, S, V) |
#define | SV_BIN_OPS(R, S, V) |
#define | VS_BIN_OP(R, F, OP, V, S) |
#define | VS_BIN_OPS(R, V, S) |
#define | VV_BIN_OP(R, F, OP, V1, V2) |
#define | VV_BIN_OPS(R, V1, V2) |
#define DMDM_BIN_OP | ( | R, | |
OP, | |||
DM1, | |||
DM2, | |||
F | |||
) |
Definition at line 538 of file mx-op-defs.h.
#define DMDM_BIN_OPS | ( | R, | |
DM1, | |||
DM2 | |||
) |
Definition at line 561 of file mx-op-defs.h.
#define DMM_BIN_OP | ( | R, | |
OP, | |||
DM, | |||
M, | |||
OPEQ, | |||
PREOP | |||
) |
Definition at line 465 of file mx-op-defs.h.
#define DMM_BIN_OPS | ( | R, | |
DM, | |||
M | |||
) |
Definition at line 531 of file mx-op-defs.h.
#define DMM_MULTIPLY_OP | ( | R, | |
DM, | |||
M | |||
) |
Definition at line 497 of file mx-op-defs.h.
#define DMS_BIN_OP | ( | R, | |
OP, | |||
DM, | |||
S | |||
) |
Definition at line 377 of file mx-op-defs.h.
#define DMS_BIN_OPS | ( | R, | |
DM, | |||
S | |||
) |
Definition at line 389 of file mx-op-defs.h.
#define MDM_BIN_OP | ( | R, | |
OP, | |||
M, | |||
DM, | |||
OPEQ | |||
) |
Definition at line 395 of file mx-op-defs.h.
#define MDM_BIN_OPS | ( | R, | |
M, | |||
DM | |||
) |
Definition at line 458 of file mx-op-defs.h.
#define MDM_MULTIPLY_OP | ( | R, | |
M, | |||
DM | |||
) |
Definition at line 425 of file mx-op-defs.h.
#define MINMAX_FCNS | ( | T, | |
S | |||
) |
Definition at line 589 of file mx-op-defs.h.
#define MM_BIN_OP | ( | R, | |
OP, | |||
M1, | |||
M2, | |||
F | |||
) |
Definition at line 176 of file mx-op-defs.h.
#define MM_BIN_OPS | ( | R, | |
M1, | |||
M2 | |||
) |
Definition at line 183 of file mx-op-defs.h.
#define MM_BOOL_OP | ( | F, | |
OP, | |||
M1, | |||
M2 | |||
) |
Definition at line 204 of file mx-op-defs.h.
#define MM_BOOL_OPS | ( | M1, | |
M2 | |||
) |
Definition at line 213 of file mx-op-defs.h.
#define MM_CMP_OP | ( | F, | |
OP, | |||
M1, | |||
M2 | |||
) |
Definition at line 189 of file mx-op-defs.h.
#define MM_CMP_OPS | ( | M1, | |
M2 | |||
) |
Definition at line 196 of file mx-op-defs.h.
#define MNANCHK | ( | m, | |
MT | |||
) |
Definition at line 39 of file mx-op-defs.h.
#define MPM_BIN_OPS | ( | R, | |
M, | |||
PM | |||
) | MPM_MULTIPLY_OP(M, PM); |
Definition at line 633 of file mx-op-defs.h.
#define MPM_MULTIPLY_OP | ( | M, | |
PM | |||
) |
Definition at line 616 of file mx-op-defs.h.
#define MS_BIN_OP | ( | R, | |
OP, | |||
M, | |||
S, | |||
F | |||
) |
Definition at line 90 of file mx-op-defs.h.
#define MS_BIN_OPS | ( | R, | |
M, | |||
S | |||
) |
Definition at line 97 of file mx-op-defs.h.
#define MS_BOOL_OP | ( | F, | |
OP, | |||
M, | |||
S | |||
) |
#define MS_BOOL_OPS | ( | M, | |
S | |||
) |
Definition at line 127 of file mx-op-defs.h.
#define MS_CMP_OP | ( | F, | |
OP, | |||
M, | |||
S | |||
) |
Definition at line 103 of file mx-op-defs.h.
#define MS_CMP_OPS | ( | M, | |
S | |||
) |
Definition at line 110 of file mx-op-defs.h.
#define NDND_BIN_OP | ( | R, | |
OP, | |||
ND1, | |||
ND2, | |||
F | |||
) |
Definition at line 313 of file mx-op-defs.h.
#define NDND_BIN_OPS | ( | R, | |
ND1, | |||
ND2 | |||
) |
Definition at line 320 of file mx-op-defs.h.
#define NDND_BOOL_OP | ( | F, | |
OP, | |||
ND1, | |||
ND2 | |||
) |
Definition at line 341 of file mx-op-defs.h.
#define NDND_BOOL_OPS | ( | ND1, | |
ND2 | |||
) |
Definition at line 350 of file mx-op-defs.h.
#define NDND_CMP_OP | ( | F, | |
OP, | |||
ND1, | |||
ND2 | |||
) |
Definition at line 326 of file mx-op-defs.h.
#define NDND_CMP_OPS | ( | ND1, | |
ND2 | |||
) |
Definition at line 333 of file mx-op-defs.h.
#define NDND_MAPPER_BODY | ( | R, | |
NAME | |||
) |
Definition at line 636 of file mx-op-defs.h.
#define NDND_MINMAX_FCN | ( | FCN, | |
OP, | |||
T, | |||
S | |||
) |
#define NDS_BIN_OP | ( | R, | |
OP, | |||
ND, | |||
S, | |||
F | |||
) |
Definition at line 219 of file mx-op-defs.h.
#define NDS_BIN_OPS | ( | R, | |
ND, | |||
S | |||
) |
Definition at line 226 of file mx-op-defs.h.
#define NDS_BOOL_OP | ( | F, | |
OP, | |||
ND, | |||
S | |||
) |
Definition at line 247 of file mx-op-defs.h.
#define NDS_BOOL_OPS | ( | ND, | |
S | |||
) |
Definition at line 256 of file mx-op-defs.h.
#define NDS_CMP_OP | ( | F, | |
OP, | |||
ND, | |||
S | |||
) |
Definition at line 232 of file mx-op-defs.h.
#define NDS_CMP_OPS | ( | ND, | |
S | |||
) |
Definition at line 239 of file mx-op-defs.h.
#define NDS_MINMAX_FCN | ( | FCN, | |
OP, | |||
T, | |||
S | |||
) |
#define PMM_BIN_OPS | ( | R, | |
PM, | |||
M | |||
) | PMM_MULTIPLY_OP(PM, M); |
Definition at line 630 of file mx-op-defs.h.
#define PMM_MULTIPLY_OP | ( | PM, | |
M | |||
) |
Definition at line 599 of file mx-op-defs.h.
#define SDM_BIN_OP | ( | R, | |
OP, | |||
S, | |||
DM | |||
) |
Definition at line 360 of file mx-op-defs.h.
#define SDM_BIN_OPS | ( | R, | |
S, | |||
DM | |||
) | SDM_BIN_OP (R, *, S, DM) |
Definition at line 372 of file mx-op-defs.h.
#define SM_BIN_OP | ( | R, | |
OP, | |||
S, | |||
M, | |||
F | |||
) |
Definition at line 133 of file mx-op-defs.h.
#define SM_BIN_OPS | ( | R, | |
S, | |||
M | |||
) |
Definition at line 140 of file mx-op-defs.h.
#define SM_BOOL_OP | ( | F, | |
OP, | |||
S, | |||
M | |||
) |
#define SM_BOOL_OPS | ( | S, | |
M | |||
) |
Definition at line 170 of file mx-op-defs.h.
#define SM_CMP_OP | ( | F, | |
OP, | |||
S, | |||
M | |||
) |
Definition at line 146 of file mx-op-defs.h.
#define SM_CMP_OPS | ( | S, | |
M | |||
) |
Definition at line 153 of file mx-op-defs.h.
#define SNANCHK | ( | s | ) |
Definition at line 35 of file mx-op-defs.h.
#define SND_BIN_OP | ( | R, | |
OP, | |||
S, | |||
ND, | |||
F | |||
) |
Definition at line 266 of file mx-op-defs.h.
#define SND_BIN_OPS | ( | R, | |
S, | |||
ND | |||
) |
Definition at line 273 of file mx-op-defs.h.
#define SND_BOOL_OP | ( | F, | |
OP, | |||
S, | |||
ND | |||
) |
Definition at line 294 of file mx-op-defs.h.
#define SND_BOOL_OPS | ( | S, | |
ND | |||
) |
Definition at line 303 of file mx-op-defs.h.
#define SND_CMP_OP | ( | F, | |
OP, | |||
S, | |||
ND | |||
) |
Definition at line 279 of file mx-op-defs.h.
#define SND_CMP_OPS | ( | S, | |
ND | |||
) |
Definition at line 286 of file mx-op-defs.h.
#define SND_MINMAX_FCN | ( | FCN, | |
OP, | |||
T, | |||
S | |||
) |
#define SV_BIN_OP | ( | R, | |
F, | |||
OP, | |||
S, | |||
V | |||
) |
Definition at line 60 of file mx-op-defs.h.
#define SV_BIN_OPS | ( | R, | |
S, | |||
V | |||
) |
Definition at line 67 of file mx-op-defs.h.
#define VS_BIN_OP | ( | R, | |
F, | |||
OP, | |||
V, | |||
S | |||
) |
Definition at line 45 of file mx-op-defs.h.
#define VS_BIN_OPS | ( | R, | |
V, | |||
S | |||
) |
Definition at line 52 of file mx-op-defs.h.
#define VV_BIN_OP | ( | R, | |
F, | |||
OP, | |||
V1, | |||
V2 | |||
) |
Definition at line 75 of file mx-op-defs.h.
#define VV_BIN_OPS | ( | R, | |
V1, | |||
V2 | |||
) |
Definition at line 82 of file mx-op-defs.h.