#include <malloc.h>
#include <list>
#include "nel/ai/script/compilateur.h"
#include "nel/ai/script/constraint.h"
#include "nel/ai/script/type_def.h"
#include "nel/ai/script/object_unknown.h"
#include "nel/ai/logic/logic.h"
#include "nel/ai/fuzzy/fuzzy.h"
#include "nel/ai/logic/interpret_object_operator.h"
#include "nel/ai/script/interpret_fsm.h"
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | ACCOL_D 264 |
#define | ACCOL_G 263 |
#define | ACHIEVE 294 |
#define | AND 337 |
#define | AND_BIN 279 |
#define | AND_LOG 276 |
#define | AS 312 |
#define | ASK 295 |
#define | BEGIN_GRAMMAR 301 |
#define | BEGINING 320 |
#define | BREAK 296 |
#define | CHAINE 291 |
#define | COLLECTOR 314 |
#define | COMMENT 328 |
#define | COMPONENT 305 |
#define | const |
#define | CONSTRUCTION 306 |
#define | COS 344 |
#define | CROCHER_D 266 |
#define | CROCHER_G 265 |
#define | DEFINE 303 |
#define | DESTRUCTION 307 |
#define | DIFF 274 |
#define | DIGITAL 313 |
#define | DIV 285 |
#define | DO 316 |
#define | EG_LOG 269 |
#define | EG_MATH 267 |
#define | END 317 |
#define | END_GRAMMAR 321 |
#define | EVEN 300 |
#define | EXEC 293 |
#define | FACT 350 |
#define | FIN 258 |
#define | FIS 343 |
#define | FOIS 284 |
#define | FROM 302 |
#define | FUZZY 338 |
#define | FUZZYRULE 339 |
#define | FUZZYRULESET 340 |
#define | FUZZYVAR 342 |
#define | GOAL 326 |
#define | GROUP 304 |
#define | IA_ASSERT 335 |
#define | IDENT 260 |
#define | IF 318 |
#define | INF 271 |
#define | INF_EG 273 |
#define | INTERROGATION 290 |
#define | KILL 298 |
#define | LEPOINT 288 |
#define | LN 348 |
#define | LOCAL 310 |
#define | LOG 349 |
#define | LOGICVAR 333 |
#define | MAESSAGELOOP 309 |
#define | MESSAGE_MANAGER 308 |
#define | MOINS 283 |
#define | MSG 332 |
#define | NEW 322 |
#define | NILL 292 |
#define | NOMBRE 259 |
#define | NON_BIN 277 |
#define | OR 336 |
#define | OR_BIN 278 |
#define | OR_LOG 275 |
#define | PAR_D 262 |
#define | PAR_G 261 |
#define | PARSER_NO_REDEF_YYTABLE_H_ |
#define | PERROR 299 |
#define | PLUS 282 |
#define | POINT_DEUX 289 |
#define | POINT_VI 287 |
#define | POSTCONDITION 325 |
#define | POW 347 |
#define | POWER 286 |
#define | PRECONDITION 324 |
#define | PRIORITY 331 |
#define | RETURN 327 |
#define | RULE 334 |
#define | SCOP 281 |
#define | SETS 341 |
#define | SIN 345 |
#define | STATIC 311 |
#define | STEPS 329 |
#define | SUP 270 |
#define | SUP_EG 272 |
#define | TAN 346 |
#define | TELL 297 |
#define | THEN 319 |
#define | TRIGGER 323 |
#define | UPDATEEVERY 330 |
#define | VIRGULE 268 |
#define | WITH 315 |
#define | XOR_BIN 280 |
#define | YYABORT return(1) |
#define | YYACCEPT return(0) |
#define | YYBACKUP(token, value) |
#define | YYBISON 1 /* Identify Bison output. */ |
#define | yyclearin (yychar = YYEMPTY) |
#define | YYEMPTY -2 |
#define | YYEOF 0 |
#define | YYERRCODE 256 |
#define | yyerrok (yyerrstatus = 0) |
#define | YYERROR goto yyerrlab1 |
#define | YYFAIL goto yyerrlab |
#define | YYFINAL 419 |
#define | YYFLAG -32768 |
#define | YYINITDEPTH 200 |
#define | YYLAST 743 |
#define | YYLEX yylex() |
#define | YYMAXDEPTH 10000 |
#define | YYNTBASE 96 |
#define | YYPARSE_PARAM_ARG |
#define | YYPARSE_PARAM_DECL |
#define | YYPOPSTACK (yyvsp--, yyssp--) |
#define | YYRECOVERING() (!!yyerrstatus) |
#define | YYSTYPE int |
#define | YYTERROR 1 |
#define | YYTRANSLATE(x) ((unsigned)(x) <= 350 ? yytranslate[x] : 253) |
Functions | |
void | __yy_memcpy (to, from, count) char *to |
Variables | |
int | count |
char * | from |
int | yychar |
short | yycheck [] |
short | yydefact [] |
short | yydefgoto [] |
int | yylval |
int | yynerrs |
short | yypact [] |
short | yypgoto [] |
short | yyr1 [] |
short | yyr2 [] |
short | yytable [] |
char | yytranslate [] |
|
Definition at line 15 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 14 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 45 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 88 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 30 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 27 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 63 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 46 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 52 of file ytable.cpp. |
|
Definition at line 71 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 47 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 42 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 65 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 79 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 56 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
|
Definition at line 57 of file ytable.cpp. |
|
Definition at line 95 of file ytable.cpp. |
|
Definition at line 17 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 16 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 54 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 58 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 25 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 64 of file ytable.cpp. |
|
Definition at line 36 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 67 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 20 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 18 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 68 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(), and CVPParser::parseInstruction(). |
|
Definition at line 72 of file ytable.cpp. |
|
Definition at line 51 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 44 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 101 of file ytable.cpp. |
|
Definition at line 9 of file ytable.cpp. |
|
Definition at line 94 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 35 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 53 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 89 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 90 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 91 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 93 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 77 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 55 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 86 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 11 of file ytable.cpp. Referenced by NLAISCRIPT::GetIdentType(). |
|
Definition at line 69 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 22 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 24 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 41 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 49 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 39 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 99 of file ytable.cpp. |
|
Definition at line 61 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 100 of file ytable.cpp. Referenced by NLMISC::CLog::CLog(), and CVPParser::parseInstruction(). |
|
Definition at line 84 of file ytable.cpp. |
|
Definition at line 60 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 59 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 34 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 83 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 73 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 43 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 10 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 28 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 87 of file ytable.cpp. |
|
Definition at line 29 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 26 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 13 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 12 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 107 of file ytable.cpp. |
|
Definition at line 50 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 33 of file ytable.cpp. Referenced by cflex(), and NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 40 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 38 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 76 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 98 of file ytable.cpp. |
|
Definition at line 37 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 75 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 82 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 78 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 85 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 32 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 92 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 96 of file ytable.cpp. |
|
Definition at line 62 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 80 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 21 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 23 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 97 of file ytable.cpp. |
|
Definition at line 48 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 70 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 74 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 81 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 19 of file ytable.cpp. Referenced by NLAISCRIPT::yyFlexLexer::yylex(). |
|
Definition at line 66 of file ytable.cpp. Referenced by NLAISCRIPT::InitDico(). |
|
Definition at line 31 of file ytable.cpp. |
|
Definition at line 776 of file ytable.cpp. |
|
Definition at line 775 of file ytable.cpp. |
|
Value: do \ if (yychar == YYEMPTY && yylen == 1) \ { yychar = (token), yylval = (value); \ yychar1 = YYTRANSLATE (yychar); \ YYPOPSTACK; \ goto yybackup; \ } \ else \ { yyerror ("syntax error: cannot back up"); YYERROR; } \ while (0) Definition at line 784 of file ytable.cpp. |
|
Definition at line 6 of file ytable.cpp. |
|
Definition at line 772 of file ytable.cpp. |
|
Definition at line 773 of file ytable.cpp. |
|
Definition at line 774 of file ytable.cpp. |
|
Definition at line 797 of file ytable.cpp. |
|
Definition at line 771 of file ytable.cpp. |
|
Definition at line 777 of file ytable.cpp. |
|
Definition at line 782 of file ytable.cpp. |
|
Definition at line 133 of file ytable.cpp. |
|
Definition at line 134 of file ytable.cpp. |
|
Definition at line 844 of file ytable.cpp. |
|
Definition at line 550 of file ytable.cpp. |
|
Definition at line 800 of file ytable.cpp. |
|
Definition at line 855 of file ytable.cpp. |
|
Definition at line 135 of file ytable.cpp. |
|
|
|
|
|
|
|
Definition at line 783 of file ytable.cpp. |
|
Definition at line 121 of file ytable.cpp. |
|
Definition at line 796 of file ytable.cpp. |
|
Definition at line 137 of file ytable.cpp. |
|
|
|
Definition at line 874 of file ytable.cpp. |
|
|
Definition at line 823 of file ytable.cpp. |
|
Definition at line 631 of file ytable.cpp. |
|
Initial value: { 0, 0, 9, 0, 1, 5, 0, 0, 0, 11, 2, 0, 0, 0, 10, 0, 7, 91, 4, 0, 92, 0, 0, 47, 0, 0, 0, 0, 0, 19, 21, 23, 27, 25, 26, 30, 37, 38, 40, 41, 42, 39, 24, 86, 0, 14, 0, 13, 12, 6, 0, 0, 44, 56, 0, 0, 0, 0, 0, 3, 22, 31, 87, 95, 0, 93, 94, 0, 199, 211, 0, 215, 0, 0, 115, 0, 217, 198, 190, 191, 192, 193, 195, 196, 194, 197, 0, 220, 0, 0, 0, 0, 0, 111, 0, 0, 201, 125, 0, 0, 112, 138, 137, 168, 166, 185, 200, 203, 205, 204, 208, 207, 206, 210, 209, 156, 144, 0, 29, 0, 0, 148, 153, 0, 149, 0, 0, 0, 43, 33, 32, 50, 54, 0, 52, 53, 0, 0, 90, 88, 165, 15, 0, 211, 201, 168, 200, 0, 172, 167, 240, 0, 168, 0, 136, 230, 226, 254, 251, 245, 8, 113, 114, 117, 116, 118, 126, 128, 119, 139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 146, 28, 0, 145, 0, 150, 63, 0, 0, 45, 59, 0, 66, 0, 57, 0, 48, 0, 0, 0, 0, 0, 96, 17, 101, 0, 99, 0, 0, 0, 0, 202, 218, 0, 238, 141, 225, 0, 0, 0, 0, 0, 0, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 214, 0, 0, 0, 147, 151, 154, 0, 67, 0, 0, 0, 60, 61, 62, 0, 0, 34, 36, 51, 55, 76, 0, 0, 98, 0, 0, 110, 103, 108, 89, 0, 0, 216, 219, 0, 0, 221, 0, 231, 232, 227, 0, 255, 256, 252, 246, 247, 127, 0, 0, 134, 133, 131, 0, 169, 171, 174, 176, 178, 180, 182, 184, 187, 189, 124, 157, 0, 158, 0, 0, 64, 80, 71, 46, 58, 49, 0, 0, 18, 100, 102, 0, 0, 0, 242, 0, 0, 0, 240, 0, 0, 0, 259, 0, 0, 0, 0, 0, 129, 140, 162, 0, 160, 163, 0, 152, 155, 0, 0, 0, 77, 106, 109, 16, 0, 0, 239, 142, 224, 0, 222, 235, 0, 228, 0, 0, 253, 248, 250, 135, 0, 159, 0, 65, 0, 0, 82, 70, 68, 69, 0, 0, 0, 121, 243, 0, 223, 234, 0, 258, 161, 0, 85, 81, 0, 72, 78, 107, 0, 0, 260, 164, 84, 0, 0, 122, 143, 0, 0, 0, 261, 73, 79, 0, 0 } Definition at line 421 of file ytable.cpp. |
|
Initial value: { 3, 4, 5, 50, 6, 7, 8, 15, 14, 47, 214, 209, 28, 29, 30, 31, 32, 33, 34, 130, 202, 203, 35, 36, 37, 125, 255, 38, 54, 260, 39, 204, 40, 134, 205, 41, 126, 259, 194, 195, 251, 352, 196, 385, 197, 354, 408, 135, 321, 386, 409, 198, 353, 380, 399, 381, 42, 43, 213, 44, 64, 65, 136, 66, 137, 210, 211, 212, 266, 387, 272, 273, 92, 93, 94, 142, 403, 95, 182, 144, 229, 97, 230, 231, 98, 297, 294, 99, 100, 101, 232, 102, 280, 390, 119, 120, 121, 313, 122, 314, 123, 183, 124, 346, 347, 348, 141, 103, 170, 171, 172, 173, 174, 175, 176, 177, 104, 178, 179, 105, 146, 107, 147, 108, 218, 109, 153, 332, 365, 222, 110, 224, 336, 156, 223, 283, 335, 111, 279, 330, 360, 112, 113, 227, 290, 340, 341, 114, 226, 339, 158, 225, 287, 338, 288, 369, 412 } Definition at line 466 of file ytable.cpp. |
|
Definition at line 824 of file ytable.cpp. |
|
Definition at line 832 of file ytable.cpp. |
|
Initial value: { -22, 23,-32768, 38,-32768,-32768, 58, 78, 63,-32768,-32768, 96, 146, 14,-32768, 86, 61,-32768,-32768, 128,-32768, 130, 134,-32768, 137, 151, 163, 165, 126,-32768, 183, -32768,-32768,-32768,-32768, 56,-32768,-32768,-32768,-32768,-32768, -32768, 8,-32768, 122,-32768, 184,-32768,-32768,-32768, 490, 21,-32768,-32768, 169, 170, 200, 203, 4,-32768,-32768, -32768,-32768, 207, 30,-32768,-32768, 172,-32768, 185, 594, -32768, 607, 607,-32768, 51,-32768,-32768,-32768,-32768,-32768, -32768,-32768,-32768,-32768,-32768, 594,-32768, 594, 160, 161, 217, 264,-32768, 196, 202, 44,-32768, 226, 212,-32768, -32768,-32768, 176, 119, 213, 89,-32768,-32768,-32768,-32768, -32768,-32768,-32768,-32768,-32768,-32768, 229,-32768, 22, 215, -32768,-32768, 31,-32768, 2, 2, 216,-32768, 250,-32768, -32768,-32768, 254,-32768,-32768, 255, 256,-32768, 490,-32768, -32768, 235,-32768, 231, 222, 26, 594, 119, 119,-32768, 266, 361, 267, 416,-32768,-32768,-32768,-32768,-32768,-32768, -32768,-32768,-32768,-32768,-32768, 268, 269,-32768,-32768, 248, 251, 259, 271, 265, 272, 270, 276, 262, 253, 279, 280, 281, 278, 172,-32768,-32768, 282,-32768, 101,-32768, -32768, 153, 291,-32768, 2, 285,-32768, 286,-32768, 292, -32768, 287, 200, 288, 289, 305,-32768, 17, 298, 32, 290, 307, 261, 300, 309,-32768, 416, 102,-32768,-32768, -32768, 319, 294, 273, 324, 275, 258,-32768, 607, 594, 337, 490, 607, 607, 607, 607, 607, 607, 607, 607, 607, 607,-32768,-32768, 594, 299, 83,-32768,-32768,-32768, 490,-32768, 340, 341, 295,-32768,-32768,-32768, 296, 315, -32768,-32768,-32768,-32768,-32768, 335, 347,-32768, 256, 256, -32768, 346,-32768,-32768, 256, 304,-32768, 416, 594, 490, -32768, 155,-32768, 85,-32768, 348,-32768, 301,-32768,-32768, 297, 329, 213, 34, 416,-32768,-32768, 328, 119, 119, 119, 119, 119, 119, 119, 119, 213, 213, 416,-32768, 658,-32768, 359, 367, 490,-32768,-32768,-32768,-32768,-32768, 306, 379,-32768, 298, 298, 307, 103, 387, 699, 378, 382, 542,-32768, 294, 316, 294,-32768, 317, 324, 388, 258, 594,-32768,-32768, 55, 139,-32768,-32768, 368,-32768, -32768, 393, 370, 94,-32768,-32768,-32768,-32768, 398, 594, -32768,-32768,-32768, 87,-32768,-32768, 294,-32768, 318, 324, -32768,-32768,-32768, 416, 658,-32768, 15,-32768, 403, 402, 376,-32768,-32768,-32768, 410, 423, 414,-32768,-32768, 490, -32768,-32768, 431,-32768,-32768, 607,-32768,-32768, 370,-32768, -32768,-32768, 430, 436,-32768, 213,-32768, 432, 440,-32768, -32768, 441, 406, 418,-32768,-32768,-32768, 451,-32768 } Definition at line 485 of file ytable.cpp. |
|
Initial value: {-32768, 449,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, -165,-32768, 425,-32768,-32768,-32768, 421,-32768, 257,-32768, -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, -32768,-32768,-32768,-32768,-32768,-32768,-32768, -117,-32768,-32768, -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 326,-32768, 60,-32768,-32768,-32768, 415,-32768,-32768,-32768, -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 136, -62, -89,-32768,-32768,-32768,-32768,-32768, -50,-32768, 234,-32768,-32768,-32768, 171, 138,-32768, -88,-32768,-32768, -32768,-32768,-32768,-32768, 350,-32768,-32768,-32768,-32768,-32768, -32768,-32768,-32768, 107,-32768, 302, -65,-32768,-32768,-32768, -32768,-32768,-32768,-32768,-32768, -61,-32768,-32768, -212, -49, -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, -32768,-32768,-32768,-32768, -318,-32768, -217,-32768, 123,-32768, -32768,-32768,-32768, 143,-32768,-32768, -220,-32768,-32768,-32768, -32768, -315,-32768,-32768,-32768,-32768 } Definition at line 530 of file ytable.cpp. |
|
Initial value: { 0, 96, 96, 97, 97, 97, 98, 99, 98, 100, 101, 103, 102, 104, 104, 106, 105, 107, 107, 108, 108, 109, 109, 110, 110, 110, 110, 111, 112, 112, 113, 113, 114, 116, 115, 117, 115, 118, 118, 118, 118, 118, 118, 119, 121, 122, 120, 124, 125, 123, 127, 126, 128, 129, 130, 129, 132, 133, 131, 134, 134, 135, 135, 136, 137, 135, 135, 138, 139, 139, 139, 141, 142, 140, -1, -1, 144, 145, 146, 143, 148, 147, 149, 150, 149, 151, 152, 152, 154, 153, 153, 155, 155, 156, 156, 158, 157, 160, 159, 161, 161, 162, 162, 107, 163, 164, 165, 163, 166, 166, 167, 168, 168, 168, 168, 169, 169, 169, 169, 169, 171, 172, 170, 174, 173, 175, 176, 175, 178, 177, 179, 177, 180, 181, 182, 182, 183, 184, 184, 186, 185, 188, 189, 187, 190, 190, 190, 190, 191, 191, 192, 193, 192, 192, 195, 194, 197, 196, 198, 198, 199, 199, 200, 200, 201, 202, 203, 203, 204, 203, 205, 203, 203, 206, 203, 207, 203, 208, 203, 209, 203, 210, 203, 211, 203, 212, 213, 212, 214, 212, 215, 215, 215, 215, 215, 215, 215, 215, 215, 215, 215, 215, 215, 215, 215, 215, 215, 215, 215, 215, 215, 216, 216, 216, 216, 218, 217, 219, 220, 220, 222, 223, 221, 224, 224, 225, 227, 228, 226, -1, 230, 229, 231, 232, 231, 231, -1, -1, 234, 233, 233, 235, 236, 235, 237, 239, 238, 241, 240, 242, 240, 244, 245, 243, 247, 246, 248, 249, 248, 251, 252, 250, -1, -1, -1, -1, -1, -1, -1, -1 } Definition at line 361 of file ytable.cpp. |
|
Initial value: { 0, 1, 2, 4, 3, 1, 4, 0, 6, 1, 2, 0, 4, 2, 2, 0, 7, 1, 3, 1, 1, 1, 2, 1, 1, 1, 1, 1, 4, 3, 1, 2, 3, 0, 3, 0, 3, 1, 1, 1, 1, 1, 1, 3, 0, 0, 6, 0, 0, 6, 0, 5, 3, 1, 0, 3, 0, 0, 6, 1, 2, 2, 2, 0, 0, 5, 1, 2, 1, 1, 1, 0, 0, 9, 0, 7, 0, 0, 0, 10, 0, 6, 1, 0, 3, 2, 1, 2, 0, 5, 3, 1, 1, 1, 1, 0, 3, 0, 4, 1, 3, 1, 3, 2, 1, 0, 0, 6, 1, 3, 1, 1, 1, 2, 2, 1, 2, 2, 2, 2, 0, 0, 9, 0, 4, 1, 0, 4, 0, 5, 0, 4, 1, 1, 1, 3, 2, 1, 1, 0, 5, 0, 0, 9, 1, 2, 2, 3, 1, 1, 2, 0, 5, 1, 0, 5, 0, 4, 4, 6, 1, 3, 1, 1, 4, 1, 1, 2, 0, 4, 0, 4, 2, 0, 4, 0, 4, 0, 4, 0, 4, 0, 4, 0, 4, 1, 0, 4, 0, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 0, 4, 1, 1, 2, 0, 0, 6, 2, 1, 1, 0, 0, 6, 1, 0, 3, 1, 0, 4, 3, 2, 2, 0, 6, 2, 1, 0, 3, 2, 0, 4, 0, 3, 0, 3, 0, 0, 6, 0, 3, 1, 0, 4, 0, 0, 7, 0, 0, 0, 7, 1, 0, 3, 1 } Definition at line 391 of file ytable.cpp. |
|
Definition at line 553 of file ytable.cpp. |
|
Initial value: { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95 } Definition at line 139 of file ytable.cpp. |