Home
last modified time | relevance | path

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

/external/libgsm/src/
Dlong_term.c64 longword L_max, L_power; variable
93 L_max = 0;
99 if (L_result > L_max) {
101 L_max = L_result;
105 L_max <<= 1;
110 L_max = L_max >> (6 - scal); /* sub(6, scal) */
130 if (L_max <= 0) {
134 if (L_max >= L_power) {
141 R = SASR( L_max << temp, 16 );
167 longword L_max, L_power; variable
[all …]