Home
last modified time | relevance | path

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

123456

/external/chromium_org/crypto/
Dcurve25519-donna.c73 static void fproduct(limb *output, const limb *in2, const limb *in) { in fproduct() argument
74 output[0] = ((limb) ((s32) in2[0])) * ((s32) in[0]); in fproduct()
75 output[1] = ((limb) ((s32) in2[0])) * ((s32) in[1]) + in fproduct()
76 ((limb) ((s32) in2[1])) * ((s32) in[0]); in fproduct()
77 output[2] = 2 * ((limb) ((s32) in2[1])) * ((s32) in[1]) + in fproduct()
78 ((limb) ((s32) in2[0])) * ((s32) in[2]) + in fproduct()
79 ((limb) ((s32) in2[2])) * ((s32) in[0]); in fproduct()
80 output[3] = ((limb) ((s32) in2[1])) * ((s32) in[2]) + in fproduct()
81 ((limb) ((s32) in2[2])) * ((s32) in[1]) + in fproduct()
82 ((limb) ((s32) in2[0])) * ((s32) in[3]) + in fproduct()
[all …]
/external/llvm/test/CodeGen/R600/
Dfcmp64.ll7 double addrspace(1)* %in2) {
9 %r1 = load double addrspace(1)* %in2
20 double addrspace(1)* %in2) {
22 %r1 = load double addrspace(1)* %in2
33 double addrspace(1)* %in2) {
35 %r1 = load double addrspace(1)* %in2
46 double addrspace(1)* %in2) {
48 %r1 = load double addrspace(1)* %in2
59 double addrspace(1)* %in2) {
61 %r1 = load double addrspace(1)* %in2
[all …]
Dfma.ll14 float addrspace(1)* %in2, float addrspace(1)* %in3) {
16 %r1 = load float addrspace(1)* %in2
27 <2 x float> addrspace(1)* %in2, <2 x float> addrspace(1)* %in3) {
29 %r1 = load <2 x float> addrspace(1)* %in2
42 <4 x float> addrspace(1)* %in2, <4 x float> addrspace(1)* %in3) {
44 %r1 = load <4 x float> addrspace(1)* %in2
54 double addrspace(1)* %in2, double addrspace(1)* %in3) {
56 %r1 = load double addrspace(1)* %in2
67 <2 x double> addrspace(1)* %in2, <2 x double> addrspace(1)* %in3) {
69 %r1 = load <2 x double> addrspace(1)* %in2
[all …]
Dfmuladd.ll7 float addrspace(1)* %in2, float addrspace(1)* %in3) {
9 %r1 = load float addrspace(1)* %in2
22 double addrspace(1)* %in2, double addrspace(1)* %in3) {
24 %r1 = load double addrspace(1)* %in2
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
Dx86SP_FFT_CToC_FC32_Inv_Radix4_ms.c38 const OMX_F32 *in2 = in1 + set_count; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms() local
39 const OMX_F32 *in3 = in2 + set_count; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms()
45 t0.Re = in0[0] + in2[0]; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms()
46 t0.Im = in0[n] + in2[n]; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms()
49 t1.Re = in0[0] - in2[0]; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms()
50 t1.Im = in0[n] - in2[n]; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms()
96 const OMX_F32 *in2 = in1 + set_count; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms() local
97 const OMX_F32 *in3 = in2 + set_count; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms()
107 tt2.Re = tw2[0] * in2[0] + tw2[n_mul_2] * in2[n]; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms()
108 tt2.Im = tw2[0] * in2[n] - tw2[n_mul_2] * in2[0]; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms()
Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c38 const OMX_F32 *in2 = in1 + set_count; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms() local
39 const OMX_F32 *in3 = in2 + set_count; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms()
45 t0.Re = in0[0] + in2[0]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms()
46 t0.Im = in0[n] + in2[n]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms()
49 t1.Re = in0[0] - in2[0]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms()
50 t1.Im = in0[n] - in2[n]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms()
96 const OMX_F32 *in2 = in1 + set_count; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms() local
97 const OMX_F32 *in3 = in2 + set_count; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms()
107 tt2.Re = tw2[0] * in2[0] - tw2[n_mul_2] * in2[n]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms()
108 tt2.Im = tw2[0] * in2[n] + tw2[n_mul_2] * in2[0]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms()
Dx86SP_FFT_CToC_FC32_Inv_Radix4_fs.c25 const OMX_F32 *in2 = in1 + n_by_4; in x86SP_FFT_CToC_FC32_Inv_Radix4_fs() local
26 const OMX_F32 *in3 = in2 + n_by_4; in x86SP_FFT_CToC_FC32_Inv_Radix4_fs()
37 t0.Re = in0[0] + in2[0]; in x86SP_FFT_CToC_FC32_Inv_Radix4_fs()
38 t0.Im = in0[n] + in2[n]; in x86SP_FFT_CToC_FC32_Inv_Radix4_fs()
41 t1.Re = in0[0] - in2[0]; in x86SP_FFT_CToC_FC32_Inv_Radix4_fs()
42 t1.Im = in0[n] - in2[n]; in x86SP_FFT_CToC_FC32_Inv_Radix4_fs()
Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ls.c38 const OMX_F32 *in2 = in1 + 1; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls() local
39 const OMX_F32 *in3 = in2 + 1; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls()
49 tt2.Re = tw2[0] * in2[0] - tw2[n_mul_2] * in2[n]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls()
50 tt2.Im = tw2[0] * in2[n] + tw2[n_mul_2] * in2[0]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls()
Dx86SP_FFT_CToC_FC32_Inv_Radix4_ls.c38 const OMX_F32 *in2 = in1 + 1; in x86SP_FFT_CToC_FC32_Inv_Radix4_ls() local
39 const OMX_F32 *in3 = in2 + 1; in x86SP_FFT_CToC_FC32_Inv_Radix4_ls()
49 tt2.Re = tw2[0] * in2[0] + tw2[n_mul_2] * in2[n]; in x86SP_FFT_CToC_FC32_Inv_Radix4_ls()
50 tt2.Im = tw2[0] * in2[n] - tw2[n_mul_2] * in2[0]; in x86SP_FFT_CToC_FC32_Inv_Radix4_ls()
/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()
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
Dresample.c312 static void WebRtcSpl_DotProdIntToInt(const int32_t* in1, const int32_t* 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 int32_t *in1, const int32_t *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_mips.c28 int16_t *in2 = (int16_t*)in_vector2; in WebRtcSpl_ScaleAndAddVectorsWithRound_mips() local
48 [in2] "+r" (in2), [r0] "=&r" (r0), [r1] "=&r" (r1) in WebRtcSpl_ScaleAndAddVectorsWithRound_mips()
/external/chromium_org/ipc/
Dipc_sync_message_unittest.cc60 void On_2_1(int in1, bool in2, bool* out1) { in On_2_1() argument
62 DCHECK(!in2); in On_2_1()
66 void On_2_2(bool in1, int in2, bool* out1, int* out2) { in On_2_2() argument
68 DCHECK_EQ(2, in2); in On_2_2()
73 void On_2_3(int in1, bool in2, std::string* out1, int* out2, bool* out3) { in On_2_3() argument
75 DCHECK(in2); in On_2_3()
81 void On_3_1(int in1, bool in2, std::string in3, bool* out1) { in On_3_1() argument
83 DCHECK(!in2); in On_3_1()
88 void On_3_2(std::string in1, bool in2, int in3, bool* out1, int* out2) { in On_3_2() argument
90 DCHECK(!in2); in On_3_2()
[all …]
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
Dmemcpy_mck.S71 #define in2 r34 macro
92 cmp.gt p15,p0=8,in2 // check for small size
97 mov saved_in2=in2 // save len
114 shr.u cnt=in2,7 // this much cache line
137 and tmp=31,in2 // copy length after iteration
138 shr.u r29=in2,5 // number of 32-byte iteration
176 and in2=7,tmp // remaining length
202 shr.u cnt=in2,7 // number of lines
207 and tmp=127,in2 // remaining bytes after this block
264 mov in2=tmp
[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/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEBlend.cpp81 FilterEffect* in2 = inputEffect(1); in applySoftwareNEON() local
86 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect()); in applySoftwareNEON()
87 RefPtr<Uint8ClampedArray> srcPixelArrayB = in2->asPremultipliedImage(effectBDrawingRect); in applySoftwareNEON()
117 FilterEffect* in2 = inputEffect(1); in applySoftware() local
125 ImageBuffer* imageBuffer2 = in2->asImageBuffer(); in applySoftware()
129 … filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->absolutePaintRect())); in applySoftware()
DFEComposite.cpp294 FilterEffect* in2 = inputEffect(1); in applySoftware() local
304 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect()); in applySoftware()
305 in2->copyPremultipliedImage(dstPixelArray, effectBDrawingRect); in applySoftware()
317 ImageBuffer* imageBuffer2 = in2->asImageBuffer(); in applySoftware()
323 … filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->absolutePaintRect())); in applySoftware()
329 destinationRect.intersect(in2->absolutePaintRect()); in applySoftware()
335 FloatRect source2Rect(IntPoint(destinationRect.x() - in2->absolutePaintRect().x(), in applySoftware()
336 … destinationRect.y() - in2->absolutePaintRect().y()), destinationRect.size()); in applySoftware()
344 …filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->absolutePaintRect()), … in applySoftware()
347 … filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->absolutePaintRect())); in applySoftware()
[all …]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
Dsynthesis-dct8.c92 double in0,in1,in2,in3; in float_dct2_8() local
97 in2 = FLOAT_SCALE(in[2], DCTII_8_SHIFT_IN); OI_ASSERT(VALID_INT32(in2)); in float_dct2_8()
106 L02 = (in2 + in5); OI_ASSERT(VALID_INT32(L02)); in float_dct2_8()
110 L05 = (in2 - in5); OI_ASSERT(VALID_INT32(L05)); in float_dct2_8()
217 OI_INT32 in0,in1,in2,in3; in dct2_8() local
223 in2 = SCALE(in[2], DCTII_8_SHIFT_IN); in dct2_8()
232 in2 = in[2]; in dct2_8()
242 L02 = in2 + in5; in dct2_8()
246 L05 = in2 - in5; in dct2_8()
/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/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…

123456