Searched refs:in1 (Results 1 - 25 of 108) sorted by relevance

12345

/external/clang/test/CodeGen/
H A Dmult-alt-generic.c43 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/
H A DSVGFEMergeNodeElement.idl27 readonly attribute SVGAnimatedString in1;
H A DSVGFEComponentTransferElement.idl27 readonly attribute SVGAnimatedString in1;
H A DSVGFETileElement.idl27 readonly attribute SVGAnimatedString in1;
H A DSVGFEOffsetElement.idl27 readonly attribute SVGAnimatedString in1;
H A DSVGFESpecularLightingElement.idl27 readonly attribute SVGAnimatedString in1;
H A DSVGFEColorMatrixElement.idl36 readonly attribute SVGAnimatedString in1;
H A DSVGFEDiffuseLightingElement.idl27 readonly attribute SVGAnimatedString in1;
H A DSVGFEGaussianBlurElement.idl27 readonly attribute SVGAnimatedString in1;
H A DSVGFEBlendElement.idl37 readonly attribute SVGAnimatedString in1;
H A DSVGFEDisplacementMapElement.idl36 readonly attribute SVGAnimatedString in1;
H A DSVGFEDropShadowElement.idl21 readonly attribute SVGAnimatedString in1;
H A DSVGFEMorphologyElement.idl34 readonly attribute SVGAnimatedString in1;
H A DSVGFEComponentTransferElement.h42 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEMergeNodeElement.h43 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFETileElement.h42 DECLARE_ANIMATED_STRING(In1, in1)
H A DSVGFEGaussianBlurElement.h48 DECLARE_ANIMATED_STRING(In1, in1)
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLSL_impl.h31 const char* in1,
39 bool has1 = NULL != in1 && '\0' != *in1;
58 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in1);
70 outAppend->appendf("%s((%s) * (%s))", GrGLSLFloatVectorTypeString(N), in0, in1);
78 const char* in1,
86 bool has1 = NULL != in1 && '\0' != *in1;
105 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in1);
109 in1,
29 GrGLSLModulatef(SkString* outAppend, const char* in0, const char* in1, GrSLConstantVec default0, GrSLConstantVec default1, bool omitIfConstVec) argument
76 GrGLSLAddf(SkString* outAppend, const char* in0, const char* in1, GrSLConstantVec default0, GrSLConstantVec default1, bool omitIfConstVec) argument
135 GrGLSLSubtractf(SkString* outAppend, const char* in0, const char* in1, GrSLConstantVec default0, GrSLConstantVec default1, bool omitIfConstVec) argument
[all...]
H A DGrGLSL.h156 * or in1 will not be emitted (side effects won't occur). The return value indicates whether a
163 const char* in1,
174 * or in1 will not be emitted (side effects won't occur). The return value indicates whether a
181 const char* in1,
192 * or in1 will not be emitted (side effects won't occur). The return value indicates whether a
199 const char* in1,
/external/skia/src/gpu/gl/
H A DGrGLSL_impl.h31 const char* in1,
39 bool has1 = NULL != in1 && '\0' != *in1;
58 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in1);
70 outAppend->appendf("%s((%s) * (%s))", GrGLSLFloatVectorTypeString(N), in0, in1);
78 const char* in1,
86 bool has1 = NULL != in1 && '\0' != *in1;
105 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in1);
109 in1,
29 GrGLSLModulatef(SkString* outAppend, const char* in0, const char* in1, GrSLConstantVec default0, GrSLConstantVec default1, bool omitIfConstVec) argument
76 GrGLSLAddf(SkString* outAppend, const char* in0, const char* in1, GrSLConstantVec default0, GrSLConstantVec default1, bool omitIfConstVec) argument
135 GrGLSLSubtractf(SkString* outAppend, const char* in0, const char* in1, GrSLConstantVec default0, GrSLConstantVec default1, bool omitIfConstVec) argument
[all...]
H A DGrGLSL.h156 * or in1 will not be emitted (side effects won't occur). The return value indicates whether a
163 const char* in1,
174 * or in1 will not be emitted (side effects won't occur). The return value indicates whether a
181 const char* in1,
192 * or in1 will not be emitted (side effects won't occur). The return value indicates whether a
199 const char* in1,
/external/chromium_org/ipc/
H A Dipc_sync_message_unittest.cc42 void On_1_1(int in1, bool* out1) { argument
43 DCHECK_EQ(1, in1);
47 void On_1_2(bool in1, bool* out1, int* out2) { argument
48 DCHECK(!in1);
53 void On_1_3(int in1, std::string* out1, int* out2, bool* out3) { argument
54 DCHECK_EQ(3, in1);
60 void On_2_1(int in1, bool in2, bool* out1) { argument
61 DCHECK_EQ(1, in1);
66 void On_2_2(bool in1, int in2, bool* out1, int* out2) { argument
67 DCHECK(!in1);
73 On_2_3(int in1, bool in2, std::string* out1, int* out2, bool* out3) argument
81 On_3_1(int in1, bool in2, std::string in3, bool* out1) argument
88 On_3_2(std::string in1, bool in2, int in3, bool* out1, int* out2) argument
96 On_3_3(int in1, std::string in2, bool in3, std::string* out1, int* out2, bool* out3) argument
106 On_3_4(bool in1, int in2, std::string in3, int* out1, bool* out2, std::string* out3, bool* out4) argument
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dresample.c312 static void WebRtcSpl_DotProdIntToInt(const WebRtc_Word32* in1, const WebRtc_Word32* in2, argument
321 tmp1 += coef * in1[0];
325 tmp1 += coef * in1[1];
329 tmp1 += coef * in1[2];
333 tmp1 += coef * in1[3];
337 tmp1 += coef * in1[4];
341 tmp1 += coef * in1[5];
345 tmp1 += coef * in1[6];
349 tmp1 += coef * in1[7];
353 *out1 = tmp1 + coef * in1[
358 WebRtcSpl_DotProdIntToShort(const WebRtc_Word32* in1, const WebRtc_Word32* in2, const WebRtc_Word16* coef_ptr, WebRtc_Word16* out1, WebRtc_Word16* out2) argument
[all...]
H A Dresample_fractional.c149 static void WebRtcSpl_ResampDotProduct(const WebRtc_Word32 *in1, const WebRtc_Word32 *in2, argument
158 tmp1 += coef * in1[0];
162 tmp1 += coef * in1[1];
166 tmp1 += coef * in1[2];
170 tmp1 += coef * in1[3];
174 tmp1 += coef * in1[4];
178 tmp1 += coef * in1[5];
182 tmp1 += coef * in1[6];
186 tmp1 += coef * in1[7];
190 *out1 = tmp1 + coef * in1[
[all...]
/external/libffi/src/ia64/
H A Dunix.S60 mov r8 = in1
127 st8 [in1] = r8
133 st8 [in1] = r8
139 st8 [in1] = r8
145 st8 [in1] = r8
151 st8 [in1] = r8
157 st8 [in1] = r8
161 st8 [in1] = r8
165 stfs [in1] = f8
169 stfd [in1]
[all...]

Completed in 272 milliseconds

12345