HomeSort by relevance Sort by last modified time
    Searched full:mult (Results 251 - 275 of 592) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/src/mips/
disasm-mips.cc 659 case MULT:
660 Format(instr, "mult 'rs, 'rt");
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.td 94 // Mult nodes.
95 def MipsMult : SDNode<"MipsISD::Mult", SDT_MipsMultDiv>;
836 class Mult<string opstr, InstrItinClass itin, RegisterOperand RO,
    [all...]
  /external/llvm/test/MC/Mips/mips4/
valid.s 144 mult $sp,$s4
145 mult $sp,$v0
  /external/llvm/test/MC/Mips/mips5/
valid.s 145 mult $sp,$s4
146 mult $sp,$v0
  /external/llvm/test/MC/Mips/mips64/
valid.s 159 mult $sp,$s4
160 mult $sp,$v0
  /external/llvm/test/MC/Mips/mips64r2/
valid.s 177 mult $sp,$s4
178 mult $sp,$v0
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_main.c 599 /* apply tns mult table on cb thresholds */
765 /* apply tns mult table on cb thresholds */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
mpy_32.h 228 /* result = mult (L_var1_hi, L_var2_lo, pOverflow); */
244 /* result = mult (L_var1_lo, L_var2_hi, pOverflow); */
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
preemph.cpp 256 temp2 = mult(g, *(p2--), pOverflow);
262 temp2 = mult(g, st->mem_pre, pOverflow);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
enc_lag6.cpp 46 (1) Removed optimization -- mult(i, 6, pOverflow) is NOT the same as adding
47 i to itself 6 times. The reason is because the mult function does a
q_gain_c.cpp 46 (1) Removed optimization -- mult(i, 3, pOverflow) is NOT the same as adding
47 i to itself 3 times. The reason is because the mult function does a
qgain475.cpp     [all...]
c2_9pf.cpp 259 h[i] = add(h[i], mult(h[i - T0], sharp));
274 code[i] = add(code[i], mult(code[i - T0], sharp));
346 mult(
408 mult(
533 sq1 = mult(ps1, ps1);
686 /* sq1 = mult(ps1, ps1, pOverflow); */
912 index = mult(i, 6554); // index = pos/5
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 57 %token <i> ADD MINUS MULT DIVIDE MOD
355 | term '*' term { $$ = op2(MULT, $1, $3); }
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 7500 int mult; local
    [all...]
  /external/libxml2/
xmlregexp.c 7514 int mult; local
    [all...]
  /external/valgrind/main/none/tests/mips32/
mips32_dsp.stdout.exp-BE     [all...]
mips32_dsp.stdout.exp-LE     [all...]
  /external/svox/pico/lib/
picocep.c 394 printf("number of long mult is %d, number of short mult is %i\n",numlongmult,numshortmult);
396 PICODBG_INFO_MSG(("number of long mult is %d, number of short mult is %i\n",numlongmult,numshortmult));
568 bigpow); /* 4 mult and 3 add instead of 1 mult. */
786 this can be seen by setting a=A*big, b=B*big, invb=big2/B, mult(a,invb) = a*invb/(big*big) = A/B*big*big2/(big*big) = A/B*big2/big
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsps2.c 1144 mult WPout*(PQR/WPin) BPout WPout BPin WPin
1149 mult (WPout-BPout)* WPout*(PQR/WPin) BPout WPout BPin WPin
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
SplitAppTest.java 268 final Method method = logic.getDeclaredMethod("mult", new Class[] {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 1798 long mult = val \/ multiplier.getLong(i); local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
digitlst.h 262 void mult(const DigitList &arg, UErrorCode &status);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 332 tmp32d = WEBRTC_SPL_MUL_16_16_RSFT(tmp16b, 177 , 8); // mult with ln2 in Q8
  /external/icu/icu4c/source/i18n/
digitlst.h 276 void mult(const DigitList &arg, UErrorCode &status);

Completed in 223 milliseconds

<<11121314151617181920>>