HomeSort by relevance Sort by last modified time
    Searched refs:in0 (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLSL_impl.h 25 inline Self GrGLSLExpr<Self>::Mul(T0 in0, T1 in1) {
26 if (in0.isZeros() || in1.isZeros()) {
29 if (in0.isOnes()) {
33 return Self::VectorCast(in0);
35 return Self("(%s * %s)", in0.c_str(), in1.c_str());
40 inline Self GrGLSLExpr<Self>::Add(T0 in0, T1 in1) {
42 return Self::VectorCast(in0);
44 if (in0.isZeros()) {
47 if (in0.isOnes() && in1.isOnes()) {
50 return Self("(%s + %s)", in0.c_str(), in1.c_str())
    [all...]
GrGLSL.h 150 GrGLSLExpr(const char format[], const char in0[])
152 fExpr.appendf(format, in0);
156 GrGLSLExpr(const char format[], const char in0[], const char in1[])
158 fExpr.appendf(format, in0, in1);
174 * vecN(in0.x * in1.x, ...) if dim(T0) == dim(T1) (component-wise)
175 * vecN(in0.x * in1, ...) if dim(T1) == 1 (vector by scalar)
176 * vecN(in0 * in1.x, ...) if dim(T0) == 1 (scalar by vector)
179 static Self Mul(T0 in0, T1 in1);
183 * vecN(in0.x + in1.x, ...) or vecN(in0.x + in1, ...) or vecN(in0 + in1.x, ...)
    [all...]
  /external/skia/src/gpu/gl/
GrGLSL_impl.h 25 inline Self GrGLSLExpr<Self>::Mul(T0 in0, T1 in1) {
26 if (in0.isZeros() || in1.isZeros()) {
29 if (in0.isOnes()) {
33 return Self::VectorCast(in0);
35 return Self("(%s * %s)", in0.c_str(), in1.c_str());
40 inline Self GrGLSLExpr<Self>::Add(T0 in0, T1 in1) {
42 return Self::VectorCast(in0);
44 if (in0.isZeros()) {
47 if (in0.isOnes() && in1.isOnes()) {
50 return Self("(%s + %s)", in0.c_str(), in1.c_str())
    [all...]
GrGLSL.h 150 GrGLSLExpr(const char format[], const char in0[])
152 fExpr.appendf(format, in0);
156 GrGLSLExpr(const char format[], const char in0[], const char in1[])
158 fExpr.appendf(format, in0, in1);
174 * vecN(in0.x * in1.x, ...) if dim(T0) == dim(T1) (component-wise)
175 * vecN(in0.x * in1, ...) if dim(T1) == 1 (vector by scalar)
176 * vecN(in0 * in1.x, ...) if dim(T0) == 1 (scalar by vector)
179 static Self Mul(T0 in0, T1 in1);
183 * vecN(in0.x + in1.x, ...) or vecN(in0.x + in1, ...) or vecN(in0 + in1.x, ...)
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_CToC_FC32_Fwd_Radix2_fs.c 22 const OMX_F32 *in0 = in + i; local
23 const OMX_F32 *in1 = in0 + n;
26 // CADD out0, in0, in1
27 out0[0] = in0[0] + in1[0];
28 out0[n] = in0[1] + in1[1];
30 // CSUB out1, in0, in1
31 out1[0] = in0[0] - in1[0];
32 out1[n] = in0[1] - in1[1];
x86SP_FFT_CToC_FC32_Inv_Radix2_fs.c 23 const OMX_F32 *in0 = in + i; local
24 const OMX_F32 *in1 = in0 + n_by_2;
27 // CADD out0, in0, in1
28 out0[0] = in0[0] + in1[0];
29 out0[n] = in0[n] + in1[n];
31 // CSUB out1, in0, in1
32 out1[0] = in0[0] - in1[0];
33 out1[n] = in0[n] - in1[n];
x86SP_FFT_CToC_FC32_Fwd_Radix2_ls.c 25 const OMX_F32 *in0 = in + i; local
26 const OMX_F32 *in1 = in0 + 1;
33 // CADD out0, in0, t
34 out0[0] = in0[0] + t.Re;
35 out0[n] = in0[n] + t.Im;
37 // CSUB out1, in0, t
38 out1[0] = in0[0] - t.Re;
39 out1[n] = in0[n] - t.Im;
x86SP_FFT_CToC_FC32_Inv_Radix2_ls.c 25 const OMX_F32 *in0 = in + i; local
26 const OMX_F32 *in1 = in0 + 1;
33 // CADD out0, in0, t
34 out0[0] = in0[0] + t.Re;
35 out0[n] = in0[n] + t.Im;
37 // CSUB out1, in0, t
38 out1[0] = in0[0] - t.Re;
39 out1[n] = in0[n] - t.Im;
x86SP_FFT_CToC_FC32_Fwd_Radix2_ms.c 31 const OMX_F32 *in0 = in + set + grp * sub_num; local
32 const OMX_F32 *in1 = in0 + set_count;
39 // CADD out0, in0, t
40 out0[0] = in0[0] + t.Re;
41 out0[n] = in0[n] + t.Im;
43 // CSUB out1, in0, t
44 out1[0] = in0[0] - t.Re;
45 out1[n] = in0[n] - t.Im;
x86SP_FFT_CToC_FC32_Inv_Radix2_ms.c 31 const OMX_F32 *in0 = in + set + grp * sub_num; local
32 const OMX_F32 *in1 = in0 + set_count;
39 // CADD out0, in0, t
40 out0[0] = in0[0] + t.Re;
41 out0[n] = in0[n] + t.Im;
43 // CSUB out1, in0, t
44 out1[0] = in0[0] - t.Re;
45 out1[n] = in0[n] - t.Im;
x86SP_FFT_CToC_FC32_Inv_Radix4_fs.c 23 const OMX_F32 *in0 = in + i; local
24 const OMX_F32 *in1 = in0 + n_by_4;
36 // CADD t0, in0, in2
37 t0.Re = in0[0] + in2[0];
38 t0.Im = in0[n] + in2[n];
40 // CSUB t1, in0, in2
41 t1.Re = in0[0] - in2[0];
42 t1.Im = in0[n] - in2[n];
x86SP_FFT_CToC_FC32_Fwd_Radix4_ls.c 36 const OMX_F32 *in0 = in + (i << 1); local
37 const OMX_F32 *in1 = in0 + 1;
56 // CADD t0, in0, tt2
57 t0.Re = in0[0] + tt2.Re;
58 t0.Im = in0[n] + tt2.Im;
60 // CSUB t1, in0, tt2
61 t1.Re = in0[0] - tt2.Re;
62 t1.Im = in0[n] - tt2.Im;
x86SP_FFT_CToC_FC32_Inv_Radix4_ls.c 36 const OMX_F32 *in0 = in + (i << 1); local
37 const OMX_F32 *in1 = in0 + 1;
56 // CADD t0, in0, tt2
57 t0.Re = in0[0] + tt2.Re;
58 t0.Im = in0[n] + tt2.Im;
60 // CSUB t1, in0, tt2
61 t1.Re = in0[0] - tt2.Re;
62 t1.Im = in0[n] - tt2.Im;
x86SP_FFT_CToC_FC32_Fwd_Radix4_fs_sse.c 34 const OMX_F32 *in0 = in + i; local
35 const OMX_F32 *in1 = in0 + n_by_2;
43 VC_LOAD_SHUFFLE(&(v_t0.real), &(v_t0.imag), in0);
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c 36 const OMX_F32 *in0 = in + set; local
37 const OMX_F32 *in1 = in0 + set_count;
44 // CADD t0, in0, in2
45 t0.Re = in0[0] + in2[0];
46 t0.Im = in0[n] + in2[n];
48 // CSUB t1, in0, in2
49 t1.Re = in0[0] - in2[0];
50 t1.Im = in0[n] - in2[n];
94 const OMX_F32 *in0 = in + set + grp * sub_num; local
95 const OMX_F32 *in1 = in0 + set_count
    [all...]
x86SP_FFT_CToC_FC32_Inv_Radix4_fs_sse.c 33 const OMX_F32 *in0 = in + i; local
34 const OMX_F32 *in1 = in0 + n_by_4;
42 VC_LOAD_SPLIT(&v_t0, in0, n);
x86SP_FFT_CToC_FC32_Inv_Radix4_ms.c 36 const OMX_F32 *in0 = in + set; local
37 const OMX_F32 *in1 = in0 + set_count;
44 // CADD t0, in0, in2
45 t0.Re = in0[0] + in2[0];
46 t0.Im = in0[n] + in2[n];
48 // CSUB t1, in0, in2
49 t1.Re = in0[0] - in2[0];
50 t1.Im = in0[n] - in2[n];
94 const OMX_F32 *in0 = in + set + grp * sub_num; local
95 const OMX_F32 *in1 = in0 + set_count
    [all...]
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse.c 76 const OMX_F32 *in0 = in + (i << 1); local
77 xmm0 = _mm_load_ps(in0);
78 xmm1 = _mm_load_ps(in0 + 4);
79 xmm2 = _mm_load_ps(in0 + 8);
80 xmm3 = _mm_load_ps(in0 + 12);
86 xmm4 = _mm_load_ps(in0 + n);
87 xmm5 = _mm_load_ps(in0 + n + 4);
88 xmm6 = _mm_load_ps(in0 + n + 8);
89 xmm7 = _mm_load_ps(in0 + n + 12);
133 const OMX_F32 * in0 = in + set local
182 const OMX_F32 *in0 = in + set + grp * sub_num; local
    [all...]
x86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse.c 76 const OMX_F32 *in0 = in + (i << 1); local
77 xmm0 = _mm_load_ps(in0);
78 xmm1 = _mm_load_ps(in0 + 4);
79 xmm2 = _mm_load_ps(in0 + 8);
80 xmm3 = _mm_load_ps(in0 + 12);
86 xmm4 = _mm_load_ps(in0 + n);
87 xmm5 = _mm_load_ps(in0 + n + 4);
88 xmm6 = _mm_load_ps(in0 + n + 8);
89 xmm7 = _mm_load_ps(in0 + n + 12);
133 const OMX_F32 * in0 = in + set local
182 const OMX_F32 *in0 = in + set + grp * sub_num; local
    [all...]
  /external/libunwind/src/ia64/
sigsetjmp.S 41 add out2 = JB_MASK*8, in0
53 add r16 = JB_MASK_SAVED*8, in0
54 st8 [in0] = sp, (JB_RP-JB_SP)*8 // sigjmp_buf[JB_SP] = sp
57 st8 [in0] = loc0, (JB_BSP-JB_RP)*8 // sigjmp_buf[JB_RP] = rp
61 st8 [in0] = loc2 // sigjmp_buf[JB_BSP] = bsp
getcontext.S 45 add r2 = GR(1), in0 // I1
57 add r3 = FR(2), in0
62 add r8 = FR(16), in0
67 add r9 = FR(24), in0
72 add r3 = GR(7), in0
106 add rPOS = GR(0), in0 // rPOS <- &sc_gr[0] // M1
127 add r8 = FR(3), in0
132 add r9 = FR(5), in0
  /external/openssl/crypto/aes/asm/
aesv8-armx.pl 46 my ($zero,$rcon,$mask,$in0,$in1,$tmp,$key)=
72 vld1.8 {$in0},[$inp],#16
82 vtbl.8 $key,{$in0},$mask
83 vext.8 $tmp,$zero,$in0,#12
84 vst1.32 {$in0},[$out],#16
88 veor $in0,$in0,$tmp
90 veor $in0,$in0,$tmp
93 veor $in0,$in0,$tm
    [all...]
  /cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp 53 android::sp<Buffer> in0(new Buffer(160000, 160000, true));
54 char* data0 = in0->getData();
55 for (size_t i = 0; i < in0->getSize(); i++) {
65 void* inputs[4] = { &in0, &in1, &in2, &in3 };
84 ASSERT_TRUE(*(in0.get()) == *(out0.get()));
97 TaskCase::Value in0((int64_t)10);
99 void* inputs[2] = { &in0, &in1 };
107 ASSERT_TRUE(out0.getInt64() == (in0.getInt64() + in1.getInt64()));
122 TaskCase::Value in0((int64_t)10);
124 void* inputs[2] = { &in0, &in1 }
    [all...]
  /external/libunwind/tests/
ia64-test-readonly-asm.S 40 ld8 r2 = [in0], 8;;
41 ld8 r1 = [in0];;
flush-cache.S 27 .loop: fc in0 // issuable on M0 only
28 add in0=32,in0

Completed in 288 milliseconds

1 2 3 4