HomeSort by relevance Sort by last modified time
    Searched refs:L_result (Results 1 - 2 of 2) sorted by null

  /external/libgsm/src/
rpe.c 35 register longword L_result;
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 += STEP( 6, 5741 )
    [all...]
long_term.c 63 longword L_result;
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;
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)
    [all...]

Completed in 37 milliseconds