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

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips2.s 15 mult $sp,$s4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 mult $sp,$v0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips1.s 22 mult $sp,$s4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
23 mult $sp,$v0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips2.s 18 mult $sp,$s4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
19 mult $sp,$v0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips3.s 20 mult $sp,$s4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
21 mult $sp,$v0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/aac/libFDK/include/mips/
cplx_mul.h 112 __asm__ ("mult %[a_Re], %[b_Re];\n"
121 __asm__ ("mult %[a_Re], %[b_Im];\n"
141 __asm__ ("mult %[a_Re], %[b_Re];\n"
150 __asm__ ("mult %[a_Re], %[b_Im];\n"
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
vector_scaling_operations_mips.c 40 "mult %[r0], %[in_vector1_scale] \n\t"
  /external/elfutils/0.153/backends/
arm_auxv.c 42 "fast-mult\0" "fpa\0" "vfp\0" "edsp\0"
  /external/llvm/test/MC/Mips/
mips-dsp-instructions.s 29 # CHECK: mult $ac3, $2, $3 # encoding: [0x00,0x43,0x18,0x18]
40 # CHECK: mult $2, $3 # encoding: [0x00,0x43,0x00,0x18]
77 mult $ac3, $2, $3
88 mult $2, $3
  /system/core/include/private/pixelflinger/
ggl_fixed.h 202 asm ("mult %[a], %[b] \t\n"
210 asm ("mult %[a], %[b] \t\n"
226 asm ("mult %[a], %[b] \t\n"
243 asm ("mult %[a], %[b] \t\n"
266 asm ("mult %[a], %[b] \t\n"
298 asm ("mult %[a], %[b] \t\n"
306 asm ("mult %[a], %[b] \t\n"
314 asm ("mult %[a], %[b] \t\n"
326 asm ("mult %[a], %[b] \t\n"
344 asm ("mult %[a], %[b] \t\n
    [all...]
  /system/media/audio_utils/
fixedfft.cpp 87 static inline int32_t mult(int32_t a, int32_t b) function
140 int32_t y = mult(w, v[i + p]);
154 v[0] = mult(~v[0], 0x80008000);
162 y = mult(y, ((int32_t) twiddle[i << scale]));
  /external/chromium_org/third_party/leveldatabase/src/util/
histogram.cc 117 const double mult = 100.0 / num_; local
127 mult * buckets_[b], // percentage
128 mult * sum); // cumulative percentage
  /external/ppp/pppd/plugins/pppoatm/
text2qos.c 27 const char mult[] = "kKmMgGg"; local
45 if (*end && (multiplier = strchr(mult,*end))) {
46 while (multiplier >= mult) {
  /hardware/intel/img/libdrm/tests/
dristat.c 152 static void printhuman(unsigned long value, const char *name, int mult)
163 f = (double)value / (double)mult;
170 f = (double)value / (double)mult;
177 f = (double)value / (double)mult;
221 printhuman(rate, curr.data[j].mult_names, curr.data[j].mult);
  /external/qemu/android/skin/
argb.h 47 mmx_t mult = mmx_expand16(multiplier); local
49 ar = _mm_srli_pi32( _mm_madd_pi16( ar, mult ), rshift );
50 gb = _mm_srli_pi32( _mm_madd_pi16( gb, mult ), rshift );
58 mmx_t mult, mult2, t1, t2, r1, r2; local
63 mult = _mm_cvtsi32_si64( alpha ); // mult = [ 0 | 0 | a | 1-a ]
64 mult2 = _mm_slli_si64( mult, 32 ); // mult2 = [ a | 1-a | 0 | 0 ]
65 mult = _mm_or_si64( mult, mult2 ); // mults = [ a | 1-a | a | 1-a ]
68 r1 = _mm_madd_pi16( t1, mult ); // r1 = [ ra | rr
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c 321 nBlocks10ms = nFrames / aecm->aecmCore->mult;
372 * aecm->aecmCore->mult) / (aecm->counter * 40), BUF_SIZE_FRAMES);
381 * aecm->aecmCore->mult) / 40, BUF_SIZE_FRAMES);
459 (kSampMsNb * aecm->aecmCore->mult);
660 nSampSndCard = msInSndCardBuf * kSampMsNb * aecm->aecmCore->mult;
710 nSampSndCard = aecm->msInSndCardBuf * kSampMsNb * aecm->aecmCore->mult;
713 if (delayNew > FAR_BUF_LEN - FRAME_LEN * aecm->aecmCore->mult)
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
mult.h 31 Filename: /audio/gsm_amr/c/include/mult.h
36 Description: Created separate header file for mult function.
38 Description: Changed prototype of the mult() function. Instead of using global
56 needed by the mult function.
109 __inline Word16 mult(Word16 var1, Word16 var2, Flag *pOverflow) function
128 __inline Word16 mult(Word16 var1, Word16 var2, Flag *pOverflow) function
159 static inline Word16 mult(Word16 var1, Word16 var2, Flag *pOverflow) function
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.h 44 [5 mult 2 add 1 sqrt=7flops 1func]*/
296 [96mult 60add 1sqrt=156flops 1sqrt]*/
312 [24mult 12add=36flops]*/
328 [48mult 32 add=80flops*/
350 [16mult 12add=28flops*/
357 [4mult 1 sqrt=4flops 1sqrt]*/
  /external/chromium_org/third_party/icu/source/test/perf/perldriver/
Output.pm 23 my $mult = 1e9; #use nanoseconds
62 print HTML formatNumber(2, $mult, $mean);
66 if((($error*$mult < 10)&&!$percent) || (($error<10)&&$percent)) {
75 print HTML formatNumber(2, $mult, $error);
305 print HTML "<td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getMean)."</td><td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getError)."</td>";
  /external/chromium_org/v8/test/cctest/
test-disasm-mips.cc 113 COMPARE(mult(a0, a1),
114 "00850018 mult a0, a1");
115 COMPARE(mult(t2, t3),
116 "014b0018 mult t2, t3");
117 COMPARE(mult(v0, v1),
118 "00430018 mult v0, v1");
  /external/icu/icu4c/source/test/perf/perldriver/
Output.pm 23 my $mult = 1e9; #use nanoseconds
62 print HTML formatNumber(2, $mult, $mean);
66 if((($error*$mult < 10)&&!$percent) || (($error<10)&&$percent)) {
75 print HTML formatNumber(2, $mult, $error);
305 print HTML "<td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getMean)."</td><td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getError)."</td>";
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 44 [5 mult 2 add 1 sqrt=7flops 1func]*/
296 [96mult 60add 1sqrt=156flops 1sqrt]*/
312 [24mult 12add=36flops]*/
328 [48mult 32 add=80flops*/
350 [16mult 12add=28flops*/
357 [4mult 1 sqrt=4flops 1sqrt]*/
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 44 [5 mult 2 add 1 sqrt=7flops 1func]*/
296 [96mult 60add 1sqrt=156flops 1sqrt]*/
312 [24mult 12add=36flops]*/
328 [48mult 32 add=80flops*/
350 [16mult 12add=28flops*/
357 [4mult 1 sqrt=4flops 1sqrt]*/
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.c 313 long mult; local
314 if (yasm_bc_get_multiple(bc, &mult, 1) || mult == 0) {
318 bc->mult_int = mult;
  /external/clang/include/clang/StaticAnalyzer/Core/
Analyses.def 32 ANALYSIS_DIAGNOSTICS(PLIST_MULTI_FILE, "plist-multi-file", "Output analysis results using Plists (allowing for mult-file bugs)", createPlistMultiFileDiagnosticConsumer)
  /external/e2fsprogs/intl/
eval-plural.h 62 case mult:

Completed in 698 milliseconds

1 2 34 5 6 7 8 91011>>