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

1 2 34 5

  /external/libunwind/src/ia64/
siglongjmp.S 56 mov out0 = SIG_SETMASK
sigsetjmp.S 44 mov out0 = SIG_BLOCK
  /external/libunwind/tests/
ia64-dyn-asm.S 24 mov out0 = in0
ia64-test-rbs-asm.S 90 adds out0 = 1, in0; \
182 (p7) add out0 = -1, in0
193 (p6) mov out0 = 0
ia64-test-stack-asm.S 138 add out0 = -1, in0
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 71 const __m128i out0 = _mm_loadu_si128((__m128i*)&out[0]); local
74 const __m128i sign0 = _mm_srai_epi16(out0, 15);
77 const __m128i xor0 = _mm_xor_si128(out0, sign0);
481 const __m128i out0 = _mm_packs_epi32(b0, b1); local
483 _mm_storeu_si128((__m128i*)&out[0], out0);
814 __m128i out0, out8; local
    [all...]
enc_neon.c 330 const int16x4_t out0 = vshr_n_s16(vadd_s16(a0_k7, vget_high_s16(a0a1)), 4); local
341 vst1_s16(out + 0, out0);
532 const int16x4_t out0 = vmovn_s32(b0); local
537 vst1_s16(out + 0, out0);
1013 const int16x8_t out0 = Quantize(in, mtx, 0); local
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 71 const __m128i out0 = _mm_loadu_si128((__m128i*)&out[0]); local
74 const __m128i sign0 = _mm_srai_epi16(out0, 15);
77 const __m128i xor0 = _mm_xor_si128(out0, sign0);
481 const __m128i out0 = _mm_packs_epi32(b0, b1); local
483 _mm_storeu_si128((__m128i*)&out[0], out0);
814 __m128i out0, out8; local
    [all...]
  /external/deqp/data/gles31/shaders/
linkage_io_block.test 187 output float out0 = 1.0;
214 out0 = variable;
  /external/oprofile/module/ia64/
IA64syscallstub.h 96 mov out0 = r8; /* old rv */ \
178 mov out0 = in0; \
oprofile_stubs.S 64 mov out0=in0 // filename
  /external/deqp/modules/gles2/scripts/
gen-conversions.py 159 self.op = "out0 = %s(in0);" % outType
161 self.outputs = [("%s out0" % outType, outValues)]
176 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
195 self.outputs = [("%s out0" % self.outType, self.outValues)]
196 self.op = "out0 = %s(%s);" % (self.outType, ", ".join(["in%d" % x for x in range(len(inComps))]))
  /external/deqp/modules/gles3/scripts/
gen-conversions.py 172 self.op = "out0 = %s(in0);" % outType
174 self.outputs = [("%s out0" % outType, outValues)]
189 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
208 self.outputs = [("%s out0" % self.outType, self.outValues)]
209 self.op = "out0 = %s(%s);" % (self.outType, ", ".join(["in%d" % x for x in range(len(inComps))]))
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 86 ;// M_LOAD_X $pSrc, $srcStep, $out0, $out1, $scratch, $offset
99 ;// $out0 four packed bytes, z[3] : z[2] : z[1] : z[0]
102 ;// Note: {$out0, $out1, $scratch} should be registers with ascending
106 M_LOAD_X $pSrc, $srcStep, $out0, $out1, $scratch, $offset
108 LDM $pSrc, {$out0, $out1}
111 LDM $pSrc, {$out0, $out1, $scratch}
114 MOV $out0, $out0, LSR #8 * $offset
115 ORR $out0, $out0, $out1, LSL #(32 - 8 * ($offset)
    [all...]
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 60 static double out0;// y[n] variable
96 out0 = 0.0f;
107 out0 = (m_fa*x0) + (m_fb*x1) + (m_fc*x2) + (m_fd*out1) + (m_fe*out2);
113 out1 = out0;
115 if (out0 > 32767.0f) {
117 } else if (out0 < -32768.0f) {
120 buffer[i] = (int16_t) out0;
  /hardware/intel/common/libwsbm/src/
wsbm_fencemgr.c 261 goto out0;
266 goto out0;
283 out0:
  /external/jpeg/
jccolor.c 319 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4)
326 *out0++ = PACK(B0(src0), B3(src0), B2(src1), B1(src2));
365 UINT32* out0 = (UINT32*)outptr0; local
368 copyquads(in, out0, out1, out2, col4);
  /external/deqp/modules/glshared/
glsShaderConstExprTests.cpp 79 " out0 = cval;\n"
90 shaderOutput[0].values[0].valueName = "out0";
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 435 const deUint32 out0 = ((const deUint32*)outputs[0])[compNdx]; local
440 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
529 const deUint32 out0 = ((const deUint32*)outputs[0])[compNdx]; local
534 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
618 const deUint32 out0 = ((const deUint32*)outputs[0])[compNdx]; local
624 if (out0 != ref0 || out1 != ref1)
709 const deInt32 out0 = ((const deInt32*)outputs[0])[compNdx]; local
715 if (out0 != ref0 || out1 != ref1)
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jdclrss2-64.asm 254 jmp short .out0
259 .out0:
364 jmp short .out0
370 .out0:
jdclrss2.asm 266 jmp short .out0
271 .out0:
377 jmp short .out0
383 .out0:
jdmrgss2-64.asm 255 jmp short .out0
260 .out0:
368 jmp short .out0
374 .out0:
jdmrgss2.asm 268 jmp short .out0
273 .out0:
382 jmp short .out0
388 .out0:
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.h 48 #define TRANSPOSE_8X4(in0, in1, in2, in3, out0, out1) \
  /external/qemu/distrib/jpeg-6b/
jccolor.c 412 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4)
419 *out0++ = PACK(B0(src0), B3(src0), B2(src1), B1(src2));
458 UINT32* out0 = (UINT32*)outptr0; local
461 copyquads(in, out0, out1, out2, col4);

Completed in 568 milliseconds

1 2 34 5