Searched refs:REAL (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.2-release/contrib/byacc/test/btyacc/
H A Dinherit0.tab.h6 #define REAL 259 macro
H A Dbtyacc_destroy1.tab.h6 #define REAL 259 macro
H A Dbtyacc_destroy2.tab.h6 #define REAL 259 macro
H A Dbtyacc_destroy3.tab.h6 #define REAL 259 macro
H A Derr_inherit3.tab.h6 #define REAL 259 macro
H A Derr_inherit4.tab.h6 #define REAL 259 macro
H A Dinherit1.tab.h6 #define REAL 259 macro
H A Dinherit2.tab.h6 #define REAL 259 macro
H A Dbtyacc_destroy1.tab.c201 #define REAL 259 macro
340 "REAL","INTEGER","NAME","$accept","declaration","locnamelist","class","type",
349 "type : REAL",
H A Dbtyacc_destroy2.tab.c201 #define REAL 259 macro
340 "REAL","INTEGER","NAME","$accept","declaration","locnamelist","class","type",
349 "type : REAL",
H A Dbtyacc_destroy3.tab.c201 #define REAL 259 macro
340 "REAL","INTEGER","NAME","$accept","declaration","locnamelist","class","type",
349 "type : REAL",
/freebsd-10.2-release/contrib/byacc/test/
H A Dinherit0.y13 %token REAL INTEGER
29 type : REAL { $$ = 1; }
H A Derr_inherit1.y23 %token <tval> REAL INTEGER
60 type : REAL { $$ = tREAL; }
H A Dinherit1.y25 %token <tval> REAL INTEGER
53 type : REAL { $$ = tREAL; }
H A Dbtyacc_destroy1.y30 %token <tval> REAL INTEGER
71 type : REAL { $$ = tREAL; }
H A Dbtyacc_destroy2.y30 %token <tval> REAL INTEGER
71 type : REAL { $$ = tREAL; }
H A Dbtyacc_destroy3.y33 %token <tval> REAL INTEGER
74 type : REAL { $$ = tREAL; }
H A Derr_inherit2.y23 %token <tval> REAL INTEGER
60 type : REAL { $$ = tREAL; }
H A Derr_inherit3.y23 %token <tval> REAL INTEGER
60 type : REAL { $$ = tREAL; }
H A Derr_inherit4.y24 %token <tval> REAL INTEGER
62 type : REAL { $$ = tREAL; }
H A Derr_inherit5.y23 %token <tval> REAL INTEGER
60 type : REAL { $$ = tREAL; }
H A Dinherit2.y23 %token <tval> REAL INTEGER
60 type : REAL { $$ = tREAL; }
/freebsd-10.2-release/contrib/gcc/
H A Dreal.h57 #define REAL_EXP(REAL) \
58 ((int)((REAL)->uexp ^ (unsigned int)(1 << (EXP_BITS - 1))) \
60 #define SET_REAL_EXP(REAL, EXP) \
61 ((REAL)->uexp = ((unsigned int)(EXP) & (unsigned int)((1 << EXP_BITS) - 1)))
/freebsd-10.2-release/crypto/heimdal/lib/asn1/
H A Dlex.l128 REAL { return kw_REAL; }
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dlinker.c566 #undef REAL macro
567 #define REAL "__real_" macro
570 && CONST_STRNEQ (l, REAL)
571 && bfd_hash_lookup (info->wrap_hash, l + sizeof REAL - 1,
581 amt = strlen (l + sizeof REAL - 1) + 2;
588 strcat (n, l + sizeof REAL - 1);
594 #undef REAL macro

Completed in 67 milliseconds

12