Home
last modified time | relevance | path

Searched refs:in2 (Results 1 – 25 of 62) sorted by relevance

123

/external/quake/quake/src/QW/client/
Dmathlib.c431 void R_ConcatRotations (float in1[3][3], float in2[3][3], float out[3][3]) in R_ConcatRotations()
433 out[0][0] = in1[0][0] * in2[0][0] + in1[0][1] * in2[1][0] + in R_ConcatRotations()
434 in1[0][2] * in2[2][0]; in R_ConcatRotations()
435 out[0][1] = in1[0][0] * in2[0][1] + in1[0][1] * in2[1][1] + in R_ConcatRotations()
436 in1[0][2] * in2[2][1]; in R_ConcatRotations()
437 out[0][2] = in1[0][0] * in2[0][2] + in1[0][1] * in2[1][2] + in R_ConcatRotations()
438 in1[0][2] * in2[2][2]; in R_ConcatRotations()
439 out[1][0] = in1[1][0] * in2[0][0] + in1[1][1] * in2[1][0] + in R_ConcatRotations()
440 in1[1][2] * in2[2][0]; in R_ConcatRotations()
441 out[1][1] = in1[1][0] * in2[0][1] + in1[1][1] * in2[1][1] + in R_ConcatRotations()
[all …]
Dmathlib.h61 void R_ConcatRotations (float in1[3][3], float in2[3][3], float out[3][3]);
62 void R_ConcatTransforms (float in1[3][4], float in2[3][4], float out[3][4]);
/external/quake/quake/src/WinQuake/
Dmathlib.cpp433 void R_ConcatRotations (float in1[3][3], float in2[3][3], float out[3][3]) in R_ConcatRotations()
435 out[0][0] = in1[0][0] * in2[0][0] + in1[0][1] * in2[1][0] + in R_ConcatRotations()
436 in1[0][2] * in2[2][0]; in R_ConcatRotations()
437 out[0][1] = in1[0][0] * in2[0][1] + in1[0][1] * in2[1][1] + in R_ConcatRotations()
438 in1[0][2] * in2[2][1]; in R_ConcatRotations()
439 out[0][2] = in1[0][0] * in2[0][2] + in1[0][1] * in2[1][2] + in R_ConcatRotations()
440 in1[0][2] * in2[2][2]; in R_ConcatRotations()
441 out[1][0] = in1[1][0] * in2[0][0] + in1[1][1] * in2[1][0] + in R_ConcatRotations()
442 in1[1][2] * in2[2][0]; in R_ConcatRotations()
443 out[1][1] = in1[1][0] * in2[0][1] + in1[1][1] * in2[1][1] + in R_ConcatRotations()
[all …]
Dmathlib.h61 void R_ConcatRotations (float in1[3][3], float in2[3][3], float out[3][3]);
62 void R_ConcatTransforms (float in1[3][4], float in2[3][4], float out[3][4]);
/external/webkit/Source/WebCore/platform/graphics/filters/
DFEComposite.cpp204 FilterEffect* in2 = inputEffect(1); in apply() local
206 in2->apply(); in apply()
207 if (!in->hasResult() || !in2->hasResult()) in apply()
218 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect()); in apply()
219 in2->copyPremultipliedImage(dstPixelArray, effectBDrawingRect); in apply()
233 …filterContext->drawImageBuffer(in2->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImag… in apply()
238 …filterContext->clipToImageBuffer(in2->asImageBuffer(), drawingRegionOfInputImage(in2->absolutePain… in apply()
244 …filterContext->drawImageBuffer(in2->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImag… in apply()
247 …filterContext->drawImageBuffer(in2->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImag… in apply()
251 …filterContext->drawImageBuffer(in2->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImag… in apply()
DFEBlend.cpp99 FilterEffect* in2 = inputEffect(1); in apply() local
101 in2->apply(); in apply()
102 if (!in->hasResult() || !in2->hasResult()) in apply()
115 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect()); in apply()
116 RefPtr<ByteArray> srcPixelArrayB = in2->asPremultipliedImage(effectBDrawingRect); in apply()
DFEDisplacementMap.cpp96 FilterEffect* in2 = inputEffect(1); in apply() local
98 in2->apply(); in apply()
99 if (!in->hasResult() || !in2->hasResult()) in apply()
112 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect()); in apply()
113 RefPtr<ByteArray> srcPixelArrayB = in2->asUnmultipliedImage(effectBDrawingRect); in apply()
/external/webrtc/src/common_audio/signal_processing/
Dresample.c312 static void WebRtcSpl_DotProdIntToInt(const WebRtc_Word32* in1, const WebRtc_Word32* in2, in WebRtcSpl_DotProdIntToInt() argument
322 tmp2 += coef * in2[-0]; in WebRtcSpl_DotProdIntToInt()
326 tmp2 += coef * in2[-1]; in WebRtcSpl_DotProdIntToInt()
330 tmp2 += coef * in2[-2]; in WebRtcSpl_DotProdIntToInt()
334 tmp2 += coef * in2[-3]; in WebRtcSpl_DotProdIntToInt()
338 tmp2 += coef * in2[-4]; in WebRtcSpl_DotProdIntToInt()
342 tmp2 += coef * in2[-5]; in WebRtcSpl_DotProdIntToInt()
346 tmp2 += coef * in2[-6]; in WebRtcSpl_DotProdIntToInt()
350 tmp2 += coef * in2[-7]; in WebRtcSpl_DotProdIntToInt()
354 *out2 = tmp2 + coef * in2[-8]; in WebRtcSpl_DotProdIntToInt()
[all …]
Dresample_fractional.c149 static void WebRtcSpl_ResampDotProduct(const WebRtc_Word32 *in1, const WebRtc_Word32 *in2, in WebRtcSpl_ResampDotProduct() argument
159 tmp2 += coef * in2[-0]; in WebRtcSpl_ResampDotProduct()
163 tmp2 += coef * in2[-1]; in WebRtcSpl_ResampDotProduct()
167 tmp2 += coef * in2[-2]; in WebRtcSpl_ResampDotProduct()
171 tmp2 += coef * in2[-3]; in WebRtcSpl_ResampDotProduct()
175 tmp2 += coef * in2[-4]; in WebRtcSpl_ResampDotProduct()
179 tmp2 += coef * in2[-5]; in WebRtcSpl_ResampDotProduct()
183 tmp2 += coef * in2[-6]; in WebRtcSpl_ResampDotProduct()
187 tmp2 += coef * in2[-7]; in WebRtcSpl_ResampDotProduct()
191 *out2 = tmp2 + coef * in2[-8]; in WebRtcSpl_ResampDotProduct()
Dvector_scaling_operations.c133 G_CONST WebRtc_Word16 *in2, WebRtc_Word16 gain2, int shift2, in WebRtcSpl_ScaleAndAddVectors() argument
143 in2ptr = in2; in WebRtcSpl_ScaleAndAddVectors()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DMatrix4f.java997 public Matrix4f mult(Matrix4f in2) { in mult() argument
998 return mult(in2, null); in mult()
1013 public Matrix4f mult(Matrix4f in2, Matrix4f store) { in mult() argument
1023 temp00 = m00 * in2.m00 in mult()
1024 + m01 * in2.m10 in mult()
1025 + m02 * in2.m20 in mult()
1026 + m03 * in2.m30; in mult()
1027 temp01 = m00 * in2.m01 in mult()
1028 + m01 * in2.m11 in mult()
1029 + m02 * in2.m21 in mult()
[all …]
/external/openssl/crypto/des/
Dxcbc_enc.c120 register const unsigned char *in2; in DES_xcbc_encrypt() local
125 in2 = &(*inw)[0]; in DES_xcbc_encrypt()
126 c2l(in2,inW0); in DES_xcbc_encrypt()
127 c2l(in2,inW1); in DES_xcbc_encrypt()
128 in2 = &(*outw)[0]; in DES_xcbc_encrypt()
129 c2l(in2,outW0); in DES_xcbc_encrypt()
130 c2l(in2,outW1); in DES_xcbc_encrypt()
/external/llvm/test/CodeGen/PowerPC/
Dtailcall1-64.ll7 define fastcc i32 @tailcaller(i32 %in1, i32 %in2) {
9 …%tmp11 = tail call fastcc i32 @tailcallee( i32 %in1, i32 %in2, i32 %in1, i32 %in2 ) ; <i32> [#use…
Dtailcall1.ll7 define fastcc i32 @tailcaller(i32 %in1, i32 %in2) {
9 …%tmp11 = tail call fastcc i32 @tailcallee( i32 %in1, i32 %in2, i32 %in1, i32 %in2 ) ; <i32> [#use…
Dtailcallpic1.ll10 define fastcc i32 @tailcaller(i32 %in1, i32 %in2) {
12 …%tmp11 = tail call fastcc i32 @tailcallee( i32 %in1, i32 %in2, i32 %in1, i32 %in2 ) ; <i32> [#use…
/external/mockwebserver/src/test/java/com/google/mockwebserver/
DMockWebServerTest.java116 InputStream in2 = urlConnection2.getInputStream(); in testResponseTimeout() local
117 assertEquals('D', in2.read()); in testResponseTimeout()
118 assertEquals('E', in2.read()); in testResponseTimeout()
119 assertEquals('F', in2.read()); in testResponseTimeout()
120 assertEquals(-1, in2.read()); in testResponseTimeout()
/external/llvm/test/CodeGen/X86/
Dtailcallpic1.ll8 define fastcc i32 @tailcaller(i32 %in1, i32 %in2) {
10 …%tmp11 = tail call fastcc i32 @tailcallee( i32 %in1, i32 %in2, i32 %in1, i32 %in2 ) ; <i32> [#use…
Dtailcallpic2.ll8 define fastcc i32 @tailcaller(i32 %in1, i32 %in2) {
10 …%tmp11 = tail call fastcc i32 @tailcallee( i32 %in1, i32 %in2, i32 %in1, i32 %in2 ) ; <i32> [#use…
Dtailcall-stackalign.ll10 define fastcc i32 @tailcaller(i32 %in1, i32 %in2, i32 %in3, i32 %in4) {
11 %tmp11 = tail call fastcc i32 @tailcallee(i32 %in1, i32 %in2,
12 i32 %in1, i32 %in2)
Dtailcall.ll8 define fastcc i32 @tailcaller(i32 %in1, i32 %in2) nounwind {
10 %tmp11 = tail call fastcc i32 @tailcallee(i32 %in1, i32 %in2, i32 %in1, i32 %in2)
Dtailcallstack64.ll14 ; Move param %in2 to stack.
23 …32 @tailcaller(i32 %p1, i32 %p2, i32 %p3, i32 %p4, i32 %p5, i32 %p6, i32 %in1, i32 %in2) nounwind {
26 …all fastcc i32 @tailcallee(i32 %p1, i32 %p2, i32 %p3, i32 %p4, i32 %p5, i32 %p6, i32 %in2,i32 %tmp)
/external/openssl/crypto/des/asm/
Ddes_enc.m496 #define in2 %i2
296 ! also compares in2 to 8
480 cmp in2, 8
645 ! also adds -8 to length in2 and loads loop counter to out4
683 add in2, -8, in2
1190 cmp in2, 0 ! enc
1280 cmp in2, 0
1369 add in2, 120, in4 ! ks2
1372 mov in3, in2 ! save ks3
1382 mov in2, in3 ! preload ks3
[all …]
/external/llvm/test/CodeGen/ARM/
D2011-08-25-ldmia_ret.ll17 define i32 @test(i32 %in1, i32 %in2) nounwind {
47 %call20 = tail call i32 @bar(i32 %in2) nounwind
72 tail call void @foo(i32 %in2) nounwind
78 tail call void @foo(i32 %in2) nounwind
91 tail call void @foo(i32 %in2) nounwind
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
DUrlAssetInfo.java51 InputStream in2 = in; in openStream() local
53 return in2; in openStream()
/external/jmonkeyengine/engine/src/android/com/jme3/asset/plugins/
DAndroidLocator.java31 InputStream in2 = in; in openStream() local
33 return in2; in openStream()

123