Searched refs:CONST (Results 1 - 25 of 131) sorted by relevance

123456

/freebsd-10-stable/contrib/gdtoa/
H A Dgdtoa.h58 #ifndef CONST
60 #define CONST /* blank */ macro
62 #define CONST const macro
64 #endif /* CONST */
111 extern float strtof ANSI((CONST char *, char **));
112 extern double strtod ANSI((CONST char *, char **));
113 extern int strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
122 extern int strtoId ANSI((CONST char*, char**, double*, double*));
123 extern int strtoIdd ANSI((CONST char*, char**, double*, double*));
124 extern int strtoIf ANSI((CONST cha
[all...]
H A Dhexnan.c55 CONST char **sp; FPI *fpi; ULong *x0;
57 hexnan( CONST char **sp, FPI *fpi, ULong *x0)
61 CONST char *s;
75 while((c = *(CONST unsigned char*)(s+1)) && c <= ' ')
78 && *(CONST unsigned char*)(s+3) > ' ')
80 while((c = *(CONST unsigned char*)++s)) {
95 while(*(CONST unsigned char*)(s+1) <= ' ')
98 && *(CONST unsigned char*)(s+3) > ' ')
H A Dstrtof.c38 strtof_l(s, sp, loc) CONST char *s; char **sp; locale_t loc;
40 strtof_l(CONST char *s, char **sp, locale_t loc)
87 strtof(s, sp) CONST char *s; char **sp;
89 strtof(CONST char *s, char **sp)
H A Dgdtoaimp.h594 extern CONST double bigtens[], tens[], tinytens[];
618 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int));
620 extern int hexnan ANSI((CONST char**, FPI*, ULong*));
626 extern int match ANSI((CONST char**, char*));
635 extern Bigint *s2b ANSI((CONST char*, int, int, ULong, int));
638 extern int strtodg_l ANSI((CONST char*, char**, FPI*, Long*, ULong*, locale_t));
640 extern int strtoId ANSI((CONST char *, char **, double *, double *));
641 extern int strtoIdd ANSI((CONST char *, char **, double *, double *));
642 extern int strtoIf ANSI((CONST char *, char **, float *, float *));
643 extern int strtoIg ANSI((CONST cha
[all...]
H A DstrtoIQ.c36 strtoIQ(s, sp, a, b) CONST char *s; char **sp; void *a; void *b;
38 strtoIQ(CONST char *s, char **sp, void *a, void *b)
H A DstrtoId.c36 strtoId(s, sp, f0, f1) CONST char *s; char **sp; double *f0, *f1;
38 strtoId(CONST char *s, char **sp, double *f0, double *f1)
H A DstrtoIdd.c36 strtoIdd(s, sp, f0, f1) CONST char *s; char **sp; double *f0, *f1;
38 strtoIdd(CONST char *s, char **sp, double *f0, double *f1)
H A DstrtoIf.c36 strtoIf(s, sp, f0, f1) CONST char *s; char **sp; float *f0, *f1;
38 strtoIf(CONST char *s, char **sp, float *f0, float *f1)
H A DstrtoIx.c36 strtoIx(s, sp, a, b) CONST char *s; char **sp; void *a; void *b;
38 strtoIx(CONST char *s, char **sp, void *a, void *b)
H A DstrtoIxL.c36 strtoIxL(s, sp, a, b) CONST char *s; char **sp; void *a; void *b;
38 strtoIxL(CONST char *s, char **sp, void *a, void *b)
H A Dstrtopf.c36 strtopf(s, sp, f) CONST char *s; char **sp; float *f;
38 strtopf(CONST char *s, char **sp, float *f)
H A Dstrtopd.c38 strtopd(CONST char *s, char **sp, double *d)
H A Dstrtodnrp.c42 strtod(s, sp) CONST char *s; char **sp;
44 strtod(CONST char *s, char **sp)
H A DstrtopQ.c54 strtopQ(s, sp, V) CONST char *s; char **sp; void *V;
56 strtopQ(CONST char *s, char **sp, void *V)
H A Dstrtopx.c56 strtopx(s, sp, V) CONST char *s; char **sp; void *V;
58 strtopx(CONST char *s, char **sp, void *V)
H A DstrtopxL.c52 strtopxL(s, sp, V) CONST char *s; char **sp; void *V;
54 strtopxL(CONST char *s, char **sp, void *V)
H A Dstrtord.c73 strtord_l(s, sp, rounding, d, locale) CONST char *s; char **sp; int rounding;
76 strtord_l(CONST char *s, char **sp, int rounding, double *d, locale_t locale)
H A Dstrtorf.c69 strtorf(s, sp, rounding, f) CONST char *s; char **sp; int rounding; float *f;
71 strtorf(CONST char *s, char **sp, int rounding, float *f)
/freebsd-10-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_calc1.tab.h6 #define CONST 259 macro
H A Dcalc1.tab.h6 #define CONST 259 macro
H A Dvarsyntax_calc1.tab.h6 #define CONST 259 macro
H A Dbtyacc_demo.tab.h11 #define CONST 264 macro
/freebsd-10-stable/contrib/byacc/test/yacc/
H A Dcalc1.tab.h3 #define CONST 259 macro
H A Dvarsyntax_calc1.tab.h3 #define CONST 259 macro
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h34 CONST = 1, // value is a constant enumerator in enum:llvm::SDDbgValue::DbgValueKind
66 kind = CONST;
90 const Value *getConst() { assert (kind==CONST); return u.Const; }

Completed in 210 milliseconds

123456