r_opn.hd 412 B

12345678910111213141516
  1. #undef f_OPNUM
  2. #define f_OPMULT r_ops[2]
  3. #define f_OPPOW r_ops[5]
  4. #define f_MINLIST r_ops[11]
  5. #define f_MAXLIST r_ops[12]
  6. #define f_ABS r_ops[15]
  7. #define f_OPPLTERM r_ops[64]
  8. #define f_OPIFSYM r_ops[65]
  9. #define f_OP1POW r_ops[75]
  10. #define f_OP2POW r_ops[76]
  11. #define f_OPCPOW r_ops[77]
  12. #define f_OPFUNCALL r_ops[78]
  13. #define f_OPNUM r_ops[79]
  14. #define f_OPHOL r_ops[80]
  15. #define f_OPVARVAL r_ops[81]
  16. #define N_OPS 82