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

  /external/libgsm/src/
lpc.c 250 * The following scaling for r[..] and LAR[..] has been used:
253 * LAR[..] = integer( real_LAR[..] * 16384 );
261 /* Computation of the LAR[0..7] from the r[0..7]
287 static void Quantization_and_coding P1((LAR),
288 register word * LAR /* [0..7] IN/OUT */
306 temp = GSM_MULT( A, *LAR ); \
310 *LAR = temp>MAC ? MAC - MIC : (temp<MIC ? 0 : temp - MIC); \
311 LAR++;
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 502 #define LAR(a, b) CHOICE(lar ARG2(a, b), lar ARG2(a, b), lar ARG2(b, a))
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 502 #define LAR(a, b) CHOICE(lar ARG2(a, b), lar ARG2(a, b), lar ARG2(b, a))
    [all...]

Completed in 96 milliseconds