Home
last modified time | relevance | path

Searched refs:HAVE_FAST_LENGTH (Results 1 – 4 of 4) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/templates/
H A Dp_Procs_Dynamic.h23 #define HAVE_FAST_LENGTH 3 macro
25 #define HAVE_FAST_LENGTH 4 macro
H A Dp_Procs_Impl.h65 #ifndef HAVE_FAST_LENGTH
66 #define HAVE_FAST_LENGTH 0 macro
441 if ((HAVE_FAST_LENGTH == 3 && length <= LengthFive) || in FastLengthFilter()
442 (HAVE_FAST_LENGTH == 2 && length <= LengthFour) || in FastLengthFilter()
443 (HAVE_FAST_LENGTH == 1 && length <= LengthTwo) || in FastLengthFilter()
444 (HAVE_FAST_LENGTH <= 0)) in FastLengthFilter()
H A Dp_Procs_Static.h36 #define HAVE_FAST_LENGTH 4 macro
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A Dp_Procs_Generate.cc320 printf("* HAVE_FAST_LENGTH = %d,\n",HAVE_FAST_LENGTH); in main()