Lines Matching refs:STEP

197 # undef STEP
198 # define STEP(k) (int32_t) wt [k] * dp [k - lambda]
202 L_result = STEP (0) ; L_result += STEP (1) ;
203 L_result += STEP (2) ; L_result += STEP (3) ;
204 L_result += STEP (4) ; L_result += STEP (5) ;
205 L_result += STEP (6) ; L_result += STEP (7) ;
206 L_result += STEP (8) ; L_result += STEP (9) ;
207 L_result += STEP (10) ; L_result += STEP (11) ;
208 L_result += STEP (12) ; L_result += STEP (13) ;
209 L_result += STEP (14) ; L_result += STEP (15) ;
210 L_result += STEP (16) ; L_result += STEP (17) ;
211 L_result += STEP (18) ; L_result += STEP (19) ;
212 L_result += STEP (20) ; L_result += STEP (21) ;
213 L_result += STEP (22) ; L_result += STEP (23) ;
214 L_result += STEP (24) ; L_result += STEP (25) ;
215 L_result += STEP (26) ; L_result += STEP (27) ;
216 L_result += STEP (28) ; L_result += STEP (29) ;
217 L_result += STEP (30) ; L_result += STEP (31) ;
218 L_result += STEP (32) ; L_result += STEP (33) ;
219 L_result += STEP (34) ; L_result += STEP (35) ;
220 L_result += STEP (36) ; L_result += STEP (37) ;
221 L_result += STEP (38) ; L_result += STEP (39) ;
352 # undef STEP
353 # define STEP(K, a, b, c, d, e, f, g, h) \
366 # define STEP_A(K) STEP (K, a, b, c, d, e, f, g, h)
367 # define STEP_B(K) STEP (K, b, c, d, e, f, g, h, a)
368 # define STEP_C(K) STEP (K, c, d, e, f, g, h, a, b)
369 # define STEP_D(K) STEP (K, d, e, f, g, h, a, b, c)
370 # define STEP_E(K) STEP (K, e, f, g, h, a, b, c, d)
371 # define STEP_F(K) STEP (K, f, g, h, a, b, c, d, e)
372 # define STEP_G(K) STEP (K, g, h, a, b, c, d, e, f)
373 # define STEP_H(K) STEP (K, h, a, b, c, d, e, f, g)
522 # undef STEP
523 # define STEP(K, a, b, c, d, e, f, g, h) \
536 # define STEP_A(K) STEP (K, a, b, c, d, e, f, g, h)
537 # define STEP_B(K) STEP (K, b, c, d, e, f, g, h, a)
538 # define STEP_C(K) STEP (K, c, d, e, f, g, h, a, b)
539 # define STEP_D(K) STEP (K, d, e, f, g, h, a, b, c)
540 # define STEP_E(K) STEP (K, e, f, g, h, a, b, c, d)
541 # define STEP_F(K) STEP (K, f, g, h, a, b, c, d, e)
542 # define STEP_G(K) STEP (K, g, h, a, b, c, d, e, f)
543 # define STEP_H(K) STEP (K, h, a, b, c, d, e, f, g)
737 # undef STEP
738 # define STEP(K, a, b, c, d, e, f, g, h) \
751 # define STEP_A(K) STEP (K, a, b, c, d, e, f, g, h)
752 # define STEP_B(K) STEP (K, b, c, d, e, f, g, h, a)
753 # define STEP_C(K) STEP (K, c, d, e, f, g, h, a, b)
754 # define STEP_D(K) STEP (K, d, e, f, g, h, a, b, c)
755 # define STEP_E(K) STEP (K, e, f, g, h, a, b, c, d)
756 # define STEP_F(K) STEP (K, f, g, h, a, b, c, d, e)
757 # define STEP_G(K) STEP (K, g, h, a, b, c, d, e, f)
758 # define STEP_H(K) STEP (K, h, a, b, c, d, e, f, g)
838 # undef STEP
839 # define STEP(BP) \
846 { case 0: STEP (3277) ; break ;
847 case 1: STEP (11469) ; break ;
848 case 2: STEP (21299) ; break ;
849 case 3: STEP (32767) ; break ;