source: git/libpolys/polys/templates/for_future_ref @ 35eaf8

fieker-DuValspielwiese
Last change on this file since 35eaf8 was 35eaf8, checked in by Mohamed Barakat <mohamed.barakat@…>, 13 years ago
- update the build system to build p_Procs.inc - change macros to static inline functions in p_Numbers.h - p_Procs_Generate was changed to add "__T" suffix for template labels - todo: add __T to the macro-invocations in the files p_*__T.cc (cf. for_future_ref)
  • Property mode set to 100644
File size: 789 bytes
Line 
1#define n_Copy  n_Copy_FieldGeneral
2#define n_Delete        n_Delete_FieldGeneral
3#define n_Mult  n_Mult_FieldGeneral
4#define n_Add   n_Add_FieldGeneral
5#define n_Sub   n_Sub_FieldGeneral
6#define n_IsZero        n_IsZero_FieldGeneral
7#define n_Equal n_Equal_FieldGeneral
8#define n_Neg   n_Neg_FieldGeneral
9#define n_InpMult       n_InpMult_FieldGeneral
10#define n_InpAdd        n_InpAdd_FieldGeneral
11#define p_MemCopy       p_MemCopy_LengthGeneral
12#define p_MemAdd        p_MemAdd_LengthGeneral
13#define p_MemSum        p_MemSum_LengthGeneral
14#define p_MemDiff       p_MemDiff_LengthGeneral
15#define p_MemCmp        p_MemCmp_LengthGeneral_OrdGeneral
16#define DECLARE_LENGTH(what) what
17#define p_MemAddAdjust(p, r) p_MemAdd_NegWeightAdjust(p, r)
18#define DECLARE_ORDSGN(what) what
19#define p_Copy p_Copy__FieldGeneral_LengthGeneral_OrdGeneral
20
21add extra suffix __T
Note: See TracBrowser for help on using the repository browser.