/external/llvm/test/CodeGen/R600/ |
D | fcmp64.ll | 7 double addrspace(1)* %in2) { 9 %r1 = load double, double addrspace(1)* %in2 19 double addrspace(1)* %in2) { 21 %r1 = load double, double addrspace(1)* %in2 31 double addrspace(1)* %in2) { 33 %r1 = load double, double addrspace(1)* %in2 43 double addrspace(1)* %in2) { 45 %r1 = load double, double addrspace(1)* %in2 55 double addrspace(1)* %in2) { 57 %r1 = load double, double addrspace(1)* %in2 [all …]
|
D | frem.ll | 17 float addrspace(1)* %in2) #0 { 18 %gep2 = getelementptr float, float addrspace(1)* %in2, i32 4 36 float addrspace(1)* %in2) #1 { 37 %gep2 = getelementptr float, float addrspace(1)* %in2, i32 4 57 double addrspace(1)* %in2) #0 { 59 %r1 = load double, double addrspace(1)* %in2, align 8 73 double addrspace(1)* %in2) #1 { 75 %r1 = load double, double addrspace(1)* %in2, align 8 82 <2 x float> addrspace(1)* %in2) #0 { 83 %gep2 = getelementptr <2 x float>, <2 x float> addrspace(1)* %in2, i32 4 [all …]
|
D | fmul64.ll | 7 double addrspace(1)* %in2) { 9 %r1 = load double, double addrspace(1)* %in2 19 <2 x double> addrspace(1)* %in2) { 21 %r1 = load <2 x double>, <2 x double> addrspace(1)* %in2 33 <4 x double> addrspace(1)* %in2) { 35 %r1 = load <4 x double>, <4 x double> addrspace(1)* %in2
|
D | fma.f64.ll | 12 double addrspace(1)* %in2, double addrspace(1)* %in3) { 14 %r1 = load double, double addrspace(1)* %in2 25 <2 x double> addrspace(1)* %in2, <2 x double> addrspace(1)* %in3) { 27 %r1 = load <2 x double>, <2 x double> addrspace(1)* %in2 40 <4 x double> addrspace(1)* %in2, <4 x double> addrspace(1)* %in3) { 42 %r1 = load <4 x double>, <4 x double> addrspace(1)* %in2
|
D | fsub64.ll | 9 double addrspace(1)* %in2) { 11 %r1 = load double, double addrspace(1)* %in2 20 double addrspace(1)* %in2) { 22 %r1 = load double, double addrspace(1)* %in2 32 double addrspace(1)* %in2) { 34 %r1 = load double, double addrspace(1)* %in2
|
D | fma.ll | 16 float addrspace(1)* %in2, float addrspace(1)* %in3) { 18 %r1 = load float, float addrspace(1)* %in2 33 <2 x float> addrspace(1)* %in2, <2 x float> addrspace(1)* %in3) { 35 %r1 = load <2 x float>, <2 x float> addrspace(1)* %in2 54 <4 x float> addrspace(1)* %in2, <4 x float> addrspace(1)* %in3) { 56 %r1 = load <4 x float>, <4 x float> addrspace(1)* %in2
|
D | fadd64.ll | 8 double addrspace(1)* %in2) { 10 %r1 = load double, double addrspace(1)* %in2
|
/external/webrtc/src/common_audio/signal_processing/ |
D | resample.c | 312 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 …]
|
D | resample_fractional.c | 149 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/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Matrix4f.java | 997 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/boringssl/src/crypto/aes/asm/ |
D | aesv8-armx.pl | 506 my ($dat2,$in2,$tmp2)=map("q$_",(10,11,9)); 515 vorr $in2,$dat2,$dat2 522 vorr $in2,$dat2,$dat2 562 vorr $ivec,$in2,$in2 584 vld1.8 {$in2},[$inp],#16 599 vorr $dat2,$in2,$in2 648 vorr $ivec,$in2,$in2 655 vorr $ivec,$in2,$in2 682 my ($dat2,$in2,$tmp2)=map("q$_",(10,11,9)); 771 vld1.8 {$in2},[$inp],#16 [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | tailcall1.ll | 7 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…
|
D | tailcall1-64.ll | 7 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…
|
D | tailcallpic1.ll | 10 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/ |
D | tailcallpic1.ll | 8 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…
|
D | tailcallpic2.ll | 8 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…
|
D | tailcall-stackalign.ll | 10 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)
|
D | tailcall.ll | 8 define fastcc i32 @tailcaller(i32 %in1, i32 %in2) nounwind { 10 %tmp11 = tail call fastcc i32 @tailcallee(i32 %in1, i32 %in2, i32 %in1, i32 %in2)
|
D | tailcallstack64.ll | 14 ; 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/deqp/data/gles2/shaders/ |
D | conversions.test | 3687 input float in2 = [ 3.5 | 36.8125 | -8.25 | 1.0 | 2.0 | 0.0 | -20.125 | -0.5 ]; 3701 out0 = vec4(in0, in1, in2, in3); 3712 input float in2 = [ 3.5 | 36.8125 | -8.25 | 1.0 | 2.0 | 0.0 | -20.125 | -0.5 ]; 3726 out0 = ivec4(in0, in1, in2, in3); 3737 input float in2 = [ 3.5 | 36.8125 | -8.25 | 1.0 | 2.0 | 0.0 | -20.125 | -0.5 ]; 3751 out0 = bvec4(in0, in1, in2, in3); 3762 input int in2 = [ 11 | 255 | 5 | 8 | 2 | -192 | -12 | -66 | 1 | 0 ]; 3776 out0 = vec4(in0, in1, in2, in3); 3787 input int in2 = [ 11 | 255 | 5 | 8 | 2 | -192 | -12 | -66 | 1 | 0 ]; 3801 out0 = ivec4(in0, in1, in2, in3); [all …]
|
/external/deqp/data/gles3/shaders/ |
D | conversions.test | 9046 input float in2 = [ 3.5 | 36.8125 | -8.25 | 1.0 | 2.0 | 0.0 | -20.125 | -0.5 ]; 9061 out0 = vec4(in0, in1, in2, in3); 9073 input float in2 = [ 3.5 | 36.8125 | -8.25 | 1.0 | 2.0 | 0.0 | -20.125 | -0.5 ]; 9088 out0 = ivec4(in0, in1, in2, in3); 9100 input float in2 = [ 3.5 | 36.8125 | -8.25 | 1.0 | 2.0 | 0.0 | -20.125 | -0.5 ]; 9115 out0 = bvec4(in0, in1, in2, in3); 9127 input int in2 = [ 11 | 255 | 5 | 8 | 2 | -192 | -12 | -66 | 1 | 0 ]; 9142 out0 = vec4(in0, in1, in2, in3); 9154 input int in2 = [ 11 | 255 | 5 | 8 | 2 | -192 | -12 | -66 | 1 | 0 ]; 9169 out0 = ivec4(in0, in1, in2, in3); [all …]
|
/external/clang/test/Sema/ |
D | builtins.cl | 4 kernel void test(global float *out, global float *in, global int* in2) { 7 out[0] = __builtin_frexpf(in[0], in2);
|
/external/llvm/test/Transforms/InstCombine/ |
D | insert-extract-shuffle.ll | 11 define <4 x i16> @test2(<8 x i16> %in, <8 x i16> %in2) { 13 ; CHECK: shufflevector <8 x i16> %in2, <8 x i16> %in, <4 x i32> <i32 11, i32 9, i32 0, i32 10> 16 %elt2 = extractelement <8 x i16> %in2, i32 0
|
/external/mockwebserver/src/test/java/com/google/mockwebserver/ |
D | MockWebServerTest.java | 197 InputStream in2 = urlConnection2.getInputStream(); in testResponseTimeout() local 198 assertEquals('D', in2.read()); in testResponseTimeout() 199 assertEquals('E', in2.read()); in testResponseTimeout() 200 assertEquals('F', in2.read()); in testResponseTimeout() 201 assertEquals(-1, in2.read()); in testResponseTimeout()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-08-25-ldmia_ret.ll | 17 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
|