Searched refs:VAL (Results 1 - 25 of 129) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A DWunsuffixed-float-constants-1.c4 #define VAL 0.5; macro
11 double b = VAL; /* { dg-warning "unsuffixed float constant" } */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-alu.h100 ALU*_ADD(VAL): Add VAL to the ALU accumulator. Record any
103 ALU*_ADDC(VAL): Add VAL to the ALU accumulator. Record any
106 ALU*_ADDC_C(VAL,CI): Add VAL and CI (carry-in). Record any
111 ALU*_SUB(VAL): Subtract VAL from the ALU accumulator. Record
114 ALU*_SUBC(VAL): Subtract VAL fro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dobj-coff-seh.h159 #define PEX64_UNWCODE_CODE(VAL) ((VAL) & 0xf)
160 #define PEX64_UNWCODE_INFO(VAL) (((VAL) >> 4) & 0xf)
184 #define PEX64_UWI_VERSION(VAL) ((VAL) & 7)
185 #define PEX64_UWI_FLAGS(VAL) (((VAL) >> 3) & 0x1f)
186 #define PEX64_UWI_FRAMEREG(VAL) ((VAL)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cr16/
H A Dcr16_sim.h112 #define SLOT_PEND_MASK(DEST, MSK, VAL) \
120 SLOT[SLOT_NR].data._1 = (unsigned_1) (VAL); \
124 SLOT[SLOT_NR].data._2 = (unsigned_2) (VAL); \
128 SLOT[SLOT_NR].data._4 = (unsigned_4) (VAL); \
135 #define SLOT_PEND(DEST, VAL) SLOT_PEND_MASK(DEST, 0, VAL)
236 #define SET_GPR(N,VAL) (State.regs[(N)] = (VAL))
243 #define SET_GPR32(N,VAL) do { \
245 { SET_GPR (N + 1, (VAL) >> 1
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/d10v/
H A Dd10v_sim.h104 #define SLOT_PEND_MASK(DEST, MSK, VAL) \
112 SLOT[SLOT_NR].data._1 = (unsigned_1) (VAL); \
116 SLOT[SLOT_NR].data._2 = (unsigned_2) (VAL); \
120 SLOT[SLOT_NR].data._4 = (unsigned_4) (VAL); \
124 SLOT[SLOT_NR].data._8 = (unsigned_8) (VAL); \
131 #define SLOT_PEND(DEST, VAL) SLOT_PEND_MASK(DEST, 0, VAL)
236 #define SET_GPR(N,VAL) SLOT_PEND (State.regs[(N)], (VAL))
240 #define SET_GPR32(N,VAL) d
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/clib/
H A Dmemset.c60 #define VAL 0 macro
69 #define VAL c0
99 *dst++ = VAL;
121 *dst++ = VAL;
136 *dst++ = VAL;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/compat/
H A Dscalar-by-value-x.h8 #define TEST_FUNCS(NAME, TYPE, PADT, VAL, VAL2) \
30 NAME##_f0 (VAL, VAL2); \
32 NAME##_f1 ((PADT) 0, VAL, VAL2); \
34 NAME##_f2 ((PADT) 0, (PADT) 0, VAL, VAL2); \
36 NAME##_f3 ((PADT) 0, (PADT) 0, (PADT) 0, VAL, VAL2); \
38 NAME##_f4 ((PADT) 0, (PADT) 0, (PADT) 0, (PADT) 0, VAL, VAL2); \
41 VAL, VAL2); \
44 (PADT) 0, VAL, VAL2); \
47 (PADT) 0, (PADT) 0, VAL, VAL2); \
50 (PADT) 0, (PADT) 0, (PADT) 0, VAL, VAL
[all...]
H A Dscalar-by-value-y.h14 #define TEST_FUNCS(NAME, TYPE, PADT, VAL, VAL2) \
17 if (memcmp (&a, &VAL, sizeof (a)) != 0 || b != VAL2) \
24 || memcmp (&a, &VAL, sizeof (a)) != 0 || b != VAL2) \
32 || memcmp (&a, &VAL, sizeof (a)) != 0 || b != VAL2) \
41 || memcmp (&a, &VAL, sizeof (a)) != 0 || b != VAL2) \
51 || memcmp (&a, &VAL, sizeof (a)) != 0 || b != VAL2) \
63 || memcmp (&a, &VAL, sizeof (a)) != 0 || b != VAL2) \
76 || memcmp (&a, &VAL, sizeof (a)) != 0 || b != VAL2) \
90 || memcmp (&a, &VAL, sizeof (a)) != 0 || b != VAL2) \
105 || memcmp (&a, &VAL, sizeo
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D960117-1.c17 typedef struct T_VAL VAL; typedef in typeref:struct:T_VAL
19 VAL curval = {0};
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D960117-1.c17 typedef struct T_VAL VAL; typedef in typeref:struct:T_VAL
19 VAL curval = {0};
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dfptr.c47 #define SIGN_EXTEND(VAL,BITS) \
48 ((int) ((VAL) >> ((BITS) - 1) ? (-1 << (BITS)) | (VAL) : (VAL)))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dfptr.c42 #define SIGN_EXTEND(VAL,BITS) \
43 ((int) ((VAL) >> ((BITS) - 1) ? (-1 << (BITS)) | (VAL) : (VAL)))
/netbsd-6-1-5-RELEASE/common/lib/libc/string/
H A Dmemset.c69 #define VAL 0 macro
76 #define VAL c0
107 *dst++ = VAL;
129 *dst++ = VAL;
144 *dst++ = VAL;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Didecode_expression.h270 #define CR_SET(REG, VAL) MBLIT32(CR, REG*4, REG*4+3, VAL)
272 #define CR_SET_XER_SO(REG, VAL) \
275 ? (cr_i_summary_overflow | VAL) \
276 : VAL); \
306 #define STORE(EA, NR_BYTES, VAL) \
308 vm_data_map_write_##NR_BYTES(cpu_data_map(processor), EA, VAL, \
344 #define FPSCR_SET(REG, VAL) MBLIT32(FPSCR, REG*4, REG*4+3, VAL)
347 #define FPSCR_SET_FPCC(VAL) MBLIT3
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m68hc11/
H A Dsim-main.h255 #define cpu_set_d(PROC,VAL) (((PROC)->cpu_regs.d) = (VAL))
256 #define cpu_set_x(PROC,VAL) (((PROC)->cpu_regs.ix) = (VAL))
257 #define cpu_set_y(PROC,VAL) (((PROC)->cpu_regs.iy) = (VAL))
258 #define cpu_set_page(PROC,VAL) (((PROC)->cpu_regs.page) = (VAL))
261 #define cpu_set_tmp3(PROC,VAL) (0)
262 #define cpu_set_tmp2(PROC,VAL) (voi
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/dfp/
H A Dconvert.h157 #define CONVERT_VALID_NOTF(NUM,VAL,DIFF) \
158 CONVERT_VALID (NUM##_sdsf, sd, sf, VAL##df, VAL##f, DIFF##f) \
159 CONVERT_VALID (NUM##_sddf, sd, df, VAL##df, VAL, DIFF) \
160 CONVERT_VALID (NUM##_ddsf, dd, sf, VAL##dd, VAL##f, DIFF##f) \
161 CONVERT_VALID (NUM##_dddf, dd, df, VAL##dd, VAL, DIFF) \
162 CONVERT_VALID (NUM##_tdsf, td, sf, VAL##d
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-structalias.h80 #define NUM_REFERENCES_SET(ANN, VAL) (ANN)->common.aux = (void*) ((void *)(VAL))
/netbsd-6-1-5-RELEASE/tests/lib/libm/
H A Dt_round.c39 #define VAL 0x0.7ffffffffffffcp0 macro
56 double a = VAL, b, c;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-7.c50 #define TEST_ONE_PART_INF(VAL) do { \
51 static const _Complex double foo = (VAL); \
54 if (! __builtin_isinf(__real (VAL)) && ! __builtin_isinf(__imag (VAL))) \
/netbsd-6-1-5-RELEASE/games/cribbage/
H A Ddeck.h69 #define VAL(c) ( (c) < 9 ? (c)+1 : 10 ) /* val of rank */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/h8300/
H A Dsim-main.h156 #define CIA_SET(CPU, VAL) (cpu_set_pc ((CPU), (VAL)))
158 #define cpu_set_pc(CPU, VAL) (((CPU)->pc) = (VAL))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mn10300/
H A Dsim-main.h75 #define CIA_SET(CPU,VAL) ((CPU)->cia = (VAL), PC = (VAL))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/coff/
H A Dti.h228 #define PUT_SCNHDR_NRELOC(ABFD, VAL, LOC) \
229 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC))
241 #define PUT_SCNHDR_NLNNO(ABFD, VAL, LOC) \
246 H_PUT_32 (ABFD, VAL, ptr); \
248 H_PUT_16 (ABFD, VAL, ptr - 2); \
261 #define PUT_SCNHDR_FLAGS(ABFD, VAL, LOC) \
266 H_PUT_32 (ABFD, VAL, ptr); \
268 H_PUT_16 (ABFD, VAL, ptr - 4); \
282 #define PUT_SCNHDR_PAGE(ABFD, VAL, LO
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/coff/
H A Dti.h228 #define PUT_SCNHDR_NRELOC(ABFD, VAL, LOC) \
229 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC))
241 #define PUT_SCNHDR_NLNNO(ABFD, VAL, LOC) \
246 H_PUT_32 (ABFD, VAL, ptr); \
248 H_PUT_16 (ABFD, VAL, ptr - 2); \
261 #define PUT_SCNHDR_FLAGS(ABFD, VAL, LOC) \
266 H_PUT_32 (ABFD, VAL, ptr); \
268 H_PUT_16 (ABFD, VAL, ptr - 4); \
282 #define PUT_SCNHDR_PAGE(ABFD, VAL, LO
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/c4x/
H A Dc4x.h697 #define IS_INT5_CONST(VAL) (((VAL) <= 15) && ((VAL) >= -16)) /* 'K'. */
699 #define IS_UINT5_CONST(VAL) (((VAL) <= 31) && ((VAL) >= 0)) /* 'R'. */
701 #define IS_INT8_CONST(VAL) (((VAL) <= 127) && ((VAL) >= -128)) /* 'J'. */
703 #define IS_UINT8_CONST(VAL) (((VA
[all...]

Completed in 236 milliseconds

123456