Searched refs:units (Results 1 - 25 of 43) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units
19 template <class units>
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dmemops-asm.x1 # Different translation units may have different user name overrides
H A Dstrstr-asm.x1 # Different translation units may have different user name overrides
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dpr51411-2.C43 std::map<std::string> units;
47 units.find(name);
/haiku-buildtools/legacy/gcc/gcc/
H A Dgenattr.c56 int multiplicity; /* Number of units of this type. */
272 struct function_unit *units = 0, *unit;
355 for (unit = units; unit; unit = unit->next)
370 unit->next = units;
371 units = unit;
406 for (unit = units; unit; unit = unit->next)
271 struct function_unit *units = 0, *unit; local
H A Dgenattrtab.c227 int multiplicity; /* Number of units of this type. */
248 static struct function_unit *units; variable in typeref:struct:function_unit
1822 insn and produces an encoding showing which function units are required
1824 uses that unit; otherwise, the value is a one's compliment mask of units
1867 for (unit = units; unit; unit = unit->next)
1901 /* Compute the mask of function units used. Initially, the unitsmask is
1907 /* If we have just a few units, we may be all right expanding the whole
1917 for (unit = units; unit; unit = unit->next)
1927 for (unit = units; unit; unit = unit->next)
1952 result_ready_cost function that has the ops of all other units
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc371 ios_base::iostate& err, long double& units) const
378 units = units2;
412 char_type fill, long double units) const
414 return __money_put(other_abi{}, _M_get(), s, intl, io, fill, units,
725 long double* units, __any_string* digits)
728 if (units)
729 return m->get(s, end, intl, str, err, *units);
754 bool intl, ios_base& io, C fill, long double units,
761 return m->put(s, intl, io, fill, units);
722 __money_get(current_abi, const facet* f, istreambuf_iterator<C> s, istreambuf_iterator<C> end, bool intl, ios_base& str, ios_base::iostate& err, long double* units, __any_string* digits) argument
753 __money_put(current_abi, const facet* f, ostreambuf_iterator<C> s, bool intl, ios_base& io, C fill, long double units, const __any_string* digits) argument
/haiku-buildtools/legacy/gcc/gcc/f/
H A Ddata.c107 static ffetargetAlign ffedata_storage_units_; /* #units per storage unit. */
1142 ffetargetAlign units;
1192 ffetarget_aggregate_info (&ign_bt, &ign_kt, &units, bt,
1194 assert (units % ffedata_storage_units_ == 0);
1195 units_expected = ffedata_charexpected_ * units / ffedata_storage_units_;
1529 ffetargetAlign units;
1562 ffetarget_aggregate_info (&ign_bt, &ign_kt, &units, ffedata_basictype_,
1565 assert (units % ffedata_storage_units_ == 0);
1566 units_expected = ffedata_charexpected_ * units / ffedata_storage_units_;
1567 offset *= units / ffedata_storage_units
1141 ffetargetAlign units; local
1528 ffetargetAlign units; local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-xtensa.h380 /* Returns the number of units the opcode uses. */
419 unsigned char **units; member in struct:__anon2616
H A Dtc-xtensa.c5793 rt->units = (unsigned char **) xcalloc (cycles, sizeof (unsigned char *));
5795 rt->units[i] = (unsigned char *) xcalloc (nu, sizeof (unsigned char));
5807 rt->units[i][j] = 0;
5825 rt->units = xrealloc (rt->units,
5828 rt->units[i] = xrealloc (rt->units[i],
5831 rt->units[i] = xcalloc (rt->num_units, sizeof (unsigned char));
5845 int copies_in_use = rt->units[stage + cycle][unit];
5868 rt->units[stag
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-xtensa.h415 /* Returns the number of units the opcode uses. */
454 unsigned char **units; member in struct:__anon500
H A Dtc-xtensa.c6152 rt->units = XCNEWVEC (unsigned char *, cycles);
6154 rt->units[i] = XCNEWVEC (unsigned char, nu);
6166 rt->units[i][j] = 0;
6184 rt->units = XRESIZEVEC (unsigned char *, rt->units, rt->allocated_cycles);
6186 rt->units[i] = XRESIZEVEC (unsigned char, rt->units[i], rt->num_units);
6188 rt->units[i] = XCNEWVEC (unsigned char, rt->num_units);
6202 int copies_in_use = rt->units[stage + cycle][unit];
6225 rt->units[stag
[all...]
/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c183 /* The DFA names of the units. */
2022 enum attr_units units;
2030 units = get_attr_units (insn);
2031 switch (units)
2059 enum attr_units units = get_attr_units (insn);
2065 if (units == UNITS_D_ADDR)
3051 /* Translate UNITS into a bitmask of units we can reserve for this
3054 get_reservation_flags (enum attr_units units)
3056 switch (units)
3083 get_insn_side (rtx_insn *insn, enum attr_units units)
2011 enum attr_units units; local
2048 enum attr_units units = get_attr_units (insn); local
3037 get_reservation_flags(enum attr_units units) argument
3066 get_insn_side(rtx_insn *insn, enum attr_units units) argument
3151 enum attr_units units; local
3267 enum attr_units units; local
3584 enum attr_units units; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/m88k/
H A Dm88k.c568 int units;
581 units = (size - count * MOVSTR_LOOP) / align;
583 if (units < 2)
586 units += MOVSTR_LOOP / align;
595 remainder = size - count * MOVSTR_LOOP - units * align;
599 GET_MODE_NAME (mode), MOVSTR_LOOP, units * align);
602 offset_rtx = GEN_INT (MOVSTR_LOOP + (1 - units) * align);
614 gen_rtx (REG, mode, ((units & 1) ? 4 : 5)),
635 int units = size / align;
636 int remainder = size - units * alig
565 int units; local
632 int units = size / align; local
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/k7/mmx/
H A Dpopham.asm36 C execution units, possibly leading to 3.25 c/l (13 cycles for 4 limbs).
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Dadd_n.asm31 C recurrency, and the UltraSPARC 1 and 2 the IE units are 100% saturated.
H A Dsub_n.asm31 C recurrency, and the UltraSPARC 1 and 2 the IE units are 100% saturated.
/haiku-buildtools/legacy/binutils/binutils/
H A Ddebug.c42 /* A linked list of compilation units. */
43 struct debug_unit *units; member in struct:debug_handle
702 assert (info->units == NULL);
703 info->units = nunit;
2004 /* We search the globals of all the compilation units. I don't know
2007 for (u = info->units; u != NULL; u = u->next)
2333 for (u = info->units; u != NULL; u = u->next)
2938 same struct will be defined by multiple compilation units. */
/haiku-buildtools/binutils/binutils/
H A Ddebug.c41 /* A linked list of compilation units. */
42 struct debug_unit *units; member in struct:debug_handle
701 assert (info->units == NULL);
702 info->units = nunit;
2001 /* We search the globals of all the compilation units. I don't know
2004 for (u = info->units; u != NULL; u = u->next)
2330 for (u = info->units; u != NULL; u = u->next)
2935 same struct will be defined by multiple compilation units. */
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c13351 s390_get_unit_mask (rtx_insn *insn, int *units)
13358 *units = 3;
13431 int units, i;
13434 unit_mask = s390_get_unit_mask (insn, &units);
13435 gcc_assert (units <= MAX_SCHED_UNITS);
13441 for (i = 0; i < units; i++, m <<= 1)
13537 int units, j;
13539 unit_mask = s390_get_unit_mask (insn, &units);
13540 fprintf (file, "(units:");
13541 for (j = 0; j < units;
13350 s390_get_unit_mask(rtx_insn *insn, int *units) argument
13430 int units, i; local
13536 int units, j; local
13599 int units, i; local
13629 int units, j; local
13642 int units, j; local
[all...]
/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c650 /* a temporary units array if rounding is needed */
821 Unit a, b; /* extract units */
1829 Unit a, b; /* extract units */
2483 uInt units, shift; /* work */ local
2487 for (msu++; msu<=msumax; msu++) *msu=0; /* ensure high units=0 */
2496 /* [if there are no whole units left to rotate, the */
2504 /* 3. rotate all the units by reversing left part, right */
2507 /* example: rotate right 8 digits (2 units + 2), DECDPUN=3. */
2523 units=rotate/DECDPUN; /* whole units t
6735 decShiftToLeast(Unit *uar, Int units, Int shift) argument
[all...]
/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu.c1946 int units, i;
1965 units = GET_MODE_NUNITS (mode);
1967 v = rtvec_alloc (units);
1969 for (i = 0; i < units; ++i)
5107 int units;
5110 units = CONST_VECTOR_NUNITS (x);
5111 for (i = 0; i < units; i++)
5143 int units, size, i, j, k;
5182 units = GET_MODE_NUNITS (mode);
5185 v = rtvec_alloc (units);
1942 int units, i; local
5097 int units; local
5133 int units, size, i, j, k; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dsimplify-rtx.c4446 int i, units;
4455 units = GET_MODE_NUNITS (mode);
4456 v = rtvec_alloc (units);
4457 for (i = 0; i < units; i++)
5466 /* I don't know how to handle endianness of sub-units. */
5658 int units
5666 for (u = 0; u < units; u++)
5677 r = wide_int::from_array (tmp, units,
4436 int i, units; local
5647 int units local
H A Dstor-layout.c1157 units of alignment than the underlying TYPE. */
1323 /* A bit field may not span more units of alignment of its type
2759 unsigned HOST_WIDE_INT units
2763 m_bitregion_end = bitpos + bitsize + units - 1;
2764 m_bitregion_end -= m_bitregion_end % units + 1;
2750 unsigned HOST_WIDE_INT units local
H A Dcselib.c1164 int units;
1167 units = CONST_VECTOR_NUNITS (x);
1169 for (i = 0; i < units; ++i)
1163 int units; local

Completed in 587 milliseconds

12