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

1 2 3 4 5 6 78 91011>>

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cbsearch.cpp 288 mult(
320 mult(
347 mult(
379 mult(
cor_h.cpp 60 Description: Added calls to L_add() and mult() in the code to handle overflow
213 k = mult (k, 32440); // k = 0.99*k
238 rr[j][i] = mult (pv_round (s), mult (sign[i], sign[j]));
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 61 { MULT, "arith", " * " },
  /packages/apps/Settings/res/values-ro/
arrays.xml 475 <item msgid="4810006996171705398">"Cel mult 1 proces"</item>
476 <item msgid="8586370216857360863">"Cel mult 2 procese"</item>
477 <item msgid="836593137872605381">"Cel mult 3 procese"</item>
478 <item msgid="7899496259191969307">"Cel mult 4 procese"</item>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfgloop.h 335 delta + mult * extend_{extend_mode} (subreg_{mode} (base + i * step)).
338 delta + mult * base
340 If extend = UNKNOWN, first_special must be false, delta 0, mult 1 and value is
360 rtx delta, mult; member in struct:rtx_iv
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 449 unsigned mult = 1; local
467 ucs += mult * (*q - '0');
469 ucs += mult * (*q - 'a' + 10);
471 ucs += mult * (*q - 'A' + 10 );
474 mult *= 16;
494 ucs += mult * (*q - '0');
497 mult *= 10;
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 449 unsigned mult = 1; local
467 ucs += mult * (*q - '0');
469 ucs += mult * (*q - 'a' + 10);
471 ucs += mult * (*q - 'A' + 10 );
474 mult *= 16;
494 ucs += mult * (*q - '0');
497 mult *= 10;
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 430 unsigned mult = 1; local
448 ucs += mult * (*q - '0');
450 ucs += mult * (*q - 'a' + 10);
452 ucs += mult * (*q - 'A' + 10 );
455 mult *= 16;
475 ucs += mult * (*q - '0');
478 mult *= 10;
    [all...]
  /external/tinyxml2/
tinyxml2.cpp 311 unsigned mult = 1; local
329 ucs += mult * (*q - '0');
331 ucs += mult * (*q - 'a' + 10);
333 ucs += mult * (*q - 'A' + 10 );
336 mult *= 16;
356 ucs += mult * (*q - '0');
359 mult *= 10;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 52 import org.apache.xpath.operations.Mult;
146 expr = mult(opPos); break;
387 * @return reference to {@link org.apache.xpath.operations.Mult} instance.
391 protected Expression mult(int opPos) throws TransformerException method in class:Compiler
393 return compileOperation(new Mult(), opPos);
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
basicop2.c 364 | Function Name : mult |
370 | mult(var1,var2) = extract_l(L_shr((var1 times var2),15)) and |
371 | mult(-32768,-32768) = 32767. |
397 Word16 mult (Word16 var1, Word16 var2) function
    [all...]
  /external/chromium_org/media/cast/test/utility/
udp_proxy.cc 203 void ScheduleExtraDelay(double mult) {
204 double seconds = seconds_between_extra_delay_ * mult * base::RandDouble();
  /external/chromium_org/third_party/angle/src/compiler/translator/
intermOut.cpp 99 case EOpVectorTimesMatrixAssign: out << "matrix mult second child into first child"; break;
102 case EOpMatrixTimesMatrixAssign: out << "matrix mult second child into first child"; break;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 38 // RD mult. parameters for segment 1.
252 // Compute rd-mult for segment 1.
  /external/chromium_org/third_party/libwebp/dsp/
lossless_mips32.c 116 "mult $zero, $zero \n\t"
163 "mult $zero, $zero \n\t"
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_filters.c 438 VGfloat mult = 1 / ( 2 * M_PI * stdDeviationX * stdDeviationY); local
441 return mult * e;
  /external/chromium_org/third_party/skia/gm/
beziereffects.cpp 80 // Mult by 3 for each edge effect type
238 // Mult by 3 for each edge effect type
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc 284 const double mult = 1000.0 / rate; local
285 double wait = mult * static_cast<double>(released_pages);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 38 // RD mult. parameters for segment 1.
252 // Compute rd-mult for segment 1.
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 371 // Expand "pseudomult $ac0, $t0, $t1" to "mult $t0, $t1".
396 expandACCInstr(MI, MBB, Mips::MULT);
  /external/llvm/test/MC/Mips/
mips-alu-instructions.s 86 # CHECK: mult $3, $5 # encoding: [0x18,0x00,0x65,0x00]
111 mult $3,$5
  /external/llvm/test/MC/Mips/mips3/
valid.s 128 mult $sp,$s4
129 mult $sp,$v0
  /external/llvm/test/MC/Mips/mips32/
valid.s 101 mult $sp,$s4
102 mult $sp,$v0
  /external/llvm/test/MC/Mips/mips32r2/
valid.s 117 mult $sp,$s4
118 mult $sp,$v0

Completed in 304 milliseconds

1 2 3 4 5 6 78 91011>>