HomeSort by: relevance | last modified time | path
    Searched refs:nloop (Results 1 - 18 of 18) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
log2p1.c 85 int comp, inexact, nloop; local
123 for (nloop = 0; ; nloop++)
136 if (nloop == 0)
exp10m1.c 63 int inexact, nloop; local
108 for (nloop = 0;; nloop++)
exp2m1.c 68 int inexact, nloop; local
113 for (nloop = 0;; nloop++)
log10p1.c 125 int comp, inexact, nloop; local
163 for (nloop = 0; ; nloop++)
173 if (nloop == 0)
compound.c 57 int inexact, compared, k, nloop; local
153 for (nloop = 0; ; nloop++)
201 if (nloop == 0 && MPFR_GET_EXP(u) < - py)
247 check this at the first iteration (nloop == 0).
263 if (nloop == 0 && n > 1 && (ex = MPFR_GET_EXP (x)) >= 17)
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloopmanip.cc 1620 class loop *nloop; local
1641 nloop = alloc_loop ();
1644 nloop->header = new_header_edge->dest;
1645 nloop->latch = latch_edge->src;
1646 loop_redirect_edge (latch_edge, nloop->header);
1649 add_loop (nloop, outer);
1650 copy_loop_info (loop, nloop);
1651 set_loop_copy (loop, nloop);
1679 scale_loop_frequencies (nloop, else_scale);
1681 update_dominators_in_loop (nloop);
    [all...]
tree-ssa-loop-unswitch.cc 271 class loop *nloop; local
462 nloop = tree_unswitch_loop (loop, bbs[found], cond);
463 if (!nloop)
475 tree_unswitch_single_loop (nloop, num + 1);
tree-if-conv.cc 3338 class loop *nloop = version_loop_for_if_conversion (vloop, preds); local
3339 if (nloop == NULL)
3360 gcc_assert (nloop->inner && nloop->inner->next == NULL);
3361 rloop = nloop->inner;
tree-loop-distribution.cc 2725 class loop *nloop;
2773 nloop = loop_version (loop, lhs, &cond_bb, prob, prob.invert (),
2779 loop->orig_loop_num = nloop->num;
2780 nloop->orig_loop_num = nloop->num;
2781 nloop->dont_vectorize = true;
2782 nloop->force_vectorize = false;
tree-vect-loop-manip.cc 3409 class loop *loop = LOOP_VINFO_LOOP (loop_vinfo), *nloop; local
3590 nloop = scalar_loop;
3607 nloop = loop_version (loop_to_version, cond_expr, &condition_bb,
3609 gcc_assert (nloop);
3610 nloop = get_loop_copy (loop);
3720 vect_free_loop_info_assumptions (nloop);
3739 return nloop;
  /src/external/gpl3/gcc/dist/gcc/
cfgloopmanip.cc 1786 class loop *nloop; local
1807 nloop = alloc_loop ();
1810 nloop->header = new_header_edge->dest;
1811 nloop->latch = latch_edge->src;
1812 loop_redirect_edge (latch_edge, nloop->header);
1815 add_loop (nloop, outer);
1816 copy_loop_info (loop, nloop);
1817 set_loop_copy (loop, nloop);
1845 scale_loop_frequencies (nloop, else_scale);
1847 update_dominators_in_loop (nloop);
    [all...]
tree-ssa-loop-unswitch.cc 982 class loop *nloop; local
1056 nloop = tree_unswitch_loop (loop, EDGE_SUCC (predicate_bb,
1059 if (!nloop)
1066 basic_block *bbs2 = get_loop_body (nloop);
1067 for (unsigned i = 0; i < nloop->num_nodes; i++)
1080 changed |= simplify_loop_version (nloop, predicate_path,
1082 tree_unswitch_single_loop (nloop, loc, predicate_path,
tree-loop-distribution.cc 2781 class loop *nloop;
2829 nloop = loop_version (loop, lhs, &cond_bb, prob, prob.invert (),
2835 loop->orig_loop_num = nloop->num;
2836 nloop->orig_loop_num = nloop->num;
2837 nloop->dont_vectorize = true;
2838 nloop->force_vectorize = false;
tree-vect-loop-manip.cc 3982 class loop *loop = LOOP_VINFO_LOOP (loop_vinfo), *nloop;
4178 nloop = scalar_loop;
4195 nloop = loop_version (loop_to_version, cond_expr, &condition_bb,
4205 gcc_assert (nloop);
4206 nloop = get_loop_copy (loop);
4330 vect_free_loop_info_assumptions (nloop);
4349 return nloop;
tree-if-conv.cc 3857 class loop *nloop = version_loop_for_if_conversion (vloop, preds); local
3858 if (nloop == NULL)
3879 gcc_assert (nloop->inner && nloop->inner->next == NULL);
3880 rloop = nloop->inner;
  /src/external/bsd/elftosb/dist/common/
options.cpp 988 int first, nloop;
1003 for (nloop = 0, first = 1 ; !nloop ; optv++, first = 0) {
1010 ++nloop; // terminate this loop
1030 os << ((nloop) ? positionals : buf) ;
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
divrem_1.asm 239 L(nloop):
259 bdnz L(nloop)
  /src/sys/dev/ic/
wdc.c 1122 int timeout, nloop; local
1130 nloop = WDCNDELAY_RST;
1132 nloop = WDC_RESET_WAIT * hz / 1000;
1134 for (timeout = 0; timeout < nloop; timeout++) {

Completed in 93 milliseconds