Searched refs:ival (Results 1 - 25 of 41) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A D19990419-1.f4 common /x/ ival local
11 if (ival .ne. 5) call abort
14 common /x/ ival local in function:i
15 ival = ival + 1
17 if (ival .lt. 5) i = 1
20 common /x/ ival local
21 data ival/0/
/haiku-buildtools/gcc/libstdc++-v3/testsuite/decimal/
H A Dincdec-memfunc.cc38 int ival; local
43 ival = LONGLONG (b); VERIFY (ival == 11);
49 ival = LONGLONG (b); VERIFY (ival == 12);
53 ival = LONGLONG (b); VERIFY (ival == 12);
57 ival = LONGLONG (b); VERIFY (ival == 10);
61 ival
86 int ival; local
134 int ival; local
[all...]
H A Dincdec.cc36 int ival; local
41 ival = LONGLONG (b); VERIFY (ival == 11);
47 ival = LONGLONG (b); VERIFY (ival == 12);
51 ival = LONGLONG (b); VERIFY (ival == 12);
55 ival = LONGLONG (b); VERIFY (ival == 10);
59 ival
84 int ival; local
132 int ival; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dcoarray_atomic_6.f9018 integer :: ival = 0
26 do while (ival == 0 .or. .not. lval)
27 call atomic_ref(ival, a%ia)
30 if (ival == 4 .and. lval) then
33 write(*,*) 'FAIL: ival,lval =', ival, lval
H A Dpure_dummy_length_1.f9017 function impure(self) result(ival)
19 ival = 1
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A D6.cc44 double ival; local
45 istr >> ival; local
46 VERIFY( abs(oval-ival)/oval < DBL_EPSILON );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/
H A D6.cc41 double ival; local
42 istr >> ival; local
43 VERIFY( abs(oval-ival)/oval < DBL_EPSILON );
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dcvtf_1.c26 #define FCVT(ftype,itype,ival,fval) cvt_##itype##_to_##ftype (ival, fval);
27 #define FCVT_SISD(ftype,itype,ival,fval) cvt_##itype##_to_##ftype##_sisd (ival, fval);
69 int32_t ival = -1234; variable
79 FCVT (float, int32_t, ival, -1234.0);
83 FCVT (double, int32_t, ival, -1234.0);
87 FCVT_SISD (float, int32_t, ival, -1234.0);
/haiku-buildtools/gcc/gcc/config/nds32/
H A Dnds32-predicates.c373 nds32_can_use_bclr_p (int ival) argument
377 /* Calculate the number of 1-bit of (~ival), if there is only one 1-bit,
378 it means the original ival has only one 0-bit,
381 one_bit_count = popcount_hwi ((unsigned HOST_WIDE_INT) (~ival));
389 nds32_can_use_bset_p (int ival) argument
393 /* Caculate the number of 1-bit of ival, if there is only one 1-bit,
396 one_bit_count = popcount_hwi ((unsigned HOST_WIDE_INT) (ival));
404 nds32_can_use_btgl_p (int ival) argument
408 /* Caculate the number of 1-bit of ival, if there is only one 1-bit,
411 one_bit_count = popcount_hwi ((unsigned HOST_WIDE_INT) (ival));
419 nds32_can_use_bitci_p(int ival) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D930120-1.c26 } ival; member in union:__anon1137
30 int ival; member in union:__anon1139
48 dw.ival.i1 = wx;
50 dw.ival.i2 = expvf;
128 fw.ival = wx;
/haiku-buildtools/legacy/binutils/opcodes/
H A Dpj-dis.c30 unsigned char ival[4]; local
31 int status = info->read_memory_func (memaddr, ival, 4, info);
33 *iptr = (ival[0] << 24)
34 | (ival[1] << 16)
35 | (ival[2] << 8)
36 | (ival[3] << 0);
/haiku-buildtools/binutils/opcodes/
H A Dpj-dis.c32 unsigned char ival[4]; local
33 int status = info->read_memory_func (memaddr, ival, 4, info);
35 *iptr = (ival[0] << 24)
36 | (ival[1] << 16)
37 | (ival[2] << 8)
38 | (ival[3] << 0);
/haiku-buildtools/binutils/binutils/
H A Dmcparse.h95 rc_uint_type ival; member in union:YYSTYPE
H A Dmcparse.y45 rc_uint_type ival;
59 %token <ival> MCNUMBER
61 %type<ival> id vid sefasy_def
H A Dmclex.c423 yylval.ival = parse_digit (ch);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr50908-2.c64 long long ival = 0; local
69 && (((ival & 0xffff0000) == 0))));
/haiku-buildtools/legacy/gcc/gcc/config/i860/
H A Dfx2800.h186 #define DBX_OUTPUT_CONSTANT_SYMBOL(file,name,ival) \
188 name, ival, N_LSYM)
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-lex.c700 HOST_WIDE_INT ival[3];
708 ival[0] = integer.low;
709 ival[1] = integer.high;
710 ival[2] = 0;
711 widest_int wval = widest_int::from_array (ival, 3);
698 HOST_WIDE_INT ival[3]; local
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dexpr.c947 expand_java_pushc (ival, type)
948 int ival;
952 if (type == ptr_type_node && ival == 0)
956 value = build_int_2 (ival, ival < 0 ? -1 : 0);
963 REAL_VALUE_FROM_INT (x, ival, 0, TYPE_MODE (type));
965 x = ival;
1040 expand_iinc (local_var_index, ival, pc)
1042 int ival;
1050 constant_value = build_int_2 (ival, iva
[all...]
/haiku-buildtools/gcc/gcc/config/m32c/
H A Dm32c.c2470 HOST_WIDE_INT ival; local
2696 ival = (-INTVAL (r) & 0xffff);
2697 if (ival & 0x8000)
2698 ival = ival - 0x10000;
2699 fprintf (file, HOST_WIDE_INT_PRINT_DEC, ival);
2702 ival = INTVAL (r);
2703 if (conversions[i].format[j + 1] == '[' && ival < 0)
2717 ival = 0x1000000 + ival;
[all...]
/haiku-buildtools/legacy/gcc/libio/
H A Diostream.cc546 register unsigned int ival = (unsigned int)val; local
548 register unsigned LONGEST ival = val;
551 *--buf_ptr = (ival % 10) + '0';
552 ival /= 10;
553 } while (ival != 0);
/haiku-buildtools/gcc/gcc/java/
H A Dexpr.c1262 expand_java_pushc (int ival, tree type)
1265 if (type == ptr_type_node && ival == 0)
1268 value = build_int_cst (type, ival);
1272 real_from_integer (&x, TYPE_MODE (type), ival, SIGNED);
1476 expand_iinc (unsigned int local_var_index, int ival, int pc)
1483 constant_value = build_int_cst (NULL_TREE, ival);
3328 { int saw_index = 0; int ival = (OPERAND_VALUE); \
3329 if (saw_index) java_push_constant_from_pool (current_jcf, ival); \
3330 else expand_java_pushc (ival, OPERAND_TYPE##_type_node); }
3523 int ival
1260 expand_java_pushc(int ival, tree type) argument
1474 expand_iinc(unsigned int local_var_index, int ival, int pc) argument
[all...]
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr.c2334 HOST_WIDE_INT ival = INTVAL (x);
2337 fprintf (file, HOST_WIDE_INT_PRINT_DEC, ival + abcd);
2341 if (AVR_HAVE_RAMPZ && ival == avr_addr.rampz)
2343 else if (AVR_HAVE_RAMPY && ival == avr_addr.rampy)
2345 else if (AVR_HAVE_RAMPX && ival == avr_addr.rampx)
2347 else if (AVR_HAVE_RAMPD && ival == avr_addr.rampd)
2349 else if ((AVR_XMEGA || AVR_TINY) && ival == avr_addr.ccp)
2351 else if (ival == avr_addr.sreg) fprintf (file, "__SREG__");
2352 else if (ival == avr_addr.sp_l) fprintf (file, "__SP_L__");
2353 else if (ival
2333 HOST_WIDE_INT ival = INTVAL (x); local
2443 HOST_WIDE_INT ival = INTVAL (avr_to_int_mode (x)); local
11448 int ival[4]; local
12715 avr_has_nibble_0xf(rtx ival) argument
13420 double_int ival = fval.data.sext (bits); local
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc428 mpz_t ival; local
429 if (!val->to_int(&ival))
434 ret = gogo->backend()->integer_constant_expression(btype, ival);
435 mpz_clear(ival);
3288 unsigned long ival; local
3289 if (nc.to_unsigned_long(&ival) == Numeric_constant::NC_UL_VALID)
3292 Lex::append_char(ival, true, val, this->location());
8343 mpz_t ival; local
8344 nc.get_int(&ival);
8346 Expression::make_integer_z(&ival, uintptr_typ
10015 mpz_t ival; local
10507 mpz_t ival; local
15497 mpz_to_unsigned_long(const mpz_t ival, unsigned long *val) const argument
[all...]
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c7019 HOST_WIDE_INT ival;
7197 ival = INTVAL (x);
7203 ival &= 0xff;
7206 ival = ((ival & 0xff) ^ 0x80) - 0x80;
7209 ival &= 0xffff;
7212 ival = ((ival & 0xffff) ^ 0x8000) - 0x8000;
7215 ival = s390_extract_part (x, HImode, 0);
7218 ival
7018 HOST_WIDE_INT ival; local
[all...]

Completed in 619 milliseconds

12