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

12345

/freebsd-9.3-release/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)
H A DstrtorxL.c88 strtorxL(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L;
90 strtorxL(CONST char *s, char **sp, int rounding, void *L)
H A Dsmisc.c37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9;
39 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
116 (CONST char **sp, char *t)
120 CONST char *s = *sp;
H A DstrtoIg.c36 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; FPI *fpi; Long *exp; Bigint **B; int *rvp;
38 strtoIg(CONST char *s00, char **se, FPI *fpi, Long *exp, Bigint **B, int *rvp)
H A DstrtorQ.c106 strtorQ_l(s, sp, rounding, L, locale) CONST char *s; char **sp; int rounding;
109 strtorQ_l(CONST char *s, char **sp, int rounding, void *L, locale_t locale)
H A Dstrtorx.c109 strtorx_l(s, sp, rounding, L, locale) CONST char *s; char **sp; int rounding;
112 strtorx_l(CONST char *s, char **sp, int rounding, void *L, locale_t locale)
/freebsd-9.3-release/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; }
/freebsd-9.3-release/contrib/gperf/src/
H A Doptions.h73 CONST = 1 << 9, enumerator in enum:Option_Type

Completed in 107 milliseconds

12345