diff options
author | Harpreet | 2016-09-03 00:34:27 +0530 |
---|---|---|
committer | Harpreet | 2016-09-03 00:34:27 +0530 |
commit | 4b64cf486f5c999fd8167758cae27839f3b50848 (patch) | |
tree | d9d06639fb7fa61aef59be0363655e4747105ec7 /newstructure/thirdparty/linux/include/coin/ThirdParty/opcode.hd | |
parent | d19794fb80a271a4c885ed90f97cfc12baa012f2 (diff) | |
download | FOSSEE-Optim-toolbox-development-4b64cf486f5c999fd8167758cae27839f3b50848.tar.gz FOSSEE-Optim-toolbox-development-4b64cf486f5c999fd8167758cae27839f3b50848.tar.bz2 FOSSEE-Optim-toolbox-development-4b64cf486f5c999fd8167758cae27839f3b50848.zip |
Structure updated and intqpipopt files added
Diffstat (limited to 'newstructure/thirdparty/linux/include/coin/ThirdParty/opcode.hd')
-rw-r--r-- | newstructure/thirdparty/linux/include/coin/ThirdParty/opcode.hd | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/newstructure/thirdparty/linux/include/coin/ThirdParty/opcode.hd b/newstructure/thirdparty/linux/include/coin/ThirdParty/opcode.hd new file mode 100644 index 0000000..899972c --- /dev/null +++ b/newstructure/thirdparty/linux/include/coin/ThirdParty/opcode.hd @@ -0,0 +1,70 @@ +#define OPPLUS 0 +#define OPMINUS 1 +#define OPMULT 2 +#define OPDIV 3 +#define OPREM 4 +#define OPPOW 5 +#define OPLESS 6 +#define MINLIST 11 +#define MAXLIST 12 +#define FLOOR 13 +#define CEIL 14 +#define ABS 15 +#define OPUMINUS 16 +#define OPOR 20 +#define OPAND 21 +#define LT 22 +#define LE 23 +#define EQ 24 +#define GE 28 +#define GT 29 +#define NE 30 +#define OPNOT 34 +#define OPIFnl 35 +#define OP_tanh 37 +#define OP_tan 38 +#define OP_sqrt 39 +#define OP_sinh 40 +#define OP_sin 41 +#define OP_log10 42 +#define OP_log 43 +#define OP_exp 44 +#define OP_cosh 45 +#define OP_cos 46 +#define OP_atanh 47 +#define OP_atan2 48 +#define OP_atan 49 +#define OP_asinh 50 +#define OP_asin 51 +#define OP_acosh 52 +#define OP_acos 53 +#define OPSUMLIST 54 +#define OPintDIV 55 +#define OPprecision 56 +#define OPround 57 +#define OPtrunc 58 +#define OPCOUNT 59 +#define OPNUMBEROF 60 +#define OPNUMBEROFs 61 +#define OPATLEAST 62 +#define OPATMOST 63 +#define OPPLTERM 64 +#define OPIFSYM 65 +#define OPEXACTLY 66 +#define OPNOTATLEAST 67 +#define OPNOTATMOST 68 +#define OPNOTEXACTLY 69 +#define ANDLIST 70 +#define ORLIST 71 +#define OPIMPELSE 72 +#define OP_IFF 73 +#define OPALLDIFF 74 +#define OPSOMESAME 75 +#define OP1POW 76 +#define OP2POW 77 +#define OPCPOW 78 +#define OPFUNCALL 79 +#define OPNUM 80 +#define OPHOL 81 +#define OPVARVAL 82 +#define N_OPS 83 |