Home | History | Annotate | Download | only in src

Lines Matching refs:STEP

205 # undef STEP
206 # define STEP(k) (longword)wt[k] * dp[k - lambda]
210 L_result = STEP(0) ; L_result += STEP(1) ;
211 L_result += STEP(2) ; L_result += STEP(3) ;
212 L_result += STEP(4) ; L_result += STEP(5) ;
213 L_result += STEP(6) ; L_result += STEP(7) ;
214 L_result += STEP(8) ; L_result += STEP(9) ;
215 L_result += STEP(10) ; L_result += STEP(11) ;
216 L_result += STEP(12) ; L_result += STEP(13) ;
217 L_result += STEP(14) ; L_result += STEP(15) ;
218 L_result += STEP(16) ; L_result += STEP(17) ;
219 L_result += STEP(18) ; L_result += STEP(19) ;
220 L_result += STEP(20) ; L_result += STEP(21) ;
221 L_result += STEP(22) ; L_result += STEP(23) ;
222 L_result += STEP(24) ; L_result += STEP(25) ;
223 L_result += STEP(26) ; L_result += STEP(27) ;
224 L_result += STEP(28) ; L_result += STEP(29) ;
225 L_result += STEP(30) ; L_result += STEP(31) ;
226 L_result += STEP(32) ; L_result += STEP(33) ;
227 L_result += STEP(34) ; L_result += STEP(35) ;
228 L_result += STEP(36) ; L_result += STEP(37) ;
229 L_result += STEP(38) ; L_result += STEP(39) ;
369 # undef STEP
370 # define STEP(K, a, b, c, d, e, f, g, h) \
383 # define STEP_A(K) STEP(K, a, b, c, d, e, f, g, h)
384 # define STEP_B(K) STEP(K, b, c, d, e, f, g, h, a)
385 # define STEP_C(K) STEP(K, c, d, e, f, g, h, a, b)
386 # define STEP_D(K) STEP(K, d, e, f, g, h, a, b, c)
387 # define STEP_E(K) STEP(K, e, f, g, h, a, b, c, d)
388 # define STEP_F(K) STEP(K, f, g, h, a, b, c, d, e)
389 # define STEP_G(K) STEP(K, g, h, a, b, c, d, e, f)
390 # define STEP_H(K) STEP(K, h, a, b, c, d, e, f, g)
535 # undef STEP
536 # define STEP(K, a, b, c, d, e, f, g, h) \
549 # define STEP_A(K) STEP(K, a, b, c, d, e, f, g, h)
550 # define STEP_B(K) STEP(K, b, c, d, e, f, g, h, a)
551 # define STEP_C(K) STEP(K, c, d, e, f, g, h, a, b)
552 # define STEP_D(K) STEP(K, d, e, f, g, h, a, b, c)
553 # define STEP_E(K) STEP(K, e, f, g, h, a, b, c, d)
554 # define STEP_F(K) STEP(K, f, g, h, a, b, c, d, e)
555 # define STEP_G(K) STEP(K, g, h, a, b, c, d, e, f)
556 # define STEP_H(K) STEP(K, h, a, b, c, d, e, f, g)
749 # undef STEP
750 # define STEP(K, a, b, c, d, e, f, g, h) \
763 # define STEP_A(K) STEP(K, a, b, c, d, e, f, g, h)
764 # define STEP_B(K) STEP(K, b, c, d, e, f, g, h, a)
765 # define STEP_C(K) STEP(K, c, d, e, f, g, h, a, b)
766 # define STEP_D(K) STEP(K, d, e, f, g, h, a, b, c)
767 # define STEP_E(K) STEP(K, e, f, g, h, a, b, c, d)
768 # define STEP_F(K) STEP(K, f, g, h, a, b, c, d, e)
769 # define STEP_G(K) STEP(K, g, h, a, b, c, d, e, f)
770 # define STEP_H(K) STEP(K, h, a, b, c, d, e, f, g)
852 # undef STEP
853 # define STEP(BP) \
860 case 0: STEP( 3277 ); break;
861 case 1: STEP( 11469 ); break;
862 case 2: STEP( 21299 ); break;
863 case 3: STEP( 32767 ); break;