HomeSort by relevance Sort by last modified time
    Searched refs:LAR (Results 1 - 12 of 12) 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...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cm7.h     [all...]
core_cm3.h     [all...]
core_cm4.h     [all...]
core_sc300.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
intel.go 368 case LAR:
tables.go 746 /*1349*/ uint16(xSetOp), uint16(LAR),
751 /*1355*/ uint16(xSetOp), uint16(LAR),
756 /*1361*/ uint16(xSetOp), uint16(LAR),
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
intel.go 368 case LAR:
tables.go 746 /*1349*/ uint16(xSetOp), uint16(LAR),
751 /*1355*/ uint16(xSetOp), uint16(LAR),
756 /*1361*/ uint16(xSetOp), uint16(LAR),
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-opcode.s 363 # LAR
  /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 324 milliseconds