Searched refs:ints (Results 1 - 25 of 27) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-initlist1.C5 constexpr int max(std::initializer_list<int> ints) argument
7 int ret = *(ints.begin());
8 for (int i = 0; i < ints.size(); ++i) {
9 if (*(ints.begin()+i) > ret) {
10 ret = *(ints.begin()+i);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr44194-2.c4 struct ints { int a, b, c; } foo(); struct
8 volatile struct ints s = foo();
H A Dpr44194-1.c7 struct ints { int a, b, c; } foo(); struct
11 struct ints s = foo();
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr17472.f8 namelist /ints/ a namelist
H A Dder_pointer_3.f904 module ints module
14 end module ints
17 use ints
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-bitops-1.c149 unsigned int ints[] = variable
179 for (i = 0; i < N(ints); i++)
181 if (__builtin_ffs (ints[i]) != my_ffs (ints[i]))
183 if (ints[i] != 0
184 && __builtin_clz (ints[i]) != my_clz (ints[i]))
186 if (ints[i] != 0
187 && __builtin_ctz (ints[i]) != my_ctz (ints[
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-ssanames.h52 TRAILING_WIDE_INT_ACCESSOR (min, ints, 0)
53 TRAILING_WIDE_INT_ACCESSOR (max, ints, 1)
54 TRAILING_WIDE_INT_ACCESSOR (nonzero_bits, ints, 2)
55 trailing_wide_ints <3> ints; variable
H A Dread-rtl.c124 static struct iterator_group modes, codes, ints, substs; variable in typeref:struct:
175 /* Implementations of the iterator_group callbacks for ints. */
541 htab_traverse (ints.iterators, add_current_iterators, NULL);
664 ints.attrs = htab_create (13, leading_string_hash, leading_string_eq_p, 0);
665 ints.iterators = htab_create (13, leading_string_hash,
667 ints.find_builtin = find_int;
668 ints.apply_iterator = apply_int_iterator;
1096 read_mapping (&ints, ints.attrs);
1101 read_mapping (&ints, int
[all...]
H A Dtree-ssanames.c218 ri->ints.set_precision (precision);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dconst.go42 func ints() { func
52 // verify that all (in range) are assignable as ints
96 // verify that all (in range) are assignable as ints
122 ints()
H A Dblank.go42 var ints = []string{ var
99 for _, s := range ints {
107 for s := range ints {
H A Dshift1.go60 n = 1.0<<s != i // 1.0 has type int; n == false if ints are 32bits in size
61 o = 1<<s == 2<<s // 1 and 2 have type int; o == true if ints are 32bits in size
63 // p = 1<<s == 1<<33 // illegal if ints are 32bits in size: 1 has type int, but 1<<33 overflows int
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4348.go7 // Issue 4348. After switch to 64-bit ints the compiler generates
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/tuple/cons/
H A Dallocators.cc147 auto ints = make_tuple(1, 2, 3, 4); local
149 // construction from lvalue tuple of ints
150 test_type t5(allocator_arg, a, ints);
156 // construction from rvalue tuple of ints
157 test_type t6(allocator_arg, a, std::move(ints));
/haiku-buildtools/legacy/gcc/gcc/config/i860/
H A Di860.h90 if using 16-bit ints on a 68000, this would still be 32.
468 struct cumulative_args { int ints, floats; };
481 ((CUM).ints = ((FNTYPE) != 0 && aggregate_value_p (TREE_TYPE ((FNTYPE))) \
492 Floats, and doubleword ints, are returned in f regs;
493 other ints, in r regs.
504 ? ((CUM).ints = (ROUNDUP ((CUM).ints, GET_MODE_SIZE ((MODE))) \
537 ? (ROUNDUP ((CUM).ints, GET_MODE_SIZE ((MODE))) < 48 \
539 16+(ROUNDUP ((CUM).ints, \
463 struct cumulative_args { int ints, floats; }; member in struct:cumulative_args
/haiku-buildtools/gcc/gcc/config/cr16/
H A Dcr16.c579 - (MIN_REG_FOR_PASSING_ARGS + cum->ints) +
605 if (targetm.calls.must_pass_in_stack (mode, type) || (cum->ints < 0))
615 return gen_rtx_REG (mode, MIN_REG_FOR_PASSING_ARGS + cum->ints);
619 if ((MIN_REG_FOR_PASSING_ARGS + cum->ints) > MAX_REG_FOR_PASSING_ARGS)
626 return gen_rtx_REG (mode, MIN_REG_FOR_PASSING_ARGS + cum->ints);
640 cum->ints = 0;
651 cum->ints = -1;
671 if (targetm.calls.must_pass_in_stack (mode, type) || (cum->ints < 0))
678 cum->ints += 1;
680 cum->ints
[all...]
H A Dcr16.h212 except that double precision floats (and double ints) must fall on
412 int ints; member in struct:cumulative_args
/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-expressions.c547 extern int called_pointer_checking_function (int *ints) argument
549 CHECK_VALUE (ints[0], 10);
550 CHECK_VALUE (ints[1], 4);
551 return ints[0] * ints[1];
635 gcc_jit_context_new_param (ctxt, NULL, int_ptr_type, "ints");
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-10.c593 static const struct encodedInt ints[] = { variable in typeref:struct:encodedInt
611 ret = CryptEncodeObjectEx(0, ((LPCSTR)27), &ints[0].val, 0, ((void *)0), ((void *)0),
614 ret = CryptEncodeObjectEx(dwEncoding, ((LPCSTR)27), &ints[i].val,
618 buf[1], ints[i].encoded[1]);
642 ret = CryptDecodeObjectEx(3, ((LPCSTR)27), (BYTE *)&ints[0].encoded,
643 ints[0].encoded[1] + 2, 0, ((void *)0), ((void *)0), &bufSize);
648 (winetest_set_location("encode.c", 249), 0) ? 0 : winetest_ok(!memcmp(buf, &ints[i].val, bufSize), "Expected %d, got %d\n",
649 ints[i].val, *(int *)buf);
1105 (winetest_set_location("encode.c", 2324), 0) ? 0 : winetest_ok(seq->cValue == sizeof(ints) / sizeof(ints[
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/c4x/
H A Dc4x.c381 cum->floats = cum->ints = 0;
433 cum->ints++;
472 cum->ints++;
480 cum->ints++;
515 cum->maxints = (cum->ints > 6 - cum->maxfloats) ?
516 6 - cum->maxfloats : cum->ints;
522 cum->ints = cum->floats = 0;
540 if (cum->ints < cum->maxints)
541 reg = c4x_int_reglist[cum->maxfloats][cum->ints];
556 reg = c4x_int_reglist[0][cum->ints];
[all...]
H A Dc4x.h1095 int ints; member in struct:c4x_args
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Dpowser1.go209 // Make a rational from two ints and from one int
H A Dpowser2.go219 // Make a rational from two ints and from one int
/haiku-buildtools/gcc/gcc/fortran/
H A Diresolve.c2915 create_formal_for_intents (gfc_actual_arglist* actual, const sym_intent* ints) argument
2932 sym->attr.intent = ints[i];
/haiku-buildtools/gcc/libgcc/config/sh/
H A Dcrt1.S750 ! then pick up an SR which does not enable ints

Completed in 301 milliseconds

12