Searched refs:nw (Results 1 - 25 of 42) sorted by relevance

12

/haiku-buildtools/binutils/ld/emulparams/
H A Dppcnw.sh1 SCRIPT_NAME=nw
H A Di386nw.sh1 SCRIPT_NAME=nw
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dwhole_file_23.f9028 integer :: i, nw local in function:join
29 nw = size (words)
31 if (nw < 1) then
36 do i=2,nw
H A Dchar_length_5.f9015 integer :: i,nw local in function:join
16 nw = size (words)
18 if (nw < 1) then
23 do i=2,nw
H A Dpr42108.f907 nw=0
/haiku-buildtools/gcc/mpfr/src/
H A Dround_raw_generic.c65 mp_size_t xsize, nw; local
84 nw = yprec / GMP_NUMB_BITS;
91 nw++;
92 MPFR_ASSERTD(nw >= 1);
93 MPFR_ASSERTD(nw >= xsize);
97 MPN_COPY_DECR(yp + (nw - xsize), xp, xsize);
98 MPN_ZERO(yp, nw - xsize);
105 mp_size_t k = xsize - nw - 1;
109 nw++;
138 sb = xp[xsize - nw]
[all...]
H A Dround_prec.c53 mpfr_prec_t nw, ow; local
58 nw = MPFR_PREC2LIMBS (prec); /* needed allocated limbs */
64 if (nw > ow)
69 if (nw > ow)
73 (MPFR_GET_REAL_PTR(x), MPFR_MALLOC_SIZE(ow), MPFR_MALLOC_SIZE(nw));
76 MPFR_SET_ALLOC_SIZE(x, nw); /* new number of allocated limbs */
92 tmp = MPFR_TMP_LIMBS_ALLOC (nw);
108 xp[nw - 1] = MPFR_LIMB_HIGHBIT;
109 if (nw - 1 > 0)
110 MPN_ZERO(xp, nw
[all...]
/haiku-buildtools/legacy/binutils/ld/emulparams/
H A Dppcnw.sh1 SCRIPT_NAME=nw
H A Di386nw.sh1 SCRIPT_NAME=nw
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr23570.c78 ludcompf (float *m, int nw, int *prow, int n) argument
82 for (i = 0, pm = m; i < n - 1; ++i, pm += nw)
84 int vi = sse_max_abs_indexf (pm + i, nw, n - i);
89 sse_swap_rowf (pm, pm + vi * nw, nw);
92 for (j = i + 1, pt = pm + nw; j < n; ++j, pt += nw)
/haiku-buildtools/gcc/gcc/
H A Det-forest.c452 struct et_occ *nw; local
456 nw = (struct et_occ *) pool_alloc (et_occurrences);
458 nw->of = node;
459 nw->parent = NULL;
460 nw->prev = NULL;
461 nw->next = NULL;
463 nw->depth = 0;
464 nw->min_occ = nw;
465 nw
475 struct et_node *nw; local
[all...]
H A Dtree-predcom.c1208 dref nw = XCNEW (struct dref_d), aref; local
1211 nw->stmt = phi;
1212 nw->distance = ref->distance + 1;
1213 nw->always_accessed = 1;
1216 if (aref->distance >= nw->distance)
1218 chain->refs.safe_insert (i, nw);
1220 if (nw->distance > chain->length)
1222 chain->length = nw->distance;
2289 dref r1, r2, nw; local
2333 nw
[all...]
H A Dtree-tailcall.c444 struct tailcall *nw; local
637 nw = XNEW (struct tailcall);
639 nw->call_gsi = gsi;
641 nw->tail_recursion = tail_recursion;
643 nw->mult = m;
644 nw->add = a;
646 nw->next = *ret;
647 *ret = nw;
H A Dira-build.c660 int nw;
669 nw = (max - min + IRA_INT_BITS) / IRA_INT_BITS;
671 < 3 * nw * sizeof (IRA_INT_TYPE));
748 int nw, added_head_nw, id;
756 nw = (OBJECT_MAX (obj1) - OBJECT_MIN (obj1)) / IRA_INT_BITS + 1;
757 size = (nw + added_head_nw) * sizeof (IRA_INT_TYPE);
761 vec, nw * sizeof (IRA_INT_TYPE));
767 = (3 * (nw + added_head_nw) / 2 + 1) * sizeof (IRA_INT_TYPE);
770 OBJECT_CONFLICT_ARRAY (obj1), nw * sizeof (IRA_INT_TYPE));
773 + (nw
656 int nw; local
744 int nw, added_head_nw, id; local
818 int nw; local
[all...]
H A Dtree-ssa-loop-ivopts.c5667 struct iv_ca *nw = XNEW (struct iv_ca); local
5669 nw->upto = 0;
5670 nw->bad_uses = 0;
5671 nw->cand_for_use = XCNEWVEC (struct cost_pair *, n_iv_uses (data));
5672 nw->n_cand_uses = XCNEWVEC (unsigned, n_iv_cands (data));
5673 nw->cands = BITMAP_ALLOC (NULL);
5674 nw->n_cands = 0;
5675 nw->n_regs = 0;
5676 nw->cand_use_cost = no_cost;
5677 nw
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dthumb2_bcond.d8 0+002 <[^>]+> [0-9a-f ]+[ ]+bne.[nw] 0+0 <[^>]+>
/haiku-buildtools/legacy/gcc/gcc/config/i960/
H A Di960.c1266 int nw = 0;
1276 reg_groups [nw].length = 1;
1278 reg_groups [nw].length = 2;
1280 reg_groups [nw].length = 3;
1282 reg_groups [nw].length = 4;
1283 reg_groups [nw].start_reg = i;
1284 i += reg_groups [nw].length;
1285 nw++;
1287 return nw;
1311 i960_split_reg_group (reg_groups, nw, subgroup_lengt
1260 int nw = 0; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dhash.c428 struct bfd_hash_entry *nw)
440 *pph = nw;
426 bfd_hash_replace(struct bfd_hash_table *table, struct bfd_hash_entry *old, struct bfd_hash_entry *nw) argument
H A Dbfd-in.h432 struct bfd_hash_entry *nw);
/haiku-buildtools/binutils/bfd/
H A Dhash.c594 struct bfd_hash_entry *nw)
606 *pph = nw;
592 bfd_hash_replace(struct bfd_hash_table *table, struct bfd_hash_entry *old, struct bfd_hash_entry *nw) argument
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-z8k.c637 int nw; local
644 end = parse_reg (src, &nw, &nr);
/haiku-buildtools/binutils/gas/config/
H A Dtc-z8k.c658 int nw; local
665 end = parse_reg (src, &nw, &nr);
/haiku-buildtools/autoconf/build-aux/
H A Dconfig.sub249 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
329 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
/haiku-buildtools/legacy/binutils/
H A Dconfig.sub248 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
328 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
/haiku-buildtools/legacy/gcc/
H A Dconfig.sub249 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
332 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \

Completed in 302 milliseconds

12