Searched refs:ai3 (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | pr35443.ll | 5 @ai3 = external dso_local local_unnamed_addr global [20 x i32], align 16 15 ; CHECK-NEXT: vpmovqd %ymm0, ai3+{{.*}}(%rip) 25 …store <4 x i32> %3, <4 x i32>* bitcast (i32* getelementptr inbounds ([20 x i32], [20 x i32]* @ai3,…
|
/external/mesa3d/src/mesa/math/ |
D | m_matrix.c | 173 const GLfloat ai0=A(i,0), ai1=A(i,1), ai2=A(i,2), ai3=A(i,3); in matmul4() local 174 P(i,0) = ai0 * B(0,0) + ai1 * B(1,0) + ai2 * B(2,0) + ai3 * B(3,0); in matmul4() 175 P(i,1) = ai0 * B(0,1) + ai1 * B(1,1) + ai2 * B(2,1) + ai3 * B(3,1); in matmul4() 176 P(i,2) = ai0 * B(0,2) + ai1 * B(1,2) + ai2 * B(2,2) + ai3 * B(3,2); in matmul4() 177 P(i,3) = ai0 * B(0,3) + ai1 * B(1,3) + ai2 * B(2,3) + ai3 * B(3,3); in matmul4() 193 const GLfloat ai0=A(i,0), ai1=A(i,1), ai2=A(i,2), ai3=A(i,3); in matmul34() local 197 P(i,3) = ai0 * B(0,3) + ai1 * B(1,3) + ai2 * B(2,3) + ai3; in matmul34()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx2a-explicit-bool.cpp | 250 int&& ai3 = A<true>(); // expected-error {{no viable conversion}} 304 int&& ai3 = A<true>(); // expected-error {{no viable conversion}}
|
/external/javassist/src/test/javassist/ |
D | JvstTest5.java | 288 AttributeInfo ai3 = run.getMethodInfo().removeAttribute(AnnotationsAttribute.invisibleTag); in testRemoveAnnotatino() local 289 assertNull(ai3); in testRemoveAnnotatino()
|
/external/libevent/ |
D | evutil.c | 1287 struct evutil_addrinfo *ai=NULL, *ai2=NULL, *ai3=NULL; in test_for_getaddrinfo_hacks() local 1301 getaddrinfo("1.2.3.4", NULL, &hints, &ai3); in test_for_getaddrinfo_hacks() 1307 if (!ai_find_protocol(ai2) || !ai_find_protocol(ai3)) { in test_for_getaddrinfo_hacks() 1315 if (ai3) in test_for_getaddrinfo_hacks() 1316 freeaddrinfo(ai3); in test_for_getaddrinfo_hacks()
|