Home
last modified time | relevance | path

Searched refs:L_result (Results 1 – 2 of 2) sorted by relevance

/external/libgsm/src/
Drpe.c35 register longword L_result; variable
54 L_result = 8192 >> 1;
71 L_result += STEP( 0, -134 ) ;
72 L_result += STEP( 1, -374 ) ;
74 L_result += STEP( 3, 2054 ) ;
75 L_result += STEP( 4, 5741 ) ;
76 L_result += STEP( 5, 8192 ) ;
77 L_result += STEP( 6, 5741 ) ;
78 L_result += STEP( 7, 2054 ) ;
80 L_result += STEP( 9, -374 ) ;
[all …]
Dlong_term.c63 longword L_result; variable
98 L_result = (longword)wt_k * dp[best_k - lambda];
99 if (L_result > L_max) {
101 L_max = L_result;
208 register longword L_result; variable
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) ;
[all …]