Home
last modified time | relevance | path

Searched refs:LA (Results 1 – 25 of 776) sorted by relevance

12345678910>>...32

/external/clang/test/CodeGen/
Dsse42-builtins.c11 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestra() argument
14 return _mm_cmpestra(A, LA, B, LB, 7); in test_mm_cmpestra()
17 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrc() argument
20 return _mm_cmpestrc(A, LA, B, LB, 7); in test_mm_cmpestrc()
23 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestri() argument
26 return _mm_cmpestri(A, LA, B, LB, 7); in test_mm_cmpestri()
29 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrm() argument
32 return _mm_cmpestrm(A, LA, B, LB, 7); in test_mm_cmpestrm()
35 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestro() argument
38 return _mm_cmpestro(A, LA, B, LB, 7); in test_mm_cmpestro()
[all …]
/external/llvm-project/clang/test/CodeGen/X86/
Dsse42-builtins.c9 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestra() argument
12 return _mm_cmpestra(A, LA, B, LB, 7); in test_mm_cmpestra()
15 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrc() argument
18 return _mm_cmpestrc(A, LA, B, LB, 7); in test_mm_cmpestrc()
21 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestri() argument
24 return _mm_cmpestri(A, LA, B, LB, 7); in test_mm_cmpestri()
27 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrm() argument
30 return _mm_cmpestrm(A, LA, B, LB, 7); in test_mm_cmpestrm()
33 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestro() argument
36 return _mm_cmpestro(A, LA, B, LB, 7); in test_mm_cmpestro()
[all …]
/external/antlr/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DANTLRStringStream.pm14 is $s->LA(1), 'A';
16 is $s->LA(1), 'B';
19 sub LA : Test(5) { method in Test::ANTLR::Runtime::ANTLRStringStream
23 is $s->LA(0), undef;
24 is $s->LA(1), 'A';
25 is $s->LA(2), 'B';
26 is $s->LA(3), 'C';
27 is $s->LA(4), ANTLR::Runtime::ANTLRStringStream->EOF;
/external/antlr/runtime/Java/src/test/java/org/antlr/runtime/
DTestLookaheadStream.java11 assertEquals(0, stream.LA(-1)); in testSeek()
12 assertEquals(1, stream.LA(1)); in testSeek()
17 assertEquals(1, stream.LA(-1)); in testSeek()
18 assertEquals(2, stream.LA(1)); in testSeek()
22 assertEquals(0, stream.LA(-1)); in testSeek()
23 assertEquals(1, stream.LA(1)); in testSeek()
26 assertEquals(1, stream.LA(-1)); in testSeek()
27 assertEquals(2, stream.LA(1)); in testSeek()
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.java259 …if ( (input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='… in mID()
272 int LA1_0 = input.LA(1); in mID()
283 …if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)==… in mID()
327 int LA2_0 = input.LA(1); in mINT()
464 int LA3_0 = input.LA(1); in mWS()
475 … if ( (input.LA(1)>='\t' && input.LA(1)<='\n')||input.LA(1)=='\r'||input.LA(1)==' ' ) { in mWS()
DSimpleCLexer.m221 …if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') …
233 NSInteger LA1_0 = [input LA:1];
244 …t LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[inpu…
299 NSInteger LA2_0 = [input LA:1];
311 anInt = [input LA:1];
313 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) {
718 NSInteger LA3_0 = [input LA:1];
729 …if ((([input LA:1] >= '\t') && ([input LA:1] <= '\n'))||[input LA:1] == '\r'||[input LA:1] == ' ')…
776 unichar charLA4 = [input LA:1];
780 NSInteger LA4_1 = [input LA:2];
[all …]
DSimpleCTP.java67 int LA1_0 = input.LA(1); in program()
117 switch ( input.LA(1) ) { in declaration()
284 int LA3_0 = input.LA(1); in functionHeader()
374 if ( input.LA(1)==ID||(input.LA(1)>=INT_TYPE && input.LA(1)<=VOID) ) { in type()
407 if ( input.LA(1)==Token.DOWN ) { in block()
413 int LA4_0 = input.LA(1); in block()
442 int LA5_0 = input.LA(1); in block()
491 switch ( input.LA(1) ) { in stat()
629 switch ( input.LA(1) ) { in expr()
779 if ( input.LA(1)==ID||input.LA(1)==INT ) { in atom()
/external/eigen/Eigen/src/Core/
DAssign_MKL.h119 EIGEN_MKL_VML_DECLARE_UNARY_CALLS(sin, Sin, LA)
120 EIGEN_MKL_VML_DECLARE_UNARY_CALLS(asin, Asin, LA)
121 EIGEN_MKL_VML_DECLARE_UNARY_CALLS(sinh, Sinh, LA)
122 EIGEN_MKL_VML_DECLARE_UNARY_CALLS(cos, Cos, LA)
123 EIGEN_MKL_VML_DECLARE_UNARY_CALLS(acos, Acos, LA)
124 EIGEN_MKL_VML_DECLARE_UNARY_CALLS(cosh, Cosh, LA)
125 EIGEN_MKL_VML_DECLARE_UNARY_CALLS(tan, Tan, LA)
126 EIGEN_MKL_VML_DECLARE_UNARY_CALLS(atan, Atan, LA)
127 EIGEN_MKL_VML_DECLARE_UNARY_CALLS(tanh, Tanh, LA)
129 EIGEN_MKL_VML_DECLARE_UNARY_CALLS(exp, Exp, LA)
[all …]
/external/antlr/runtime/ObjC/Framework/examples/hoistedPredicates/
DTLexer.m116 …if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') …
128 NSInteger LA1_0 = [input LA:1];
139 …t LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[inpu…
192 NSInteger LA2_0 = [input LA:1];
203 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) {
261 NSInteger LA3_0 = [input LA:1];
272 …if ((([input LA:1] >= '\t') && ([input LA:1] <= '\n'))||[input LA:1] == '\r'||[input LA:1] == ' ')…
319 unichar charLA4 = [input LA:1];
323 NSInteger LA4_1 = [input LA:2];
326 NSInteger LA4_5 = [input LA:3];
[all …]
/external/antlr/runtime/ActionScript/project/test/org/antlr/runtime/test/
DTestANTLRStringStream.as44 assertEquals(stream.LA(-1), CharStreamConstants.EOF); // should be EOF
45 assertEquals(stream.LA(0), 0); // should be 0 (undefined)
46 assertEquals(stream.LA(1), "a".charCodeAt(0));
47 assertEquals(stream.LA(2), "b".charCodeAt(0));
48 assertEquals(stream.LA(3), "c".charCodeAt(0));
49 assertEquals(stream.LA(4), CharStreamConstants.EOF);
53 assertEquals(stream.LA(-2), CharStreamConstants.EOF);
54 assertEquals(stream.LA(-1), "a".charCodeAt(0));
55 assertEquals(stream.LA(0), 0); // should be 0 (undefined)
56 assertEquals(stream.LA(1), "b".charCodeAt(0));
[all …]
/external/antlr/runtime/ObjC/Framework/examples/combined/
DCombinedLexer.m81 …if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') …
93 NSInteger LA1_0 = [input LA:1];
104 …t LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[inpu…
157 NSInteger LA2_0 = [input LA:1];
168 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) {
226 NSInteger LA3_0 = [input LA:1];
237 …if ((([input LA:1] >= '\t') && ([input LA:1] <= '\n'))||[input LA:1] == '\r'||[input LA:1] == ' ')…
284 unichar charLA4 = [input LA:1];
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dframe-26.mir93 renamable $r1d = nuw LA %stack.0, 16, $noreg
94 renamable $r2d = nuw LA %stack.0, 24, $noreg
95 renamable $r3d = LA %stack.0, 40, $noreg
98 renamable $r5d = nuw LA %stack.0, 48, $noreg
99 renamable $r14d = LA %stack.0, 72, $noreg
100 renamable $r13d = LA %stack.0, 80, $noreg
101 renamable $r12d = LA %stack.0, 56, $noreg
102 renamable $r10d = LA %stack.0, 0, $noreg
104 renamable $r9d = LA %stack.0, 64, $noreg
105 renamable $r8d = LA %stack.0, 88, $noreg
[all …]
/external/antlr/runtime/ObjC/Framework/examples/lexertest-simple/
DTestLexer.m89 NSInteger LA1_0 = [input LA:1];
100 …if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= '…
147 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) {
181 …if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||(([input LA:1] >= 'a') && ([input LA:1] <= '…
/external/doclava/src/com/google/doclava/parser/
DJavaLexer.java209 int LA4_0 = input.LA(1); in mIntegerNumber()
212 switch ( input.LA(2) ) { in mIntegerNumber()
260 int LA1_0 = input.LA(1); in mIntegerNumber()
293 int LA2_0 = input.LA(1); in mIntegerNumber()
330 int LA3_0 = input.LA(1); in mIntegerNumber()
371 int LA5_0 = input.LA(1); in mHexPrefix()
374 int LA5_1 = input.LA(2); in mHexPrefix()
426 …if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='F')||(input.LA(1)>… in mHexDigit()
450 if ( input.LA(1)=='L'||input.LA(1)=='l' ) { in mLongSuffix()
483 int LA6_0 = input.LA(1); in mNonIntegerNumber()
[all …]
DJavaParser.java508 int LA1_0 = input.LA(1); in compilationUnit()
556 int LA3_0 = input.LA(1); in compilationUnit()
596 int LA4_0 = input.LA(1); in compilationUnit()
718 int LA9_0 = input.LA(1); in importDeclaration()
721 int LA9_1 = input.LA(2); in importDeclaration()
724 int LA9_2 = input.LA(3); in importDeclaration()
727 int LA9_3 = input.LA(4); in importDeclaration()
730 int LA9_4 = input.LA(5); in importDeclaration()
766 int LA9_3 = input.LA(3); in importDeclaration()
769 int LA9_4 = input.LA(4); in importDeclaration()
[all …]
/external/llvm-project/lldb/test/API/lang/cpp/stl/
DTestStdCXXDisassembly.py77 LA = match.group(1)
80 print("load address:", LA)
82 if SA and LA:
83 if int(LA, 16) > int(SA, 16):
84 self.runCmd("disassemble -s %s -e %s" % (SA, LA))
85 SA = LA
/external/antlr/runtime/ObjC/Framework/examples/LL-star/
DSimpleCLexer.m562 …if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') …
574 NSInteger LA1_0 = [input LA:1];
585 …t LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[inpu…
638 NSInteger LA2_0 = [input LA:1];
649 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) {
707 NSInteger LA3_0 = [input LA:1];
718 …if ((([input LA:1] >= '\t') && ([input LA:1] <= '\n'))||[input LA:1] == '\r'||[input LA:1] == ' ')…
765 unichar charLA4 = [input LA:1];
799 NSInteger LA4_7 = [input LA:2];
811 NSInteger LA4_8 = [input LA:2];
[all …]
/external/antlr/runtime/ObjC/Framework/examples/treeparser/
DLangLexer.m189 NSInteger LA1_0 = [input LA:1];
200 if ((([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
258 NSInteger LA2_0 = [input LA:1];
269 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) {
323 if ([input LA:1] == '\n'||[input LA:1] == ' ') {
355 unichar charLA3 = [input LA:1];
364 NSInteger LA3_2 = [input LA:2];
367 NSInteger LA3_7 = [input LA:3];
370 NSInteger LA3_9 = [input LA:4];
390 NSInteger LA3_3 = [input LA:2];
[all …]
/external/antlr/runtime/ObjC/Framework/examples/fuzzy/
DFuzzy.m86 if ( [input LA:1] == CharStreamEOF ) {
169 NSInteger LA1_0 = [input LA:1];
232 NSInteger LA2_0 = [input LA:1];
315 NSInteger LA3_0 = [input LA:1];
338 NSInteger LA5_0 = [input LA:1];
365 NSInteger LA4_0 = [input LA:1];
394 NSInteger LA10_0 = [input LA:1];
421 NSInteger LA6_0 = [input LA:1];
445 NSInteger LA9_0 = [input LA:1];
462 NSInteger LA7_0 = [input LA:1];
[all …]
/external/antlr/runtime/ObjC/Framework/examples/scopes/
DSymbolTableLexer.m359 NSInteger LA1_0 = [input LA:1];
370 if ((([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
428 NSInteger LA2_0 = [input LA:1];
439 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) {
497 NSInteger LA3_0 = [input LA:1];
508 if ([input LA:1] == '\n'||[input LA:1] == '\r'||[input LA:1] == ' ') {
555 unichar charLA4 = [input LA:1];
579 NSInteger LA4_5 = [input LA:2];
582 NSInteger LA4_12 = [input LA:3];
585 NSInteger LA4_14 = [input LA:4];
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DANTLRxxxxStreamFixture.cs126 Console.Out.Write((char)inputStream.LA(1)); in TestConsumeAllCharactersInAnANTLRInputStream()
210 Assert.AreEqual('e', inputStream.LA(1)); in TestResetOnANTLRInputStream()
214 Assert.AreEqual('O', inputStream.LA(1)); in TestResetOnANTLRInputStream()
220 Assert.AreEqual('n', inputStream.LA(1)); in TestResetOnANTLRInputStream()
226 Assert.AreEqual('e', inputStream.LA(1)); in TestResetOnANTLRInputStream()
261 Assert.AreEqual('O', stream.LA(1)); in TestSeekOnANTLRInputStream()
267 Assert.AreEqual('w', stream.LA(1)); in TestSeekOnANTLRInputStream()
273 Assert.AreEqual('h', stream.LA(1)); in TestSeekOnANTLRInputStream()
280 Assert.AreEqual('n', stream.LA(1)); in TestSeekOnANTLRInputStream()
382 Assert.AreEqual('e', stream.LA(1)); in TestResetOnANTLRStringStream()
[all …]
/external/llvm-project/clang/lib/Headers/
Dsmmintrin.h1740 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument
1741 (__m128i)__builtin_ia32_pcmpestrm128((__v16qi)(__m128i)(A), (int)(LA), \
1799 #define _mm_cmpestri(A, LA, B, LB, M) \ argument
1800 (int)__builtin_ia32_pcmpestri128((__v16qi)(__m128i)(A), (int)(LA), \
2102 #define _mm_cmpestra(A, LA, B, LB, M) \ argument
2103 (int)__builtin_ia32_pcmpestria128((__v16qi)(__m128i)(A), (int)(LA), \
2156 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument
2157 (int)__builtin_ia32_pcmpestric128((__v16qi)(__m128i)(A), (int)(LA), \
2209 #define _mm_cmpestro(A, LA, B, LB, M) \ argument
2210 (int)__builtin_ia32_pcmpestrio128((__v16qi)(__m128i)(A), (int)(LA), \
[all …]
/external/antlr/runtime/Python/
DTODO72 - StingStream: look into optimizing LA(). Perhaps use LAk instead of LA(k)
76 LA == u'a' or LA == u'b' or LA == u'c'...
77 -> LA in (u'a', u'b', u'c', ...)
78 or "LA in self.set_xyz" with set_xyz as a class member
DChangeLog4 ANTLRStringStream.LA() now returns the character's ordinal and
35 Minor improvement of generated code (use '<lower> <= <LA> <= <upper>'
36 instead of '<LA> >= <lower> and <LA> <= <upper>').
/external/clang/lib/Headers/
Dsmmintrin.h420 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument
421 (__m128i)__builtin_ia32_pcmpestrm128((__v16qi)(__m128i)(A), (int)(LA), \
424 #define _mm_cmpestri(A, LA, B, LB, M) \ argument
425 (int)__builtin_ia32_pcmpestri128((__v16qi)(__m128i)(A), (int)(LA), \
446 #define _mm_cmpestra(A, LA, B, LB, M) \ argument
447 (int)__builtin_ia32_pcmpestria128((__v16qi)(__m128i)(A), (int)(LA), \
450 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument
451 (int)__builtin_ia32_pcmpestric128((__v16qi)(__m128i)(A), (int)(LA), \
454 #define _mm_cmpestro(A, LA, B, LB, M) \ argument
455 (int)__builtin_ia32_pcmpestrio128((__v16qi)(__m128i)(A), (int)(LA), \
[all …]

12345678910>>...32