Searched refs:FLOATTYPE (Results 1 - 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.h23 #define FLOATTYPE 5 macro
H A DLangDumpDecl.h32 #define FLOATTYPE 5 macro
H A DLangParser.h32 #define FLOATTYPE 5 macro
H A DLangLexer.m131 // $ANTLR start "FLOATTYPE"
139 NSInteger _type = FLOATTYPE;
162 /* $ANTLR end "FLOATTYPE" */
341 // Lang.g:1:8: ( T__10 | INTTYPE | FLOATTYPE | ID | INT | WS ) //ruleblock
492 // Lang.g:1:24: FLOATTYPE // alt
H A DLangParser.m195 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
443 * Lang.g:14:1: type : ( INTTYPE | FLOATTYPE );
463 // Lang.g:14:6: ( INTTYPE | FLOATTYPE ) // ruleBlockSingleAlt
473 if ([input LA:1] == FLOATTYPE||[input LA:1] == INTTYPE) {
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h15 #define DECL_GSSVX(PREFIX,FLOATTYPE,KEYTYPE) \
17 typedef struct { FLOATTYPE for_lu; FLOATTYPE total_needed; int expansions; } PREFIX##mem_usage_t; \
19 char *, FLOATTYPE *, FLOATTYPE *, SuperMatrix *, SuperMatrix *, \
21 FLOATTYPE *, FLOATTYPE *, FLOATTYPE *, FLOATTYPE *, \
26 FLOATTYPE *
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex8497 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,
8506 % #1 is the optional FLOATTYPE, the text label for this float, typically
8516 % We keep a separate counter for each FLOATTYPE, which we reset at each
8553 % We want each FLOATTYPE to be numbered separately (Figure 1,
8714 % @listoffloats FLOATTYPE - print a list of floats like a table of contents.

Completed in 507 milliseconds