/external/clang/test/CodeGen/ |
D | sse42-builtins.c | 33 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestra() 39 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrc() 45 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestri() 51 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrm() 57 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestro() 63 int test_mm_cmpestrs(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrs() 69 int test_mm_cmpestrz(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrz()
|
D | avx-builtins.c | 27 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrm() 32 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestri() 37 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestra() 42 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrc() 47 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestro() 52 int test_mm_cmpestrs(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrs() 57 int test_mm_cmpestrz(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrz()
|
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/ |
D | ANTLRStringStream.pm | 19 sub LA : Test(5) { subroutine
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/ |
D | b2WheelJoint.cpp | 194 float32 LA = m_impulse * m_sAy + m_springImpulse * m_sAx + m_motorImpulse; in InitVelocityConstraints() local 233 float32 LA = impulse * m_sAx; in SolveVelocityConstraints() local 264 float32 LA = impulse * m_sAy; in SolveVelocityConstraints() local 313 float32 LA = impulse * sAy; in SolvePositionConstraints() local
|
D | b2PrismaticJoint.cpp | 245 float32 LA = m_impulse.x * m_s1 + m_impulse.y + (m_motorImpulse + m_impulse.z) * m_a1; in InitVelocityConstraints() local 287 float32 LA = impulse * m_a1; in SolveVelocityConstraints() local 330 float32 LA = df.x * m_s1 + df.y + df.z * m_a1; in SolveVelocityConstraints() local 347 float32 LA = df.x * m_s1 + df.y; in SolveVelocityConstraints() local 471 float32 LA = impulse.x * s1 + impulse.y + impulse.z * a1; in SolvePositionConstraints() local
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | ANTLRStringStream.pm | 106 sub LA { subroutine
|
D | CommonTokenStream.pm | 275 sub LA { subroutine
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/ |
D | WheelJoint.java | 342 float LA = m_impulse * m_sAy + m_springImpulse * m_sAx + m_motorImpulse; in initVelocityConstraints() local 388 float LA = impulse * m_sAx; in solveVelocityConstraints() local 422 float LA = impulse * m_sAy; in solveVelocityConstraints() local 479 float LA = impulse * sAy; in solvePositionConstraints() local
|
D | PrismaticJoint.java | 505 float LA = m_impulse.x * m_s1 + m_impulse.y + (m_motorImpulse + m_impulse.z) * m_a1; in initVelocityConstraints() local 555 float LA = impulse * m_a1; in solveVelocityConstraints() local 617 float LA = df.x * m_s1 + df.y + df.z * m_a1; in solveVelocityConstraints() local 641 float LA = df.x * m_s1 + df.y; in solveVelocityConstraints() local 787 float LA = impulse.x * s1 + impulse.y + impulse.z * a1; in solvePositionConstraints() local
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | IntStream.java | 41 int LA(int i); in LA() method
|
D | UnbufferedTokenStream.java | 75 public int LA(int i) { return LT(i).getType(); } in LA() method in UnbufferedTokenStream
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | IIntStream.cs | 53 int LA(int i); in LA() method
|
D | UnbufferedTokenStream.cs | 92 public int LA(int i) { in LA() method in Antlr.Runtime.UnbufferedTokenStream
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | IIntStream.cs | 52 int LA( int i ); in LA() method
|
D | UnbufferedTokenStream.cs | 157 public int LA(int i) in LA() method in Antlr.Runtime.UnbufferedTokenStream
|
/external/clang/lib/Headers/ |
D | smmintrin.h | 421 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument 425 #define _mm_cmpestri(A, LA, B, LB, M) \ argument 447 #define _mm_cmpestra(A, LA, B, LB, M) \ argument 451 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument 455 #define _mm_cmpestro(A, LA, B, LB, M) \ argument 459 #define _mm_cmpestrs(A, LA, B, LB, M) \ argument 463 #define _mm_cmpestrz(A, LA, B, LB, M) \ argument
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | ANTLRStringStream.as | 94 public function LA(i:int):int { method in org.antlr.runtime.ANTLRStringStream
|
D | CommonTokenStream.as | 288 public function LA(i:int):int { method in org.antlr.runtime.CommonTokenStream
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
D | ANTLRStringStream.js | 111 LA: function(i) { method
|
/external/v8/test/mjsunit/compiler/ |
D | regress-8.js | 32 var LA = ""; variable
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTokenStream.cs | 110 public virtual int LA(int i) { in LA() method in Antlr.Runtime.Debug.DebugTokenStream
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTokenStream.cs | 128 public virtual int LA( int i ) in LA() method in Antlr.Runtime.Debug.DebugTokenStream
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/ |
D | PsiBuilderTokenStream.java | 109 @Override public int LA(int i) { in LA() method in PsiBuilderTokenStream
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | CommonTreeNodeStream.cs | 164 public virtual int LA(int i) { in LA() method in Antlr.Runtime.Tree.CommonTreeNodeStream
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | CommonTreeNodeStream.cs | 189 public virtual int LA( int i ) in LA() method in Antlr.Runtime.Tree.CommonTreeNodeStream
|