Searched refs:CONST (Results 26 - 50 of 129) sorted by relevance

123456

/freebsd-10.2-release/contrib/gdtoa/
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)
H A DstrtodI.c53 strtodI(s, sp, dd) CONST char *s; char **sp; double *dd;
55 strtodI(CONST char *s, char **sp, double *dd)
H A Dstrtopdd.c36 strtopdd(s, sp, dd) CONST char *s; char **sp; double *dd;
38 strtopdd(CONST char *s, char **sp, double *dd)
H A Dgethex.c41 CONST char **sp; FPI *fpi; Long *exp; Bigint **bp; int sign;
43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
47 CONST unsigned char *decpt, *s0, *s, *s1;
73 s0 = *(CONST unsigned char **)sp + 2;
H A Dstrtordd.c175 strtordd(s, sp, rounding, dd) CONST char *s; char **sp; int rounding; double *dd;
177 strtordd(CONST char *s, char **sp, int rounding, double *dd)
H A Dmisc.c822 CONST double
825 CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, 1e-256
830 CONST double tinytens[] = { 1e-16, 1e-32, 1e-64 };
833 CONST double tinytens[] = { 1e-16, 1e-32 };
837 CONST double
851 strcp_D2A(char *a, CONST char *b)
H A Dstrtod.c49 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128,
87 (s00, se, loc) CONST char *s00; char **se; locale_t loc
89 (CONST char *s00, char **se, locale_t loc)
97 CONST char *s, *s0, *s1;
1080 (s00, se, loc) CONST char *s00; char **se; locale_t
1082 (CONST char *s00, char **se)
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt_dll.h33 CONST PMINIDUMP_EXCEPTION_INFORMATION ExceptionParam,
34 CONST PMINIDUMP_USER_STREAM_INFORMATION UserStreamParam,
35 CONST PMINIDUMP_CALLBACK_INFORMATION CallbackParam);
/freebsd-10.2-release/contrib/byacc/test/
H A Dbtyacc_calc1.y37 %token <dval> CONST /* floating point constant */
76 dexp : CONST
263 return (CONST);
H A Dcalc1.y39 %token <dval> CONST /* floating point constant */
78 dexp : CONST
244 return (CONST);
H A Dvarsyntax_calc1.y40 %token <dval> CONST // floating point constant */
80 dexp : CONST
246 return (CONST);
H A Dbtyacc_demo.y54 %token EXTERN REGISTER STATIC CONST VOLATILE IF THEN ELSE CLCL
138 CONST [ $$ = bare_const(); ]
/freebsd-10.2-release/contrib/gperf/src/
H A Doptions.h73 CONST = 1 << 9, enumerator in enum:Option_Type
/freebsd-10.2-release/contrib/gcclibs/include/
H A Dansidecl.h111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
188 #define CONST const macro
227 #define CONST macro
/freebsd-10.2-release/contrib/gdb/include/
H A Dansidecl.h111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
183 #define CONST const macro
222 #define CONST macro
/freebsd-10.2-release/contrib/binutils/include/
H A Dansidecl.h111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
188 #define CONST const macro
227 #define CONST macro
/freebsd-10.2-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h57 CONST, enumerator in enum:__anon7845
/freebsd-10.2-release/contrib/nvi/common/
H A Dkey.h25 #define CONST macro
40 #define CONST const macro
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Dxcoff.h66 or a CONST containing one of them. If -mfp-in-toc (the default),
77 || (GET_CODE (X) == CONST && GET_CODE (XEXP (X, 0)) == PLUS \
/freebsd-10.2-release/contrib/gcc/
H A Dgenattr.c47 int is_const = GET_CODE (XEXP (attr, 2)) == CONST;
H A Dgensupport.c489 case CONST:
1333 {"general_operand", false, {CONST_INT, CONST_DOUBLE, CONST, SYMBOL_REF,
1335 {"address_operand", true, {CONST_INT, CONST_DOUBLE, CONST, SYMBOL_REF,
1341 {"immediate_operand", false, {CONST_INT, CONST_DOUBLE, CONST, SYMBOL_REF,
1346 {"nonmemory_operand", false, {CONST_INT, CONST_DOUBLE, CONST, SYMBOL_REF,

Completed in 143 milliseconds

123456