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

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGen/
mult-alt-generic.c 43 register int in1 = 1; local
45 asm("foo %1,%0" : "=r" (out0) : "<r" (in1));
47 asm("foo %1,%0" : "=r" (out0) : "r<" (in1));
54 register int in1 = 1; local
56 asm("foo %1,%0" : "=r" (out0) : ">r" (in1));
58 asm("foo %1,%0" : "=r" (out0) : "r>" (in1));
65 register int in1 = 1; local
67 asm("foo %1,%0" : "=r" (out0) : "r" (in1));
113 register int in1 = 1; local
115 asm("foo %1,%0" : "=r" (out0) : "g" (in1));
126 register int in1 = 1; local
176 register int in1 = 1; local
187 register int in1 = 1; local
198 register int in1 = 1; local
246 register int in1 = 1; local
259 register int in1 = 1; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEMergeNodeElement.idl 27 readonly attribute SVGAnimatedString in1;
SVGFEComponentTransferElement.idl 29 readonly attribute SVGAnimatedString in1;
SVGFETileElement.idl 29 readonly attribute SVGAnimatedString in1;
SVGFEOffsetElement.idl 29 readonly attribute SVGAnimatedString in1;
SVGFEGaussianBlurElement.idl 31 readonly attribute SVGAnimatedString in1;
SVGFESpecularLightingElement.idl 29 readonly attribute SVGAnimatedString in1;
SVGFEColorMatrixElement.idl 38 readonly attribute SVGAnimatedString in1;
SVGFEDiffuseLightingElement.idl 29 readonly attribute SVGAnimatedString in1;
SVGFEDropShadowElement.idl 23 readonly attribute SVGAnimatedString in1;
  /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()) {
30 return Self::VectorCast(in1);
32 if (in1.isOnes()) {
35 return Self("(%s * %s)", in0.c_str(), in1.c_str());
40 inline Self GrGLSLExpr<Self>::Add(T0 in0, T1 in1) {
41 if (in1.isZeros()) {
45 return Self::VectorCast(in1);
47 if (in0.isOnes() && in1.isOnes()) {
50 return Self("(%s + %s)", in0.c_str(), in1.c_str())
    [all...]
GrGLSL.h 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, ...).
186 static Self Add(T0 in0, T1 in1);
    [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()) {
30 return Self::VectorCast(in1);
32 if (in1.isOnes()) {
35 return Self("(%s * %s)", in0.c_str(), in1.c_str());
40 inline Self GrGLSLExpr<Self>::Add(T0 in0, T1 in1) {
41 if (in1.isZeros()) {
45 return Self::VectorCast(in1);
47 if (in0.isOnes() && in1.isOnes()) {
50 return Self("(%s + %s)", in0.c_str(), in1.c_str())
    [all...]
GrGLSL.h 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, ...).
186 static Self Add(T0 in0, T1 in1);
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_CToC_FC32_Fwd_Radix2_fs.c 23 const OMX_F32 *in1 = in0 + n; local
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 24 const OMX_F32 *in1 = in0 + n_by_2; local
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 26 const OMX_F32 *in1 = in0 + 1; local
29 // CMUL t, tw, in1
30 t.Re = tw[0] * in1[0] - tw[n << 1] * in1[n];
31 t.Im = tw[0] * in1[n] + tw[n << 1] * in1[0];
x86SP_FFT_CToC_FC32_Inv_Radix2_ls.c 26 const OMX_F32 *in1 = in0 + 1; local
29 // CMUL t, tw, in1
30 t.Re = tw[0] * in1[0] + tw[n << 1] * in1[n];
31 t.Im = tw[0] * in1[n] - tw[n << 1] * in1[0];
x86SP_FFT_CToC_FC32_Fwd_Radix2_ms.c 32 const OMX_F32 *in1 = in0 + set_count; local
35 // CMUL t, tw, in1
36 t.Re = tw[0] * in1[0] - tw[n << 1] * in1[n];
37 t.Im = tw[0] * in1[n] + tw[n << 1] * in1[0];
x86SP_FFT_CToC_FC32_Inv_Radix2_ms.c 32 const OMX_F32 *in1 = in0 + set_count; local
35 // CMUL t, tw, in1
36 t.Re = tw[0] * in1[0] + tw[n << 1] * in1[n];
37 t.Im = tw[0] * in1[n] - tw[n << 1] * in1[0];
x86SP_FFT_CToC_FC32_Inv_Radix4_fs.c 24 const OMX_F32 *in1 = in0 + n_by_4; local
25 const OMX_F32 *in2 = in1 + n_by_4;
44 // CADD t2, in1, in3
45 t2.Re = in1[0] + in3[0];
46 t2.Im = in1[n] + in3[n];
48 // CSUB t3, in1, in3
49 t3.Re = in1[0] - in3[0];
50 t3.Im = in1[n] - in3[n];
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
interpolate.h 30 int16_t *in1, /* (i) first input vector */
interpolate.c 28 int16_t *in1, /* (i) first input vector */
43 (WEBRTC_SPL_MUL_16_16(coef, in1[i]) + WEBRTC_SPL_MUL_16_16(invcoef, in2[i]))+8192,
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
vector_scaling_operations_mips.c 27 int16_t *in1 = (int16_t*)in_vector1; local
38 "lh %[r0], 0(%[in1]) \n\t"
43 "addiu %[in1], %[in1], 2 \n\t"
47 : [value32] "=&r" (value32), [out] "+r" (out), [in1] "+r" (in1),
  /cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp 58 android::sp<Buffer> in1(new Buffer(8, 8, false));
59 char* data1 = in1->getData();
60 for (size_t i = 0; i < in1->getSize(); i++) {
65 void* inputs[4] = { &in0, &in1, &in2, &in3 };
85 ASSERT_TRUE(*(in1.get()) == *(out1.get()));
98 TaskCase::Value in1((int64_t)100);
99 void* inputs[2] = { &in0, &in1 };
107 ASSERT_TRUE(out0.getInt64() == (in0.getInt64() + in1.getInt64()));
123 TaskCase::Value in1((int64_t)100);
124 void* inputs[2] = { &in0, &in1 };
    [all...]

Completed in 202 milliseconds

1 2 3 4 5 6 7 8