Searched defs:L_result (Results 1 - 2 of 2) sorted by relevance

/external/libgsm/src/
H A Drpe.c35 register longword L_result; local
54 L_result = 8192 >> 1;
58 * L_result = GSM_L_ADD( L_result, L_temp );
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
128 register longword L_result, L_temp; local
[all...]
H A Dlong_term.c63 longword L_result; local
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; local
210 L_result = STEP(0) ; L_result += STEP(1) ;
211 L_result += STEP(2) ; L_result += STEP(3) ;
212 L_result
653 register float L_result, L_max, L_power; local
[all...]

Completed in 60 milliseconds