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

1 2 3 4

  /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/webkit/Source/WebCore/svg/
SVGFEComponentTransferElement.idl 30 readonly attribute SVGAnimatedString in1;
SVGFEMergeNodeElement.idl 29 readonly attribute SVGAnimatedString in1;
SVGFETileElement.idl 30 readonly attribute SVGAnimatedString in1;
SVGFEOffsetElement.idl 30 readonly attribute SVGAnimatedString in1;
SVGFEDiffuseLightingElement.idl 30 readonly attribute SVGAnimatedString in1;
SVGFEGaussianBlurElement.idl 30 readonly attribute SVGAnimatedString in1;
SVGFESpecularLightingElement.idl 30 readonly attribute SVGAnimatedString in1;
SVGFEComponentTransferElement.h 44 DECLARE_ANIMATED_STRING(In1, in1)
SVGFEMergeNodeElement.h 44 DECLARE_ANIMATED_STRING(In1, in1)
SVGFEBlendElement.idl 41 readonly attribute SVGAnimatedString in1;
SVGFEColorMatrixElement.idl 40 readonly attribute SVGAnimatedString in1;
SVGFEDisplacementMapElement.idl 40 readonly attribute SVGAnimatedString in1;
SVGFEMorphologyElement.idl 38 readonly attribute SVGAnimatedString in1;
SVGFEOffsetElement.h 46 DECLARE_ANIMATED_STRING(In1, in1)
SVGFETileElement.h 45 DECLARE_ANIMATED_STRING(In1, in1)
SVGFEBlendElement.h 47 DECLARE_ANIMATED_STRING(In1, in1)
  /external/quake/quake/src/QW/client/
mathlib.c 431 void R_ConcatRotations (float in1[3][3], float in2[3][3], float out[3][3])
433 out[0][0] = in1[0][0] * in2[0][0] + in1[0][1] * in2[1][0] +
434 in1[0][2] * in2[2][0];
435 out[0][1] = in1[0][0] * in2[0][1] + in1[0][1] * in2[1][1] +
436 in1[0][2] * in2[2][1];
437 out[0][2] = in1[0][0] * in2[0][2] + in1[0][1] * in2[1][2] +
438 in1[0][2] * in2[2][2]
    [all...]
  /external/quake/quake/src/WinQuake/
mathlib.cpp 433 void R_ConcatRotations (float in1[3][3], float in2[3][3], float out[3][3])
435 out[0][0] = in1[0][0] * in2[0][0] + in1[0][1] * in2[1][0] +
436 in1[0][2] * in2[2][0];
437 out[0][1] = in1[0][0] * in2[0][1] + in1[0][1] * in2[1][1] +
438 in1[0][2] * in2[2][1];
439 out[0][2] = in1[0][0] * in2[0][2] + in1[0][1] * in2[1][2] +
440 in1[0][2] * in2[2][2];
    [all...]
  /gdk/samples/quake/jni/
mathlib.cpp 433 void R_ConcatRotations (float in1[3][3], float in2[3][3], float out[3][3])
435 out[0][0] = in1[0][0] * in2[0][0] + in1[0][1] * in2[1][0] +
436 in1[0][2] * in2[2][0];
437 out[0][1] = in1[0][0] * in2[0][1] + in1[0][1] * in2[1][1] +
438 in1[0][2] * in2[2][1];
439 out[0][2] = in1[0][0] * in2[0][2] + in1[0][1] * in2[1][2] +
440 in1[0][2] * in2[2][2]
    [all...]
  /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...]
  /external/webrtc/src/common_audio/signal_processing/
resample.c 312 static void WebRtcSpl_DotProdIntToInt(const WebRtc_Word32* in1, const WebRtc_Word32* in2,
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[8]
    [all...]
resample_fractional.c 149 static void WebRtcSpl_ResampDotProduct(const WebRtc_Word32 *in1, const WebRtc_Word32 *in2,
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[8]
    [all...]
  /external/libffi/src/ia64/
unix.S 60 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] = f
    [all...]
  /frameworks/rs/
rsUtils.h 67 T rsMin(T in1, T in2)
69 if (in1 > in2) {
72 return in1;
76 T rsMax(T in1, T in2) {
77 if (in1 < in2) {
80 return in1;

Completed in 389 milliseconds

1 2 3 4