/external/clang/test/CodeGen/ |
D | sse42-builtins.c | 11 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/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleCLexer.java | 259 …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()
|
D | SimpleCLexer.m | 221 …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 …]
|
D | SimpleCTP.java | 67 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/antlr/runtime/Perl5/t/classes/Test/ANTLR/Runtime/ |
D | ANTLRStringStream.pm | 14 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/ |
D | TestLookaheadStream.java | 11 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/eigen/Eigen/src/Core/ |
D | Assign_MKL.h | 119 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/ |
D | TLexer.m | 116 …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/ObjC/Framework/examples/combined/ |
D | CombinedLexer.m | 81 …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/antlr/runtime/ActionScript/project/test/org/antlr/runtime/test/ |
D | TestANTLRStringStream.as | 44 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/lexertest-simple/ |
D | TestLexer.m | 89 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/ |
D | JavaLexer.java | 209 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 …]
|
D | JavaParser.java | 508 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/antlr/runtime/ObjC/Framework/examples/LL-star/ |
D | SimpleCLexer.m | 562 …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/ |
D | LangLexer.m | 189 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/ |
D | Fuzzy.m | 86 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 73 for (uint16_t LA = DW_OP_lit0; LA <= DW_OP_lit31; ++LA) in getDescriptions() local 74 Descriptions[LA] = Desc(Op::Dwarf2); in getDescriptions() 75 for (uint16_t LA = DW_OP_reg0; LA <= DW_OP_reg31; ++LA) in getDescriptions() local 76 Descriptions[LA] = Desc(Op::Dwarf2); in getDescriptions() 77 for (uint16_t LA = DW_OP_breg0; LA <= DW_OP_breg31; ++LA) in getDescriptions() local 78 Descriptions[LA] = Desc(Op::Dwarf2, Op::SignedSizeLEB); in getDescriptions()
|
/external/antlr/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTableLexer.m | 359 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/ |
D | ANTLRxxxxStreamFixture.cs | 126 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/clang/lib/Headers/ |
D | smmintrin.h | 420 #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 …]
|
/external/antlr/runtime/Python/ |
D | TODO | 72 - 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
|
D | ChangeLog | 4 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/antlr/runtime/ObjC/Framework/examples/polydiff/ |
D | PolyLexer.m | 155 NSInteger LA1_0 = [input LA:1]; 166 if ((([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) { 226 NSInteger LA2_0 = [input LA:1]; 237 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) { 295 NSInteger LA3_0 = [input LA:1]; 306 …if ((([input LA:1] >= '\t') && ([input LA:1] <= '\n'))||[input LA:1] == '\r'||[input LA:1] == ' ')… 353 unichar charLA4 = [input LA:1];
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | fp16-litpool3-arm.mir | 21 br i1 %tobool, label %LA, label %END 23 LA: ; preds = %entry 27 END: ; preds = %LA, %entry 86 # aligned. Here BB.1.LA has already an 8-byte alignment, and we are 89 #CHECK: bb.{{.*}}.LA (align 3): 103 bb.1.LA (align 3):
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBasicBlockInfo.h | 89 unsigned LA = std::max(unsigned(PostAlign), LogAlign); 90 if (!LA) 93 return PO + UnknownPadding(LA, internalKnownBits());
|