Home
last modified time | relevance | path

Searched refs:p_Length (Results 1 – 5 of 5) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/templates/
H A Dp_Procs_Impl.h122 typedef enum p_Length // Length of exponent vector in words enum
134 } p_Length; typedef
219 static inline const char* p_LengthEnum_2_String(p_Length length) in p_LengthEnum_2_String()
395 static inline void StaticKernelFilter(p_Field &field, p_Length &length, in StaticKernelFilter()
439 static inline void FastLengthFilter(p_Length &length) in FastLengthFilter()
486 length = (p_Length) ((int)length + 1); in p_Add_q__Filter()
519 p_Length &length, p_Ord &ord) in FastProcFilter()
592 static inline int index(p_Length length, p_Ord ord) in index()
597 static inline int index(p_Field field, p_Length length) in index()
602 static inline int index(p_Field field, p_Length length, p_Ord ord) in index()
[all …]
H A Dp_Procs_Set.h40 static inline p_Length p_LengthIs(ring r) in p_LengthIs()
144 p_Length length = p_LengthIs(r); in p_ProcsSet()
H A Dp_Procs_Dynamic.cc209 p_Field field, p_Length length, p_Ord ord in GetDynamicProc()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A Dp_Procs_Generate.cc41 int IsKernelProc(p_Proc proc, p_Field field, p_Length length, p_Ord ord) in IsKernelProc()
69 inline int AlreadyHaveProc(p_Proc proc, p_Field field, p_Length length, p_Ord ord) in AlreadyHaveProc()
84 void AddProc(const char* s_what, p_Proc proc, p_Field field, p_Length length, p_Ord ord) in AddProc()
191 …printf("#define p_MemCmp_Bitmask_2 p_MemCmp_Bitmask_%s\n", p_LengthEnum_2_String((p_Length) ((int)… in AddProc()
221 void GenerateProc(const char* s_what, p_Proc proc, p_Field field, p_Length length, p_Ord ord) in GenerateProc()
265 if (IsValidSpec((p_Field) field, (p_Length) length, (p_Ord) ord)) in main()
266 SetProcs((p_Field) field, (p_Length) length, (p_Ord) ord); in main()
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A DkInline.h604 KINLINE void sLObject::SetLmTail(poly lm, poly p_tail, int p_Length, int use_bucket, ring _tailRing) in SetLmTail() argument
611 kBucketInit(bucket, p_tail, p_Length); in SetLmTail()
618 pLength = p_Length + 1; in SetLmTail()