Searched refs:VALUE (Results 1 - 25 of 217) sorted by relevance

123456789

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D20001111.f1 DOUBLE PRECISION VALUE(2), TOLD, BK variable
2 DATA VALUE /0D0, 1D0/
5 BK = VALUE(I)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D991216-2.c3 #define VALUE 0x123456789abcdefLL macro
19 if (va_arg (ap, long long) != VALUE)
31 test (1, VALUE, AFTER);
32 test (2, 2, VALUE, AFTER);
33 test (3, 2, 3, VALUE, AFTER);
34 test (4, 2, 3, 4, VALUE, AFTER);
35 test (5, 2, 3, 4, 5, VALUE, AFTER);
36 test (6, 2, 3, 4, 5, 6, VALUE, AFTER);
37 test (7, 2, 3, 4, 5, 6, 7, VALUE, AFTER);
38 test (8, 2, 3, 4, 5, 6, 7, 8, VALUE, AFTE
[all...]
H A D991216-3.c3 #define VALUE 0x123456789abcdefLL macro
20 if (va_arg (ap, long long) != VALUE)
32 test (1, VALUE, AFTER);
33 test (2, 2, VALUE, AFTER);
34 test (3, 2, 3, VALUE, AFTER);
35 test (4, 2, 3, 4, VALUE, AFTER);
36 test (5, 2, 3, 4, 5, VALUE, AFTER);
37 test (6, 2, 3, 4, 5, 6, VALUE, AFTER);
38 test (7, 2, 3, 4, 5, 6, 7, VALUE, AFTER);
39 test (8, 2, 3, 4, 5, 6, 7, 8, VALUE, AFTE
[all...]
H A D991216-1.c1 #define VALUE 0x123456789abcdefLL macro
8 || value != VALUE
18 || value != VALUE
29 || value != VALUE
41 || value != VALUE
54 || value != VALUE
68 || value != VALUE
83 || value != VALUE
99 || value != VALUE
107 test1 (1, VALUE, AFTE
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dsun2o4.h100 #define ASM_OUTPUT_FLOAT_OPERAND(CODE,FILE,VALUE) \
105 REAL_VALUE_TO_TARGET_SINGLE (VALUE, l); \
111 else if (REAL_VALUE_ISINF (VALUE)) \
113 if (REAL_VALUE_NEGATIVE (VALUE)) \
118 else if (REAL_VALUE_MINUS_ZERO (VALUE)) \
124 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 9, 0); \
130 #define ASM_OUTPUT_DOUBLE_OPERAND(FILE,VALUE) \
131 do { if (REAL_VALUE_ISINF (VALUE)) \
133 if (REAL_VALUE_NEGATIVE (VALUE)) \
138 else if (REAL_VALUE_MINUS_ZERO (VALUE)) \
[all...]
H A Dsun3.h187 #define ASM_OUTPUT_FLOAT_OPERAND(CODE,FILE,VALUE) \
192 REAL_VALUE_TO_TARGET_SINGLE (VALUE, l); \
198 else if (REAL_VALUE_ISINF (VALUE)) \
200 if (REAL_VALUE_NEGATIVE (VALUE)) \
205 else if (REAL_VALUE_MINUS_ZERO (VALUE)) \
211 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 9, 0); \
217 #define ASM_OUTPUT_DOUBLE_OPERAND(FILE,VALUE) \
218 do { if (REAL_VALUE_ISINF (VALUE)) \
220 if (REAL_VALUE_NEGATIVE (VALUE)) \
225 else if (REAL_VALUE_MINUS_ZERO (VALUE)) \
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djava-opcodes.h2 #define JAVAOP(NAME, CODE, KIND, TYPE, VALUE) OPCODE_##NAME = CODE,
/openbsd-current/gnu/gcc/gcc/config/bfin/
H A Dbfin.h1028 #define CONST_18UBIT_IMM_P(VALUE) ((VALUE) >= 0 && (VALUE) <= 262140)
1029 #define CONST_16BIT_IMM_P(VALUE) ((VALUE) >= -32768 && (VALUE) <= 32767)
1030 #define CONST_16UBIT_IMM_P(VALUE) ((VALUE) >= 0 && (VALUE) <= 65535)
1031 #define CONST_7BIT_IMM_P(VALUE) ((VALU
[all...]
/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dmcore.h436 C is the letter, and VALUE is a constant value.
437 Return 1 if VALUE is in the range specified by C.
455 #define CONST_OK_FOR_I(VALUE) (((int)(VALUE)) >= 0 && ((int)(VALUE)) <= 0x7f)
456 #define CONST_OK_FOR_J(VALUE) (((int)(VALUE)) > 0 && ((int)(VALUE)) <= 32)
457 #define CONST_OK_FOR_L(VALUE) (((int)(VALUE)) <
[all...]
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dpa-linux.h88 #define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
90 fprintf (FILE, "\t.word .L%d\n", VALUE); \
92 fprintf (FILE, "\tb .L%d\n\tnop\n", VALUE)
95 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \
97 fprintf (FILE, "\t.word .L%d-.L%d\n", VALUE, REL); \
99 fprintf (FILE, "\tb .L%d\n\tnop\n", VALUE)
H A Dopenbsd64.h64 #define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
66 fprintf (FILE, "\t.word .L%d\n", VALUE); \
68 fprintf (FILE, "\tb .L%d\n\tnop\n", VALUE)
71 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \
73 fprintf (FILE, "\t.word .L%d-.L%d\n", VALUE, REL); \
75 fprintf (FILE, "\tb .L%d\n\tnop\n", VALUE)
/openbsd-current/gnu/gcc/gcc/config/mt/
H A Dmt.h45 {"arch", "%{!march=*:-march=%(VALUE)}" }
381 that VALUE, an integer, is in the appropriate range and return 1 if
383 should be 0 regardless of VALUE. */
384 #define CONST_OK_FOR_LETTER_P(VALUE, C) \
385 ((C) == 'I' ? ((unsigned HOST_WIDE_INT) ((VALUE) + 0x8000) < 0x10000) \
386 : (C) == 'J' ? ((VALUE) == 0) \
387 : (C) == 'K' ? ((unsigned HOST_WIDE_INT) (VALUE) < 0x10000) \
388 : (C) == 'L' ? (((VALUE) & 0x0000ffff) == 0 \
389 && (((VALUE) & ~2147483647) == 0 \
390 || ((VALUE)
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa-linux.h145 #define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
147 fprintf (FILE, "\tstw %%r1,-16(%%r30)\n\tldil LR'.L%d,%%r1\n\tbe RR'.L%d(%%sr4,%%r1)\n\tldw -16(%%r30),%%r1\n", VALUE, VALUE); \
149 fprintf (FILE, "\tb .L%d\n\tnop\n", VALUE)
152 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \
154 fprintf (FILE, "\tstw %%r1,-16(%%r30)\n\tldw T'.L%d(%%r19),%%r1\n\tbv %%r0(%%r1)\n\tldw -16(%%r30),%%r1\n", VALUE); \
156 fprintf (FILE, "\tb .L%d\n\tnop\n", VALUE)
H A Dopenbsd.h146 #define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
148 fprintf (FILE, "\tstw %%r1,-16(%%r30)\n\tldil LR'.L%d,%%r1\n\tbe RR'.L%d(%%sr4,%%r1)\n\tldw -16(%%r30),%%r1\n", VALUE, VALUE); \
150 fprintf (FILE, "\tb .L%d\n\tnop\n", VALUE)
152 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \
154 fprintf (FILE, "\tstw %%r1,-16(%%r30)\n\tldw T'.L%d(%%r19),%%r1\n\tbv %%r0(%%r1)\n\tldw -16(%%r30),%%r1\n", VALUE); \
156 fprintf (FILE, "\tb .L%d\n\tnop\n", VALUE)
/openbsd-current/gnu/gcc/gcc/config/score/
H A Dscore-conv.h70 #define CONST_HIGH_PART(VALUE) \
71 (((VALUE) + 0x8000) & ~(unsigned HOST_WIDE_INT) 0xffff)
73 #define CONST_LOW_PART(VALUE) ((VALUE) - CONST_HIGH_PART (VALUE))
H A Delf.h66 #define ASM_OUTPUT_WEAK_ALIAS(FILE, NAME, VALUE) \
70 if (VALUE) \
73 assemble_name (FILE, VALUE); \
/openbsd-current/gnu/gcc/gcc/config/crx/
H A Dcrx.h244 #define INT_CST4(VALUE) \
245 (((VALUE) >= -1 && (VALUE) <= 4) || (VALUE) == -4 \
246 || (VALUE) == 7 || (VALUE) == 8 || (VALUE) == 16 || (VALUE) == 32 \
247 || (VALUE) == 20 || (VALUE)
[all...]
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dh8300.h401 C is the letter, and VALUE is a constant value.
402 Return 1 if VALUE is in the range specified by C. */
404 #define CONST_OK_FOR_I(VALUE) ((VALUE) == 0)
405 #define CONST_OK_FOR_J(VALUE) (((VALUE) & 0xff) == 0)
406 #define CONST_OK_FOR_L(VALUE) \
408 ? (VALUE) == 1 || (VALUE) == 2 || (VALUE)
[all...]
/openbsd-current/gnu/gcc/gcc/config/v850/
H A Dv850.h386 C is the letter, and VALUE is a constant value.
387 Return 1 if VALUE is in the range specified by C. */
389 #define INT_7_BITS(VALUE) ((unsigned) (VALUE) + 0x40 < 0x80)
390 #define INT_8_BITS(VALUE) ((unsigned) (VALUE) + 0x80 < 0x100)
392 #define CONST_OK_FOR_I(VALUE) ((VALUE) == 0)
394 #define CONST_OK_FOR_J(VALUE) ((unsigned) (VALUE)
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dmcore.h537 C is the letter, and VALUE is a constant value.
538 Return 1 if VALUE is in the range specified by C.
556 #define CONST_OK_FOR_I(VALUE) (((int)(VALUE)) >= 0 && ((int)(VALUE)) <= 0x7f)
557 #define CONST_OK_FOR_J(VALUE) (((int)(VALUE)) > 0 && ((int)(VALUE)) <= 32)
558 #define CONST_OK_FOR_L(VALUE) (((int)(VALUE)) <
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200.h52 each pair being { "NAME", VALUE }
53 where VALUE is the bits to set or minus the bits to clear.
54 An empty string NAME is used to identify the default VALUE. */
309 C is the letter, and VALUE is a constant value.
310 Return 1 if VALUE is in the range specified by C. */
312 #define INT_8_BITS(VALUE) ((unsigned) (VALUE) + 0x80 < 0x100)
313 #define INT_16_BITS(VALUE) ((unsigned) (VALUE) + 0x8000 < 0x10000)
315 #define CONST_OK_FOR_I(VALUE) ((VALU
[all...]
/openbsd-current/gnu/gcc/gcc/config/vax/
H A Dvax.h259 C is the letter, and VALUE is a constant value.
260 Return 1 if VALUE is in the range specified by C.
270 #define CONST_OK_FOR_LETTER_P(VALUE, C) \
271 ( (C) == 'I' ? (VALUE) == 0 \
272 : (C) == 'J' ? 0 <= (VALUE) && (VALUE) < 64 \
273 : (C) == 'O' ? -63 <= (VALUE) && (VALUE) < 0 \
274 : (C) == 'K' ? -128 <= (VALUE) && (VALUE) < 12
[all...]
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv.h31 #define IN_RANGE_P(VALUE, LOW, HIGH) \
32 ( (((HOST_WIDE_INT)(VALUE)) >= (HOST_WIDE_INT)(LOW)) \
33 && (((HOST_WIDE_INT)(VALUE)) <= ((HOST_WIDE_INT)(HIGH))))
1285 #define CONST_OK_FOR_I(VALUE) IN_RANGE_P(VALUE, -32, 31)
1287 #define CONST_OK_FOR_J(VALUE) IN_RANGE_P(VALUE, -512, 511)
1289 #define CONST_OK_FOR_K(VALUE) 0
1291 #define CONST_OK_FOR_L(VALUE) IN_RANGE_P(VALUE,
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dax-gdb.h100 struct axs_value *VALUE);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dpbd.h134 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \
135 fprintf (FILE, "\t.word .L%d-.L%d\n", VALUE, REL)
142 #define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
143 fprintf (FILE, "\t.word .L%d\n", VALUE)

Completed in 414 milliseconds

123456789